List all SetupIntents
GET
/v1/setup_intents/list请求参数
Body Params application/json
customer
string
optional
Only return SetupIntents for the customer specified by this customer ID.
payment_method
string
optional
Only return SetupIntents associated with the specified payment method.
Example
{
"customer": "string",
"payment_method": "string"
}
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 1 年前