v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Mock Deposit (Sandbox only)

post/deposit/mock

Request body

account_idstring required
descriptionstring required
sender_namestring required
amountinteger required

Amount should be in subunits, e.g. $1 should be sent as 100.

Response

200

{"stackTrail":"paths:/deposit/mock:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
messagestring
{"stackTrail":"paths:/deposit/mock:post:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

Example response

{
  "message": "Deposit on account mocked successfully",
  "status": "success"
}