#alluring_tiger_61182
1 messages · Page 1 of 1 (latest)
Hello alluring_tiger_61182, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• alluring_tiger_61182, 0 days ago, 2 messages
We are using this
This is my pi
pi_3O39WDQmF5QljnRl1CjClNKU
Are you using CardElement? It's legacy and you should use PaymentElement instead
Can you provide a link? Is it easy to migrate?
So with this new one will have receipt URL in the return?
will give it a try. Thanks!
Not sure about the receipt URL in return yet. But this flow is our de-facto recommendation and is better than CardElements in many aspects
for receipt, after a PaymentIntent is done, you can inspect the PaymentIntent's Charge object, then find receipt_url https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.