curl --request POST \
--url https://api.quentli.com/v1/refunds \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": {
"paymentId": "p_1234567890abcdefghij",
"amount": 150000,
"customRefundReason": null
}
}
'{
"input": {
"paymentId": "p_1234567890abcdefghij",
"amount": 150000,
"customRefundReason": null
}
}Refunds a completed payment, fully or partially.
curl --request POST \
--url https://api.quentli.com/v1/refunds \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input": {
"paymentId": "p_1234567890abcdefghij",
"amount": 150000,
"customRefundReason": null
}
}
'{
"input": {
"paymentId": "p_1234567890abcdefghij",
"amount": 150000,
"customRefundReason": null
}
}Documentation Index
Fetch the complete documentation index at: https://docs.quentli.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?