Create Disposable Account
PostCreate Disposable Account
https://base_url/api/v1/account/collection
Process single payments from your customers using short-lived account numbers.
expireIn is in seconds
| AUTHORIZATION Bearer Token | |
|---|---|
This folder is using Bearer Token from collection Source Bank - radix. | |
| Body raw (json) |
|---|
{
"paymentRef": "5rtfghsd787jk",
"amount": "100",
"expireIn": "1800",
"accountName":"ifeoluwa" // optional, will take business name is not passed
}
Example Request
Create Disposable Account
Example Response
200 OK