Complete transaction

After payment has been made to the bank account returned in the first step, make a POST request to the following endpoint to complete the transaction.

https://api.localramp.co/v1/institution/buy/complete

Please find below the request body for the endpoint.

Field
Data Type
Description

reference

String

Required - your unique reference for the transaction

source_bank_account

String

Required Your bank from which the payment came e.g "Customer Bank"

source_account_name

String

Required Your bank account name e.g "PiedPiper Inc"

source_account_name

String

Required Your bank account number e.g "01234566"

source_amount

String

Required How much was sent to our bank account e.g "20000.89" This is fiat value i.e NGN, GHS, KES

transaction_bank_description

String

"Required e.g "Payment for stuff"

With the following header

x-auth-token: <SECRET_KEY>

Last updated