#TomGullen-WeChat

1 messages · Page 1 of 1 (latest)

shut hearth
#

👋 happy to help

lucid vigil
#

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

shut hearth
#

what version of the .NET SDK are you using?

lucid vigil
#

40.0.0

shut hearth
#

basically what you need to do is
options.AddExtraParam("payment_method_options[wechat_pay][client]", "web");

lucid vigil
#

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

shut hearth
#

yes thank you for your feedback, we really appreciate it