#james_35976
1 messages · Page 1 of 1 (latest)
You'd want to use Payment Links
is it one time use ,right ? means once a buyer paid , it is expired
how can I get the notice if buyer paid it ,so my system can mark the order as paid.
No, if you want a one-time link then you should be using Checkout Sessions instead
Payment links are meant to be long-lived and can be used multiple times
with Checkout Sessions , I have provide the buyer shipping address ?
i want to collect the buyer shipping address when he paid the invoice.
I want create a windows form APP which can create a order (pre typed in the item buyer need )then send to the customer a payment link. customer have to type in the shipping address .
I will get a callback after he paid with the shipping address.
You can collect shipping addresses with Checkout as well (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_address_collection)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
do you have a sample page (buyer side page) I can check it out?
We don't have a full sample page, but we do have https://checkout.stripe.dev/ which shows waht the UI would look like
Preview some of the features available in our prebuilt, hosted payment page.
could you send me a link of phpSDK?