List All Checkout Sessions
GET
/v1/checkout/sessions/listReturns a list of Checkout Sessions.
请求参数
Body Params application/json
customer
string
optional
Only return the Checkout Sessions for the Customer specified.
customer_details
object
optional
Only return the Checkout Sessions for the Customer details specified.
email
string
required
Customer’s email address.
payment_intent
string
optional
Only return the Checkout Session for the PaymentIntent specified.
Example
{
"customer": "string",
"customer_details": {
"email": "string"
},
"payment_intent": "string"
}
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 10 个月前