---
title: "contacts/payment-methods"
method: GET
path: "/contacts/payment-methods"
tags: ["Contact Endpoints"]
---

# contacts/payment-methods

`GET /contacts/payment-methods`

This endpoint is used to look up all the payment methods for the given contact.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ContactID` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `PaymentMethods` object — Collection of payment methods
    - `0` object
      - `PaymentMethod` string — The type of peyment record (BankAccount, Email, PhoneNumber, CreditCard, DebitCard)
      - `PaymentDetails` string — The details of the payment method
      - `IsDefault` boolean — Is this this the default payment record for the payemnt method
      - `Token` string — The associated token.
      - `AddedOn` string — The date and time this payemnt method was added.
      - `ExtraFields` object — Extra information associated with the payment method.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
