Refunds
Create Refund
Marks a commission as rejected based on a refunded payment. Requires a valid payment_id.
POST
Refund a Payment
Documentation Index
Fetch the complete documentation index at: https://docs.getreditus.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Commission was marked as refunded
Example:
"ok"
Refund a Payment