Initiating Single Transfers
To make transfers using the Rootshive transfer APIs, you have to initiate a transfer. You can initiate single transfers by making a POST request to the Generate Access Token API.
Good to know: Authorize your request by making a POST request to the Generate Access Token API.
Single Transfers
The Transfers API allows you to automate sending money to your customers. Send a post request to the Initiate Transfer API.
Asynchronous Transfers
You can easily process transfers to your users asynchronously so that your server doesn’t have to wait for Rootshive to get the final status of the transfer. This can be done by setting an “async” parameter to true in your request to the Asynchronous Transfer API.
Get Transfer Status
To get the transfer status for single transfers, you make a GET request to the Single Transfer Status and provide the transaction reference for the transaction for which you require the status.
Last updated