Create Intent
Returns a hash that will be appended to the URL to redirect to the payment link.
Create Intent
POST
https://integration.coinmena.com/onramp-merchants/widget/createIntent
Request Body
Name
Type
Description
coinId*
String
coinId from networkList API
chainId*
String
chainId from networkList API
coinAmount*
String
The cryptocurrency amount to be used for the transaction. Ex: "2.00".
redirectURL
String
URL to which the user will be redirected after the transaction is completed.
assetDescription
String
A description of the asset involved in the transaction.
assetImage
String
URL pointing to an image of the asset involved in the transaction
lang
String
The language code for the transaction interface. Ex: "en"
Last updated