Skip to main content
POST
Refund a Payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
payment_id
string
required

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

message
string
Example:

"ok"