List the Payment Methods.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the user.
card, bank-transfer "card"
[
{
"uuid": "69b0f4b6-c252-3363-b98d-ab5279472b17",
"type": "card",
"is_default": true,
"details": {
"card_brand": "mastercard",
"card_last_four": "4444",
"card_expiry_month": 4,
"card_expiry_year": 2044
}
},
{
"uuid": "d40ceacf-4869-31e5-aae3-3aff1651cbe6",
"type": "card",
"is_default": true,
"details": {
"card_brand": "mastercard",
"card_last_four": "4444",
"card_expiry_month": 4,
"card_expiry_year": 2044
}
}
]