#humbertovaz
1 messages ยท Page 1 of 1 (latest)
Hey apologies for not getting to this question for a bit. Looking now...
no problem
When you retrieve the account, does it show that those capabilities are active? https://stripe.com/docs/api/accounts/object#account_object-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.
"capabilities": {
"card_payments": "inactive",
"transfers": "inactive"
},
๐ stepping in
What is in the requirements hash?
Did the Express account complete onboarding?
Hashing was taking too long: https://pastebin.com/WwrMctTZ
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Yeah so looks like you never went through Express Onboarding. You need to use an Account Link and complete Onboarding to enable the capabilities on the account. See: https://stripe.com/docs/connect/express-accounts#create-link
Probably not, I have just done this: https://pastebin.com/g8hfNgGM
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Take a look at the above doc, and go through each step then attempt to create the PaymentIntent again.
Should work after you complete Onboarding
Thanks, will look! ๐