List all payment methods for the authenticated user.
API scope required: payment-methods.read
API key required for authentication
Returns the list of payment methods
{
"type": "card",
"paymentMethodId": "pm_8d6a4b1f-9c8a-4cba-b2c1-3a5b8c0d6f12",
"default": true,
"display": {
"imageUrl": "https://example.com/card-art.png"
},
"card": {
"source": {
"type": "basis-theory-token",
"id": "01GZ1S0F2K3M4N5P6Q7R8S9T0V"
},
"brand": "visa",
"last4": "4242",
"expiration": { "month": "12", "year": "2030" },
"billing": { "name": "Jane Doe" },
"fundingType": "credit",
"bin": "424242"
}
}