v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

NGN Temporary Virtual Account

This is for Naira Virtual Sub Account. It's disposable virtual accounts tied to the main business account, can be used to generate virtual accounts for your users

post/collections/tempVirtualAccounts

Request body

currencystring required

Currency you're collecting should always be NGN

amountstring required

amount you are expecting to receive from sender

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "tempBankAccount": {
      "id": 14,
      "accountId": 182,
      "amount": "1000",
      "bankId": "651c4ab0a2a33f375127b84r",
      "bankName": "GLOBUS BANK",
      "bankCode": "103",
      "accountName": "FIN-Eversend",
      "accountNumber": "1234567890",
      "reference": "TBA463",
      "status": "approved",
      "isActive": true,
      "expiresAt": "2023-10-03T18:09:04.745Z",
      "createdAt": "2023-10-03T17:09:04.927Z",
      "updatedAt": "2023-10-03T17:09:04.927Z"
    }
  },
  "success": true
}