Initiate transaction

To initiate an institutional onramp, make a POST request to the following endpoint.

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

Please find below the request body for the endpoint.

Field
Data Type
Description

reference

String

Required - your unique reference for the transaction

sender_currency

String

Required e.g "NGN", "GHS"

country_code

String

Required e.g "NG", "GH"

With the following header

x-auth-token: <SECRET_KEY>

Last updated