get
https://api-staging.payline.co/api/virtual-accounts/
Retrieves a virtual account by the merchant's reference for the authenticated business.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
reference | string | Yes | The merchant reference you used when creating the virtual account. |
Response Body
Returns the same shape as Create Virtual Account — Response Body (CreateVirtualAccountResponse).
Example Response
{
"id": "e2c4d6f8-aabb-ccdd-eeff-001122334455",
"currency": "NGN",
"status": "active",
"reference": "VA-CUST-9381",
"customer": {
"name": "Jane Marie Doe",
"account_number": "9988776655",
"bank_code": "101",
"email": "[email protected]",
"reference": "VA-CUST-9381"
}
}