Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
Request payload for creating a new client API key
The unique identifier of the organisation
"FYH0NTVW0DXK"
The unique identifier of the merchant account
35253486
The client API key (typically 30 characters)
"abcdefghijklmnopqrstuvwxyz1234"
The client API secret (typically 45 characters)
"ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789012345"
The username or identifier of the user creating the API key
"string"
The expiration date and time for the API key in UTC format (ISO 8601)
"2025-11-04T13:30:35.581Z"
Response
API key has been created successfully
The response is of type string.
"API key has been created successfully"