Wallet Transfer
Transactions
Wallet Transfer
Transfer funds from one wallet to another within the same application.
POST
Wallet Transfer
This endpoint allows for instant transfers of funds between two wallets within your application. You can identify the recipient using their username, phone number, or email address.
Request Body
The unique identifier of the wallet sending the funds.
The identifier of the recipient user (username, phone number, or email).
The amount to transfer in the application’s base currency.
An optional description for the transfer (default: “Wallet transfer”).
Response
The unique identifier for the transaction.
The ID of the sender’s wallet.
The ID of the recipient’s wallet.
The net amount transferred to the recipient.
The currency code (e.g., “USD”).
The current status of the transaction (e.g., “completed”).
The platform fee collected from the sender for this transfer.