#SatriaRizali
1 messages · Page 1 of 1 (latest)
We don't have expiration setting on Payment Link, however we have with Checkout
Checkout requires more code but more flexibility
Here is the parameter
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes i already checking for checkout , and yes i think it more complex but also suitable for my side i think. thank you. can i ask something new ?
Sure!
because my website have dynamic prices for which customer want. like it can be have much combination , so what should i do is make price api before i create checkout session right ?
create product -> create price -> create session at the same time ?
That would work too