Skip to main content

JPMorgan

Quick Start
  1. Sign up at jpmorgan.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to JPMorgan →

Overview

JPMorgan payment integration

Provider IDjpmorgan
CategoryCard Processors
Websitejpmorgan.com

Authentication

OAuth 2.0 Client Credentials

  1. Basic Auth: Authorization: Basic base64(client_id:client_secret)
  2. POST /am/oauth2/alpha/access_token with grant_type=client_credentials&scope=...
  3. 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

Resources