๐Ÿ”Get Single Virtual Account

GET https://api.payvessel.com/pms/api/external/request/virtual-account/{businessid}/{account}/

Path Parameters

Name
Type
Description

businessid*

string

account*

number

REQUEST HEADER

headers = {
  'api-key': 'PVKEY-FNLYA8DW2LGZE6KFI0K4AA7N5JP',
  'api-secret': 'Bearer PVSECRET-5LZNFFNT8N9NF6SXUZPWEYQ0Q2Y',
  'Content-Type': 'application/json'
}

RESPONSE BODY

{
        "bankCode": "120001",
        "bankName": "9Payment Service Bank",
        "accountNumber": "53663632517",
        "accountName": "ADE OLA",
        "account_type": "STATIC",
        "expire_date": null,
        "trackingReference": "DdGJDGJGJUGYF1038YKXAOE"
    }

Last updated