Refunds
Create refund payment
Creates a new payment for a customer refund. This endpoint is idempotent using the external_id
field as the idempotency key, so subsequent requests with the same external_id
will no-op.
POST
Create 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 create a refund payment for.
The UUID of the refund to create a payment for.
Body
application/json
Parameters for creating a refund payment.
Response
200
application/json
Refund payment has been successfully updated or unchanged.
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.
Create refund payment