List a Customer's PaymentMethods
GET
/v1/customers/{customer_id}/payment_methods/listReturns a list of PaymentMethods for a given Customer
请求参数
Path Params
customer_id
string
required
Body Params application/json
type
enum<string>
optional
Allowed values:
cardalipaydana
limit
string
optional
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Example
{
"type": "card",
"limit": "string"
}
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 5 个月前