Virtual accounts
Virtual Account Detail
API Documentations
API Endpoints
- Merchant
- Wallets
- Virtual accounts
- Payment links
- Subaccounts
- Payout
- Helpers
Virtual accounts
Virtual Account Detail
Virtual Account Detail
GET
/
virtual-accounts
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
customerReference
string
customerReference
string
Add Example Value
{
"data": {
"amountPaid": null,
"amountStipulated": "200",
"createdAt": "2023-12-05T18:14:42.334Z",
"customerMetadata": {
"reason": "testing"
},
"customerReference": "dS0xqm9ibC4cjBJSpNiOs9aj9",
"expirationDurationInMinutes": 30,
"merchantId": "f8cfbb4e-fc53-4f0f-a7b9-c07ef6b6e4b8",
"message": null,
"paidAt": null,
"paymentReference": null,
"paymentStatus": "NO_PAYMENTS_YET",
"recipientAccountName": "Omar Marmoush",
"recipientAccountNumber": "4490281930",
"recipientBankCode": "999270",
"recipientBankName": "Xpress Wallet",
"senderAccountName": null,
"senderAccountNumber": null,
"senderBankCode": null,
"senderBankName": null,
"sessionId": null,
"settledAmount": 97,
"settlementCharge": "103"
},
"status": true
}
Query Parameters
customerReference
string
Response
200 - application/json
data
object
status
boolean
{
"data": {
"amountPaid": null,
"amountStipulated": "200",
"createdAt": "2023-12-05T18:14:42.334Z",
"customerMetadata": {
"reason": "testing"
},
"customerReference": "dS0xqm9ibC4cjBJSpNiOs9aj9",
"expirationDurationInMinutes": 30,
"merchantId": "f8cfbb4e-fc53-4f0f-a7b9-c07ef6b6e4b8",
"message": null,
"paidAt": null,
"paymentReference": null,
"paymentStatus": "NO_PAYMENTS_YET",
"recipientAccountName": "Omar Marmoush",
"recipientAccountNumber": "4490281930",
"recipientBankCode": "999270",
"recipientBankName": "Xpress Wallet",
"senderAccountName": null,
"senderAccountNumber": null,
"senderBankCode": null,
"senderBankName": null,
"sessionId": null,
"settledAmount": 97,
"settlementCharge": "103"
},
"status": true
}