Redirect URL Parameters
URL Parameters you should expect on your redirect URL after a ramp transfer.
Parameter |
Required |
Description |
---|---|---|
|
Yes |
The represents the transfer that has just been completed or initiated. |
|
Yes |
Denotes the address that you should deposit the |
|
Yes |
The crypto asset that should be deposited |
|
Yes |
Specific network for the crypto asset. |
|
Yes |
Required for Off-Ramp transfers. Denotes the crypto amount that should be deposited in the |
|
No |
Denotes the fiat currency for the transfer. |
|
No |
Denotes the fiat amount that will be credited to the payout destination or was paid to complete the purchase. |
Sample Redirect URL configuration:Copied!
https://www.partner.com/off-ramp?transferId={transferID}&depositWalletAddress=0xxxxxd134aCd3221a0xxxx80ADE3aF39Ce219037
&cryptoAmount=0.005&cryptoAsset=BTC&network=ETH&fiatCurrency=NGN&fiatAmount=16075.87
Your redirectUrl should be able to receive and handle all of these values and process the deposit of the cryptoAmount
into the depositWalletAddress
upon users’ confirmation.