Rootshive
Create an AccountOnboardingStartUpsProduct DocumentationGo back Home
  • Welcome!
  • Quick Start
  • Reference
    • Authentication
      • Check Source
      • Generate Access Token
    • Collections
      • Wallet Balance
      • Create Payme
      • Generate Nuban
      • Verify Collections
    • Transfers
      • Initiating Single Transfers
      • Initiate Transfer (Single) API
      • Single Transfer Status
      • Reconcile Transfer
    • Events
      • Overview
Powered by GitBook
On this page
  • Single Transfers
  • Asynchronous Transfers
  • Get Transfer Status

Was this helpful?

  1. Reference
  2. Transfers

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.

PreviousTransfersNextInitiate Transfer (Single) API

Last updated 9 months ago

Was this helpful?

Good to know: Authorize your request by making a POST request to the .

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.

Generate Access Token API