#TomGullen-WeChat
1 messages · Page 1 of 1 (latest)
👋 happy to help
could you please the request id? https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
One second
req_bx3dkSPIeRbKtL
I understand why it's failed, I think the issue is the Stripe c# library is missing object parameters
PaymentMethodWechatPayOptions() appears to be an object with no properties
what version of the .NET SDK are you using?
40.0.0
basically what you need to do is
options.AddExtraParam("payment_method_options[wechat_pay][client]", "web");
Awesome thank you that seems to work!
Much appreciated as always!
I left an issue in the Github tracker as I think the object should have those properties defined like other methods
yes thank you for your feedback, we really appreciate it