cURL
curl --request DELETE \ --url https://app.aegister.com/api/v1/organizations/{organizationid}/stripe \ --header 'X-Aegister-Token: <api-key>'
{ "error": 0, "messages": "<array>", "data": { "organization": 123, "subscription": {} } }
Delete Stripe payment intent generated. This happens when a user tries to pay, but then cancels the current payment process. Stripe generates an invoice everytime a user tries to pay.
Organization ID.
Any value different from 0 indicates an error. More details can be found in messages.
messages
0 <= x <= 0
0
If error is 1, contains zero or more details on the error.
error
1
[]
Show child attributes