Skip to content
New issue

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

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

Already on GitHub? # to your account

Stripe V3 - Received unknown parameter: customer_data. Did you mean customer_update? #378

Open
TadasPik opened this issue Oct 13, 2023 · 6 comments
Assignees
Labels

Comments

@TadasPik
Copy link

Stripe V3 response on form creation: Received unknown parameter: customer_data. Did you mean customer_update?

@WhyNotHugo
Copy link
Member

cc: @mariofix

@mariofix mariofix self-assigned this Nov 30, 2023
mariofix added a commit that referenced this issue Dec 25, 2023
WhyNotHugo pushed a commit that referenced this issue Dec 25, 2023
@ahn-nath
Copy link

ahn-nath commented Jan 5, 2024

When will this be addressed, and what suggestions does the team have for using StripeV3 and django-payments V3? @WhyNotHugo

@WhyNotHugo
Copy link
Member

@mariofix is this fixed in a43abea ?

@mariofix
Copy link
Member

@mariofix is this fixed in a43abea ?

Yes

@fabienheureux
Copy link
Contributor

fabienheureux commented Apr 10, 2024

I just hit this issue as well, using main branch.
In stripe/providers.py the field customer_data does not seem to be defined in Stripe API's Session object.
It could be moved to the metadata field :

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

fabienheureux added a commit to fabienheureux/django-payments that referenced this issue Apr 10, 2024
@fabienheureux
Copy link
Contributor

fabienheureux commented Apr 10, 2024

I have tried it locally and this PR fixes the issue : #407

@WhyNotHugo WhyNotHugo added the bug label May 6, 2024
@WhyNotHugo WhyNotHugo changed the title BUG: Stripe V3 - Received unknown parameter: customer_data. Did you mean customer_update? Stripe V3 - Received unknown parameter: customer_data. Did you mean customer_update? May 6, 2024
fabienheureux added a commit to fabienheureux/django-payments that referenced this issue May 14, 2024
WhyNotHugo pushed a commit that referenced this issue Jun 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants