Detach a PaymentMethod from a Customer
POST
/v1/payment_methods/{paymentmethod_id}/detachDetaches a PaymentMethod object from a Customer. After a PaymentMethod is detached, it can no longer be used for a payment or re-attached to a Customer.
请求参数
Path Params
paymentmethod_id
string
required
示例代码
Responses
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 5 个月前