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
Key | Datatype | Required | Description |
---|---|---|---|
authorization | string | Authentication token | |
content-type | string | The Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json. |