#.saberkhan
1 messages · Page 1 of 1 (latest)
Hello! Where are you seeing that exactly?
payment_status
enum
The payment status of the Checkout Session, one of paid, unpaid, or no_payment_required. You can use this value to decide when to fulfill your customer’s order.
Possible enum values
paid
The payment funds are available in your account.
unpaid
The payment funds are not yet available in your account.
no_payment_required
The payment is delayed to a future date, or the Checkout Session is in setup mode and doesn’t require a payment at this time.
Wow, I looked there and totally missed it the first time! 😅 That property is informational only, it's not something you can set. The properties you can set when creating a Checkout Session are listed here: https://stripe.com/docs/api/checkout/sessions/create