#Sharik
1 messages ยท Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
OK. So this is a Connect request that you made on a connected account. The customer object is created in platform, not connected account, and that's why the API complained about customer not found.
I see. While creating a customer I need to have this ['stripe_account' => <connect stripe account id generated at step 1>] in RequestOpts. in order for this to be fixed. Correct?
Yes you are right.
ah It went through but ran into another one ๐
Card Payment and Transfers I gave these two capabilities to platform and now it says this in test account.
Says I need to provide more details to stripe to allow those abilities in test account. Is that necessary for test account?
Yes, you need to provide the required information in requirements field (https://stripe.com/docs/api/accounts/object?lang=curl#account_object-requirements) even in test mode.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I see. I read through docs and it says all custom connect account service agreement needs to have consent accepted through API.
I used Standard before custom but I was getting this error You cannot create Standard connected accounts with capabilities via API
I assume both issues are related.
Which do do you follow along? can you share with me the link?
I was reading through errors and landed on error pointing to this doc
OK, Did you inidcate acceptance? https://stripe.com/docs/connect/updating-accounts#indicating-acceptance
Yes
using that code I indicated an acceptance
giving another shot to it
still getting this Your account cannot currently make charges. To find out why charge creation is currently disabled, look at the requirements.disabled_reason property on this account (/v1/accounts/acct_1NFVYlFjA0E1W0Sq).
https://stripe.com/docs/connect/connect-onboarding Did this account go through the onboarding process?