Skip to main content
POST

Request Body

string
required
The unique account ID to refund. Retrieve this from the Get Accounts endpoint.
string
Optional reason for the refund request (e.g., “Shadowban”, “Service issue”).

Response

boolean
Returns true if the refund was successfully issued.
string
The Stripe refund ID for reference.

Refund Details

  • A full refund is issued for the most recent billing period
  • The subscription is cancelled immediately
  • The account status is updated to cancelled
This action is irreversible. Once a refund is issued the subscription is cancelled and cannot be reactivated. Use the Replace Account endpoint if the user needs a new account instead.

Error Responses

Invalid API Key
Missing Required Fields
Account Not Found
Already Refunded
No Charge Found