#crispycodes
1 messages · Page 1 of 1 (latest)
They should have received an email receipt upon successful payment : https://stripe.com/docs/receipts
Ok so theres no weblink?
Hi @final fog I'm taking over
You mean the receipt_url ? https://stripe.com/docs/api/charges/object?lang=curl#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.
Yeah that's what I need thanks
I have another quick question if you dont mind
Currently when I create a payment link I save the "id" that comes back after it is created,
when the payment is captured and I receive the event from the webhook, the "id" is different to the paymentlink ID (guessing its the webhooks unquie id), but what would I use to link the two together? Is there another field on the webhook object that I can use to call back the original
Ok, so when your customer open a paymentlink, stripe will create a checkout session and return the checkout page URL, and that's why you'll receive a checkout.session.completed webhook event when you user completes the checkout flow