Refund transaction.
Refunds a captured BNPL transaction. Partial refunds are supported when the provider allows them.
Path Parameters
- Type: stringtransaction
_id required
Query Parameters
- Type: stringrefund
_amount
Responses
- application/json
- application/json
Request Example for post/v1/bnpl/transaction/{transaction_id}/refund
curl '/v1/bnpl/transaction/{transaction_id}/refund' \
--request POST
{
"transaction_id": "string",
"amount": "string",
"status": "string"
}
