Delete Payout Account

This API will delete the Prism Pay Account and its associated Stripe Express account. This is only possible if the account has no transactions, payouts, or pending balance, and has not been used to process any orders or payments.

Learn more here.

Delete Payout Account

delete
Path parameters
payout_account_idinteger · int32Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default
default response
application/json
delete
DELETE /v1/payments/payout_accounts/{payout_account_id} HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
default

default response

No content

Last updated

Was this helpful?