Fetch virtual accounts

Fetch a paginated list of virtual accounts

GET https://api.ivorypay.io/v1virtual-accounts

Query Parameters

{
    "status": "success",
    "message": "Query successful",
    "data": {
        "records": [
            {
                "uuid": "0e761a4d-1df1-4a43-8891-27eb8aa33f36",
                "accountNumber": "6353226122",
                "bankIdentifier": "058",
                "bankName": "GTBank",
                "currency": "NGN",
                "customerReference": "77iugugiuf87t98ytg0gh809",
                "type": "CUSTOMER_ACCOUNT",
                "createdAt": "2023-09-13T10:40:42.263Z",
                "updatedAt": "2023-09-13T10:40:42.263Z"
            },
        ],
        "count": 1
    }
}

Last updated