Virtual Account

The Create VA API allows you to create and manage virtual account processes.

The Request Object

This section describes the different attributes available during VA's.

Name
Type
Description

account_name

string

This is the name of the initiator's account

merchant_id

string

Specifies the Id of the initiator / Parent.

reference

string

This is the unique transaction identifier

expiers_in

string

In seconds

settlement_account

string

Settlement Kongapay account for the transaction

callback_url

string

Callback url to receive payment notification

amount

string

Total transaction amount

Response

{
    "status": "success",
    "message": "",
    "data": [
        {
            "account_number": "5005132440",
            "account_name": "Ade Love",
            "reference": "KP-VIR-1742911902-CJWB",
            "Bank": "KongaPay OR Zinternet",
            "external_reference": "CH-202503250311-PSWRF-KP",
            "status": "active"
        }
    ]
}

Last updated