#ngatp_95936
1 messages · Page 1 of 1 (latest)
https://dashboard.stripe.com/settings/payment_methods/review you can use this tool to find out why certain payment methods aren't avaiable in a checkout session
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Looks like it showed up on the review screen. But actually I don't see it appearing in my application.
Can you share with me the checkout session ID?
cs_test_a1iMgIlGVYcE1tKBhraD9JLTvUux9aStG1UlBGCzT4YG06DAfSWCAT4QBy
https://dashboard.stripe.com/test/logs/req_yXw7vCNJhMLE1T you only include card in the payment_method_types
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you need to include alipay and wechat_pay
I added alipay and it works fine, however when adding wechay_pay it seems to have the following error: WeChat Pay requires payment_method_options[wechat_pay][client] to be set to web
OK, can you set it and try again?
I added it back and the error is still the same
What's the checkout session ID?
cs_test_a13qBKVCvDfhbBK50tRKtwuTBDQtFg5ojmVDzB2eMcsG5Hw7779cEpdtrp
https://dashboard.stripe.com/test/logs/req_ikWRvNZJmtfogO you didn't include wechat_pay in payment_method_types nor set payment_method_options[wechat_pay][client]
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
sorry, It seems like the session was not created successfully so I am sending you the error log: https://dashboard.stripe.com/test/logs/req_iYagWSqAXV5Bxe
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
No, I don't see you setting "payment_method_options[wechat_pay][client]" in this request
I think it's here
Nope, that's still payment_method_types
You need to set payment_method_options[wechat_pay][client] as well
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It should be payment_method_options[wechat_pay][client]="web"
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 also need documents for this