Send Balance To Another User Via Ripio_tag
Performs an internal balance-to-balance transfer (P2P) to another user identified by their ripio_tag.
The transfer is instantaneous when both accounts are valid, fully operative and in the same country. No external blockchain transaction is created.
Whitelisted contacts only: The destination ripio_tag must be a previously whitelisted contact of the user. Use POST /contacts/rp_tag/ to add and whitelist an rp_tag contact before calling this endpoint.
How to obtain the required values:
gateway_data.to_rp_tag: the destination user’s public handle. The destination account must be fully operative and from the same country as the origin account.currency: any enabled currency (crypto or fiat) supported for SEND via the balance gateway.
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.