#Benoît
1 messages · Page 1 of 1 (latest)
With PaymentIntents I think you have to pass it in manually to the payment_method property
Otherwise you are likely seeing the default_source on the Customer https://stripe.com/docs/api/customers/object#customer_object-default_source
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes but before this, i need to know the attached card, to be sure to attach another one, and not the same
Ah !
Thank you