Refunds
Create Refund
Marks a commission as rejected based on a refunded payment. Requires a valid payment_id
.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
required - For Payments API users: fill in the idempotency_key
that you used to create the payment. For Stripe integrated users: fill in the object.id
of the charge.succeeded
or invoice.paid
Stripe event.
Response
200
application/json
Commission was marked as refunded
Example:
"ok"