Account
Top up account balance
This POST endpoint is used to initiate a topup from the funding instrument to your MassPay account balance. <br> You can use this endpoint to start the topup process. <br> The body of the request requires the token of the funding instrument, the type of rail you would like to use, the amount to topup and the currency. <br> The response will include a JSON objects containing a success boolean.
post/payout/account/topup
Request body
Example request
{
"funding_instrument_token": "fund_be2f0ab9-a503-473e-aa33-0af196e54647",
"type": "ACH",
"currency_code": "USD",
"amount": 10000
}Response
successful operation