cURL
curl --request POST \ --url https://dev.interface.monirates.com/v1/order/{orderId}/buyer-paid \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "buyerPaymentProofUrl": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
API key for API authentication
Successful response
true
Response payload