#maria795
1 messages · Page 1 of 1 (latest)
Hello! Every Payment Intent is unique. To associate a Payment Intent with a Customer you would set the customer property to the ID of the Customer object: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-customer
I associate the customer ID, this customer has an active payment method, my idea is not to send the payment method because the customer has an active payment method.
Show the following message
"Paymentint needs a payment method
Define an existing payment method in the Paymentint or ask the client to enter a new method."
You would need to specify the Payment Method you want to use. The one that's already attached to the Customer.
You would specify the pm_ ID in the payment_method property of the Payment Intent.
That's in addition to specifying the customer.
No, you need to specify it.
ok