Buy Ramp
This endpoint can be used to intiate an NGNC On-ramp transaction.
Initiate a Buy Transaction
Use this endpoint to perform a buy transaction.
POST
api.ngnc.online/transactions/v1/onramp
business_id
String
True
link_tag
String
Your business link_tag. Also provided on your dashbaord.
True
type
String
buy_ramp
True
amount
String
Amount user wishes to onramp and meant to send to vendor. (Min âĻ15000)
True
vendor_name Vendor_bank Vendor_number
String
True
network
String
Our supported networks are (Stellar, Polygon, Solana, Avalanche)
False
wallet_address
String
Wallet address where the on-ramp stablecoin token will be sent to.
False
bank_name
String
Proof of payment Bank used to send money to the vendor account
True
account_number
String
Proof of payment Account number of bank used to send money to the vendor account.
True
On Ramp NGNC
POST
https://api.ngnc.online/transactions/v1/onramp
Headers
ngnc-sec-key*
String
Get Key from Bridge App
Request Body
business_id*
String
Get your business id from Bridge App
account_name*
String
link_tag*
String
amount*
Number
type*
String
use: buy_ramp
wallet_address*
String
network*
String
bank_name*
String
account_number*
String
vendor_bank*
String
vendor_number*
String
vendor_name*
String
Last updated