cURL
Fake Data
Topup Merchant Account
This endpoint allows adding funds to a merchant’s account balance for testing and development purposes. This is a development feature that simulates a collection transaction to increase the merchant’s account balance.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
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"