#Daniele-wechat-capability
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ I'm going to take a look into this, to assist me could you provide the ID of one of your connected accounts where you're seeing this behavior?
Thank you for that, I think WeChat may not be listed as a capability, but am trying to confirm that.
Ah, that looks like it was wrong, I am seeing wechatpay_payments listed as a capability here:
https://stripe.com/docs/connect/account-capabilities#payment-methods
this is what we're getting from the user
Cause our system currently works this way:
- we get what the connected account has available in payment methods
- we list them on our system
we do this cause we have other payment methods (cryptos, etc) and the same payment methods that stripe offers with PayPal, meaning that we can't just redirect the customer to Stripe without any question
so 3. we create a payment intent with the stripe_apm and use stripe elements if the customer selects any payment method offered by stripe
but to do that we must know which payment methods are available on the connected account, and in this case wechat pay isn't showing up
Gotcha, do you see the same list of capabilities if you specifically query an account's capabilities rather than retrieving the account?
https://stripe.com/docs/api/capabilities/list?lang=ruby
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can toggle the language that the included snippet is in by clicking on the language and selecting a different one, but this is the direct link to the PHP variant of that:
https://stripe.com/docs/api/capabilities/list?lang=php
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hm
I'm going to do a bit of testing on some of my accounts and see if I can find an approach.
Thank you for your patience while I dug into this. I was able to confirm that I'm seeing the same behavior that you are, and it looks like that is currently expected behavior. I would recommend writing into our support team with an explanation of what you're trying to do and why to see if there is any alternative functionality that they can provide you access to.
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.