v1
latestOpenAPI 3.1.02026-07-2684271522.2 KBList a customer's payment methods
Returns a list of payment methods attached to the specified customer, sorted by ID in descending order (most recently created first).
Path parameters
Query parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Number of objects to skip before returning results.
Number of objects to skip before returning results.
Resolve payment methods for a customer owned by a sibling partner in the same organization (PII opt-in). Defaults to false; a sibling-owned customer returns 404 unless this is true and the caller shares an organization with the owner. A sibling-owned payment method's metadata is returned as null.
Resolve payment methods for a customer owned by a sibling partner in the same organization (PII opt-in). Defaults to false; a sibling-owned customer returns 404 unless this is true and the caller shares an organization with the owner. A sibling-owned payment method's metadata is returned as null.
Response
An envelope wrapping a list of payment method objects.
Example response
{
"payment_methods": [
{
"payment_method_id": "fpm_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"billing_details": {},
"metadata": {
"order_id": "8842",
"channel": "shopify"
},
"card": {},
"created_at": "2026-06-15T14:30:00Z",
"test_mode": false,
"off_session": false
}
]
}