Get access token
Creates an OAuth 2.0 access token using your client credentials. Request the PAYMENT scope and send the returned token as a bearer token on subsequent Payment API requests.
Header Parameters
X-Request-Id?string
Optional request identifier for tracing and support. A UUID is recommended. Axiym echoes it in X-Request-Id, or generates one when omitted.
Format
uuidRequest Body
application/x-www-form-urlencoded
client_id?string
client_secret?string
grant_type?string
scope?"PAYMENT"
Allowed values
- "PAYMENT"
Response Body
application/json
application/json
application/json
application/json