cURL
curl --request POST \ --url https://api.pcxpay.com/v1/virtual-accounts/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "from_account_id": "<string>", "to_account_id": "<string>", "amount": 100, "user_id": "<string>", "description": "<string>" } '
{ "status": "success", "message": "Operation completed successfully", "data": {} }
Transfers funds between two virtual accounts within the platform.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
100
Transfer completed
success
error
"success"
"Operation completed successfully"