Skip to main content

Create Reserved Collection Account

PostCreate Reserved Collection Account

https://base_url/api/v1/account/collection/reserved

Code

https://base_url/api/v1/account/collection/reserved

Transactions should be tied to the reference not account number, as account number can be reassigned after closure

AUTHORIZATION Bearer Token

This folder is using Bearer Token from collection Source Bank - radix.

Body raw (json)
{
"reference": "87265rtfghjk1a",
"accountName": "Kolapo Ishola",
"emailAddress": "",
"phoneNumber": ""
}

Code

{
"reference": "87265rtfghjk1a",
"accountName": "Kolapo Ishola",
"emailAddress": "",
"phoneNumber": ""
}

Example Request

Create Reserved Collection Account

Code

Example Response

200 OK

Code