POST
/
offer
/
{offerId}
/
payment-request
/
order
Create exchange from payment link
curl --request POST \
  --url https://dev.interface.monirates.com/v1/offer/{offerId}/payment-request/order \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "amount": 123,
  "buyerDebitPaymentMethod": "CARD",
  "buyerCreditPaymentMethod": "CARD"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Path Parameters

offerId
string
required

Query Parameters

token
string
required

Body

application/json
amount
number
required
buyerDebitPaymentMethod
enum<string>
required
Available options:
CARD,
WALLET,
BANK_TRANSFER,
MOBILE_MONEY,
INTERAC,
ZELLE,
STABLE_CURRENCY,
ALIPAY,
WECHAT_PAY
buyerCreditPaymentMethod
enum<string>
required
Available options:
CARD,
WALLET,
BANK_TRANSFER,
MOBILE_MONEY,
INTERAC,
ZELLE,
STABLE_CURRENCY,
ALIPAY,
WECHAT_PAY
buyerCreditPaymentDetails
object
buyerDebitPaymentDetails
object

Response

Successful response

success
boolean
Example:

true

message
string
data
object

Response payload