rocketTransfer amount between virtual accounts

Transfer amount between virtual accounts

post
/banking/v1/virtual-accounts/transfer

This endpoint allows you to transfer funds from one virtual account to another, either within your own business or to another user on the platform.

scope: virtual-accounts.transfer

Header parameters
AcceptstringOptionalExample: application/json
Content-TypestringOptionalExample: application/json
X-API-KeystringRequiredExample: {{API_KEY}}
Body
amountintegerRequired
descriptionstringRequired
external_idstringRequired
from_virtual_account_idstringRequired
to_virtual_account_idstringRequired
Responses
chevron-right
200

Success

application/json
post
/banking/v1/virtual-accounts/transfer
HTTP

Last updated