POST
/
offer
/
{offerId}
/
payment-request
/
buyer-paid
Payment made from payment link
curl --request POST \
  --url https://dev.interface.monirates.com/v1/offer/{offerId}/payment-request/buyer-paid \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "buyerPaymentProofUrl": "<string>"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

x-api-key
string
header
required

API key for API authentication

Path Parameters

orderId
string
required

Query Parameters

token
string
required

Body

application/json
buyerPaymentProofUrl
string

Response

Successful response

success
boolean
Example:

true

message
string
data
object

Response payload