Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://dev.interface.monirates.com/v1/payment-link/{paymentRequestId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "amount": 123, "currencyIso2": "<string>", "payerDetails": { "name": "<string>", "email": "jsmith@example.com" }, "displayMessage": "<string>", "expiresAt": "2023-11-07T05:31:56Z" } '
{ "success": true, "message": "<string>", "data": {} }
API key for API authentication
4
Show child attributes
Successful response
true
Response payload