#Davaogoods
1 messages · Page 1 of 1 (latest)
Disable in what regard?
currently we do this api
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but we have decided that if there is a way not to delete but to just disable the account?
our concern is more on that we can still check the accounts history for financial matters even though it is disabled
not deleted
Right, but what specifically do you want to disable?
There's no way to do that no. Which is why I'm asking what it is you're trying to prevent
so there is no disable in an account other than delete it?
What we need is that similar to when the account is deleted we can still check the account for histories
is there something we can use on API for that one?
There's no disabled status for an account. The account can fall into a state where payouts/payments are disabled, if there are overdue verification/onboarding requirements: https://stripe.com/docs/connect/custom-accounts/future-requirements
But there's no API to forcibly set it to that state
once a connect account is deleted, the platform can no longer access or backtrack records of transactions?
I'm guessing these are Express accounts?
yes
I don't understand why you need to delete/disable them?
when a customer decides to not use the platform anylonger?
but have previous transactions done with the platform
and the platform needs to review some customers that are no longer tied within the platform
I guess you have to options:
- Don't delete/disable the Stripe account associated with that customer.
- Export all data associated to that account before deletion.
ok got it thank you for clarification
Other than that
do you have any resources I can check into for external payments using stripe
Apple pay
Google pay
Specifically for Connect? https://stripe.com/docs/connect/creating-a-payments-page?platform=web
yes for connect
Above is a good starting point
got it thanks