Create Refund
Payments API
Create Refund
Issue a full or partial refund for a successful transaction.
POST
Create Refund
Documentation Index
Fetch the complete documentation index at: https://docs.pavewaygroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Include your Secret Key in theAuthorization header as a Bearer token.
Request Body
The ID of the original successful transaction.
Refund amount in smallest currency unit. If omitted, a full refund is issued.
Code for the refund reason:
requested_by_customer, duplicate, fraudulent, other.Additional context for the refund (up to 500 characters).
Response
Unique identifier for the transaction/refund wrapper.
The specific ID of the refund (e.g.,
rf_...).The amount refunded.
The currency code.
Status of the refund (
succeeded, pending, failed).Reason for the refund.

