#lkb2k
1 messages · Page 1 of 1 (latest)
Can you send me the ID of the account that is seeing this issue?
And where are you seeing that it has card payments enabled?
destination account: acct_1JViE5RZ4Qlfy5ra
Thank you, and would you be able to provide the request ID for where you are seeing this error as well? (req_123)
I only see the payout and transfer capabilities requested for this account on my side. It is here on the API object, if you retrieve this account in the API, do you see card_payments listed here? https://stripe.com/docs/api/accounts/object#account_object-capabilities-card_payments
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The account does have the transfers capability, so it can do non-OBO destination charges. Those charge happens on your platform account and then transfers the funds to this account. But OBO charges require that you specifically request the card_payments capability on the connected account and collect the related required information.
how do I request that?
got it, thank you