Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mandate missing in ChargePaymentMethodDetailsSepaDebit #1204

Closed
entvia opened this issue Oct 11, 2020 · 5 comments · Fixed by #1206
Closed

Mandate missing in ChargePaymentMethodDetailsSepaDebit #1204

entvia opened this issue Oct 11, 2020 · 5 comments · Fixed by #1206
Assignees

Comments

@entvia
Copy link

entvia commented Oct 11, 2020

ChargePaymentMethodDetailsSepaDebit struct has to have Mandate property. It is there if you make a curl request, but not when you use this client. Would be great if you could add it.

@remi-stripe
Copy link
Contributor

@entvia Thank you for the report and sorry we missed that property. I just released 72.13.0 with a fix so you should now be all set!

@entvia
Copy link
Author

entvia commented Oct 12, 2020

@remi-stripe thank you for super fast reaction!

@entvia
Copy link
Author

entvia commented Oct 12, 2020

@remi-stripe I just realized that it has to be added to all structs related to SepaDD, at least to PaymentMethodSepaDebit

@remi-stripe
Copy link
Contributor

@entvia There is no mandate property in payment_method_details[sepa_debit] on PaymentMethod today: https://stripe.com/docs/api/payment_methods/object#payment_method_object-sepa_debit
Can you clarify what you're seeing that you think is missing?

@entvia
Copy link
Author

entvia commented Oct 15, 2020

@remi-stripe yes, you are right, there is no mandate property there, my bad. Thanks for the first fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants