Authorization: Bearer ********************curl --location --request GET 'https://api-staging.tenbyte.io/v1/customers/cust_01K82R21F2BMKZ20R2J3M15SJ9/payment-methods' \
--header 'x-api-key: sk_01K82J4TM641Z11DVXN37B7YQ4' \
--header 'Authorization: Bearer <token>'[
{
"id": "pm_1SKX6PBl301q4yfsMRby2pXf",
"type": "card",
"customer": "cus_TGT1OkCRRU1Y9r",
"created": 1761020597,
"is_default": true,
"card": {
"brand": "visa",
"last4": "4242",
"exp_month": 12,
"exp_year": 2027,
"fingerprint": "pqGahKoLurXFkwBb"
},
"metadata": {}
}
]