Create a Funding Entry

POST {{url}}/fund/create

Get all the accounts and currencies details.

Request Body

{"account_number"=>121850190015, "amount"=>1000, "instarem_deposit_account"=>"CIMB-2000496328-USD", "payment_reference"=>"Funding for transactions in USD"}

HEADERS

KeyDatatypeRequiredDescription
authorizationstringAuthentication token
content-typestringThe Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json.