Sending

This explains how to send transfers using the API

Before initiating transfer request, ensure the payment instrument to be debited is already configured on the dashboard.

Settle enables near instant sending of funds to anywhere in Africa. Both to Banks and Mobile Money.

Endpoint: https://settle.africa/transfer

POST https://settle.africa/transfer  HTTP/1.1
Content-Type: application/json
id: salem
token: pXVCJ9.eyJzdWIiOiJVZ2xpZnkzNjUiLCJzaWQiOiJ1Z2
expiry: 29/01/2024 06:12:12

{
    "Source":"308", //The originating country id. Get Country Id from /countries
    "Destination":"102", //The destination country id
    "Amount":200, //In Destination Currency
    "Fi":"302", //The id of the receiving bank/mobile money
    "Note":"Buy Ice Cream", //Narration
    "AccountNo":"1212",    //The account number of the receiver
    "Name":"Agaba", //The full name of the receiver if account validation absent
    "Phone":"070982882",   //The receiver's phone number 
}

Last updated