Refund Payment
Refund an approved payment.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Payment ID.
Body
application/json
The details required to refund a approved payment.
Type of refund to perform
Available options:
full
, partial
Reason for refund.
Amount to refund. Required when type is set to partial.