Refund transaction This will refund a transaction. This is only for captured transactions. Also depends on the provider api capabilities.

Path Parameters
  • transaction_id
    Type: string
    required
Query Parameters
  • refund_amount
    Type: string
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"
}