Skip to main content
DELETE
/
integrations
/
stripe
Disconnect Stripe Account
curl --request DELETE \
  --url https://staging-api.puppetvendors.com/integrations/stripe \
  --header 'x-access-token: <api-key>'
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Disconnect and delete the vendor’s Stripe Connect account. This removes the account from Stripe and clears the vendor’s profile. Vendor scope required.
Once disconnected, pending payouts that rely on the Stripe account will fail until a new Stripe Connect onboarding is completed.

Response

200
{ "success": true, "data": { "deleted": true } }

Example

curl -X DELETE "https://staging-api.puppetvendors.com/integrations/stripe" \
  -H "x-access-token: YOUR_VENDOR_JWT"