Get a single payment method
Use a Bearer token to access this API.
"obj_01EXAMPLE00000000000000000"
"obj_01EXAMPLE00000000000000000"
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
10
Number of objects to skip before returning results.
0
Success
{
"payment_method_id": "obj_01EXAMPLE00000000000000000",
"billing_details": {
"address": {
"city": "San Francisco",
"country": "US",
"line1": "123 Main St",
"line2": "Suite 100",
"postal_code": "94107",
"state": "CA"
},
"email": "john.doe@example.com",
"name": "Example",
"phone": "+15555555555"
},
"customer": "string",
"metadata": {},
"card": {
"brand": "american_express",
"country": "string",
"exp_month": 12,
"exp_year": 2025,
"funding": "credit",
"last4": "string"
},
"created_at": "2024-01-01T00:00:00Z",
"test_mode": false,
"off_session": false
}