#rinaldohack-integration
1 messages · Page 1 of 1 (latest)
hi!
Our simplest integration is Payment Link: https://stripe.com/docs/payments/payment-links
You can create a PaymentLink directly in the dashboard, and this gives you a URL you can send to your customers.
Then you will receive a webhook event every time a payment is made.
THIS IS EXACTLY WHAT I AM LOOKING FOR!
but I think I don't see where i can put callback URL. well probably I still need to do the API way 😦
For this you need to use Stripe webhook events, and that requires some coding. You can learn more about this here: https://stripe.com/docs/payments/checkout/fulfill-orders
i was looking at this : https://stripe.com/docs/payments/accept-a-payment?integration=checkout
and i don't see a way to make subscription?
You can create subscriptions with both Payment Links (no coding required) and Checkout Session (some coding required).
For Checkout Session this is explained here: https://stripe.com/docs/billing/subscriptions/build-subscriptions