#Anjali-connect
1 messages · Page 1 of 1 (latest)
What kind of connected accounts though - standard? express? custom?
express
planning to do affiliate. So we are generating affiliate url
based on the url we are transferring payment. i
With express accounts you can delete or reject them, but you (as the platform) can't disconnect them
how we can delete them?
Here's the API reference for deleting: https://stripe.com/docs/api/accounts/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If i want to stop payment transfer to that connecetd account, what should i do?
with separate charges + transfers you (the platform) are the one creating transfers. If you don't want to send them anymore, you'd simply stop making those requests
In my case am generating affiliate url with stripe account id. If url has the accountid, then transfer occurs. this url is to be shared with connected accounts to set up in their website
if the account has been deleted though, the transfer won't work anymore
ok
delete account api for deleting single account or connecetd account?
can i delete connceted express account using this api?
Yes, using the API you would delete a single express account