Refund transaction This will refund a transaction. This is only for captured transactions. Also depends on the provider api capabilities.
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?refund_amount=' \
--request POST
{
"transaction_id": "string",
"amount": "string",
"status": "string"
}
