Sending
This explains how to send transfers using the API
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
}
{
"status": "success",
"data": {
"id": "61A69"
},
"code": 0,
"fetched": "13/11/2023 02:38:44",
"message": "Transfer posted successfully."
}
Last updated