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
application/json
Required string length: 8
Required range:
10000000 <= x <= 99999999Example:
35253486
The connector ID for the transaction. See Get Connectors for available values.
Example:
550044
The amount to add to the merchant's balance
Required range:
0.01 <= x <= 5000000000Example:
1000000
Email address of the user initiating the topup
Example:
"johndoe@example.com"
Response
200 - text/plain
Success Response (200)
The response is of type string.
Example:
"Merchant account topup is successful"