#JoaoVitor
1 messages ยท Page 1 of 1 (latest)
I've generated 640 links yesterday and the API events are telling me that they'll expire today
Right, but my customer has a 15 days deadline to pay. Can i define that at the checkout?
no you can only specify an expiration equal or less than 24h
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you have 2 options here
either use PaymentLinks which will create a new checkout session each time the customer visits the link
but there are many problems with that
1- you can't specify the customer
2- the customer might end up paying several times by mistake
etc.
the other option is to send them a URL in your portal (instead of the Checkout Session URL) and generate new Checkout Sessions for them each time