Retrieve a customer
GET
/v1/customers/{id}请求参数
Path Params
id
string
required
Body Params application/json
payment_method
string
optional
The ID of the PaymentMethod to attach to the customer.
Example
{
"payment_method": "string"
}
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 年前