v1
latestOpenAPI 3.1.02026-07-222392081.7 MBCustomers > Payment methods
List payment methods
Retrieve payment methods attached to a customer.
get/v1/customers/{id}/payment-methods
Path parameters
idstring required
Response
Example response
{
"meta": {
"total": 1,
"taken": 1
},
"data": [
{
"id": "pm_1xMpj5bwRqN7LM",
"status": "active",
"type": "stripe_link"
}
]
}