Skip to main content
POST
Trigger Invoice Refund

Authorizations

Authorization
string
header
required

Pass your secret API key formatted as: Authorization: Bearer psa_...

Body

application/json
invoice_id
string
required
Example:

"aB9xK12Lp9012345678901234"

amount_cents
integer

Optional partial refund amount in cents

Example:

1000

reason
string
Example:

"Customer requested cancellation"

Response

200

Refund processed successfully