Skip to main content

Create virtual account

POST 

/baas/virtual-accounts

This endpoint creates a virtual account for a customer. In order to create a virtual account, the customer must have completed KYC and have a complete customer profile.

Request

Body

required

    walletId stringrequired

Responses

Virtual Account created and linked to wallet with success.

Schema

    traceId string
    message string

    data

    object

    walletId stringrequired

    The ID of the wallet that the virtual account is linked to

    virtualAccountNumber stringrequired

    The virtual account number assigned to the customer

Loading...