#Cheqo
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm struggling to understand what you're doing that is resulting in that error due to how heavily the screenshot is cropped.
The error gives me the impression that the Connected Account hasn't been granted the card_payments capability though. Can you provide more specifics about this scenario? What is the ID of the Connected Account, can you share the ID of the request that returned the error you're showing?
yeah its a test account - acct_1MVLDrIczbIgcHZf
/api.stripe.com/v1/payment_pages/cs_test_b1cNnSZay9sgYDVPdw2Mle70Mx0Y4u26FYS8mQqbc28IRRwLERUzMKcQYH/confirm
if the card payments are not enabled, have I forgotten something during account creation, so that they are enabled?
Thank you, taking a look
What I'm seeing is that the Account was created without any capabilities specified:
https://dashboard.stripe.com/test/logs/req_nOcNFsRv4NfkCX
Looking at the code sample provided that seems expected as the section with the capabilities to request is commented out.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
how do I enable them manually via dashboard?
Sorry, I don't know how to do that via the dashboard, and am unsure if that's because it isn't possible (our team mainly focuses on the API and is less familiar with the dashboard flows).
You should be able to update the account to request new capabilities via the API:
https://stripe.com/docs/api/accounts/update#update_account-capabilities
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This section goes into more detail on how to do that, and it looks like it has links showing how to request additional capabilities via the dashboard:
https://stripe.com/docs/connect/account-capabilities#requesting-unrequesting