Transfer Funds

Transfer Funds

POST https://sagecloud.ng/api/v2/transfer/fund-transfer

This endpoint allows you to get free cakes.

Headers

NameTypeDescription

Authorization

string

Check the Headers page.

Request Body

NameTypeDescription

reference

string

A unique key generated by you

bank_code

string

The bank code.

account_number

string

The account number of the recipient

account_name

string

The account name of the recipient.

amount

string

Amount to be transferred.

narration

string

The narration of the transaction

{    
    "success" : true, 
    "status": "success",
    "message" : "Fund transfer successful"
}

Last updated