Skip to main content

Assign VRN to virtual account

POST 

/v1/baas/virtual-accounts/assign-vrn

Assigns a Virtual Reference Number (VRN) to a specific virtual account. The virtual account is identified by the user ID and the account number.

Request

Body

required

    userId stringrequired

    The ID of the user to assign a VRN for

    virtualAccountNumber stringrequired

    The virtual account number (from bank_virtual_account) to assign the VRN to

Responses

VRN assigned to virtual account with success.

Schema

    traceId string
    message string

    data

    object

    walletId stringrequired

    The ID of the wallet that the virtual account belongs to

    vrnNumber stringrequired

    The VRN assigned to the virtual account

    virtualAccountNumber stringrequired

    The virtual account number that received the VRN

Loading...