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
}
}Was this page helpful?