v1
latestOpenAPI 3.1.02026-07-2656114159.7 KBVirtual Accounts
Create Virtual Account
Create a reserved virtual bank account for a customer. Each reserved account is unique per customer, supports static and dynamic modes, and triggers notifications when funded. Use static accounts for recurring funding and dynamic accounts for one-time payments.
post/pms/api/external/request/customerReservedAccount/
Headers
api-keystring required
Your Payvessel public API key
api-secretstring required
Your Payvessel secret
Content-Type'application/json' required
Request content type
Request body
Example request
{
"bankcode": [
"999991",
"120001"
]
}Response
Virtual account created successfully
Example response
{
"service": "CREATE_VIRTUAL_ACCOUNT"
}