JPMorgan
Quick Start
- Sign up at jpmorgan.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
JPMorgan payment integration
| Provider ID | jpmorgan |
| Category | Card Processors |
| Website | jpmorgan.com |
Authentication
OAuth 2.0 Client Credentials
- Basic Auth:
Authorization: Basic base64(client_id:client_secret) - POST
/am/oauth2/alpha/access_tokenwithgrant_type=client_credentials&scope=... - Getting
access_token(TTL ~60 minutes, cached on 55 minutes in ETS)
API Headers
Authorization: Bearer {access_token}merchant-id: {merchant_id}request-id: {transaction ID}(idempotency)Content-Type: application/json