Refund transaction.

Refunds a captured BNPL transaction. Partial refunds are supported when the provider allows them.

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' \
  --request POST
{
  "transaction_id": "string",
  "amount": "string",
  "status": "string"
}