Refunds
Fetch refund payment
Fetches a specific payment for a customer refund.
GET
Fetch refund payment
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch refund payment for.
The UUID of the refund to fetch payment for.
The UUID of the payment to fetch.
Response
200 - application/json
Refund payment details
A payment represents a transaction that moves value from a customer to a business. A specific payment can be refunded or a general refund can be applied to an invoice.
Fetch refund payment