Skip to main content
GET
/
me
/
paymentMethods
List my payment methods
curl --request GET \
  --url https://api.guile.app/me/paymentMethods \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "isDefault": false,
      "card": {
        "id": "<string>",
        "last4": "<string>",
        "expirationMonth": "<string>",
        "expirationYear": "<string>"
      },
      "digitalWallet": {},
      "nickname": "<string>"
    }
  ],
  "count": 1
}

Response

Ok. The operation succeeded.

A list of saved payment methods for the current customer.

items
object[]
required
count
integer<int16>
required
Required range: x >= 0