#alexanderg-pm-id

1 messages · Page 1 of 1 (latest)

daring dragon
#

Hello 👋

#

could you provide more context around how these payment methods are being generated?

high anchor
#

User fills in CC details online and these are run by Stripe which returns a payment method.

#

Using Stripe widget for GUI

daring dragon
#

Using Stripe widget for GUI
I'm not sure what you mean by this, but as far as my understanding goes, a new payment_method object will be created each time CC details are submitted with the request instead of a valid payment_method_id.

So to summarize,
if you submit the same card details multiple times a new payment_method object will be created with its own unique id

high anchor
#

So even if CC details are the same new payment method object (and hence id) is created?

daring dragon
#

yes unless you provide the previously generated payment_method_id with the request

high anchor
#

Great, thank you!