#shainkey-payment-customer
1 messages · Page 1 of 1 (latest)
Ok, this PI was created without passing the customer parameter, so we use data to group with other similar payments as a 'guest' customer: https://support.stripe.com/questions/guest-customer-faq
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
here we need to parse customer id like this one
stripe.PaymentIntent.create(
customer=customer[id]
)
Yes, exactly. In the Payment Intent you shared you didn't
yes got it
Thank u so much