Checkout
Get payment methods from checkout token
Retrieves all payment methods for the customer associated with the checkout token
get/checkout/v1/payment-methods
Response
OK
Example response
{
"data": [
{
"brand": "visa",
"exp_month": "01",
"exp_year": "2025"
}
]
}