---
title: "Get a list of payment methods for a customer profile"
method: GET
path: "/customer_profile/{customer_profile_id}/payment_methods"
---

# Get a list of payment methods for a customer profile

`GET /customer_profile/{customer_profile_id}/payment_methods`

[Available in Production/Sandbox environment] Get a list of available payment methods for a specific customer profile

## Path parameters

- `customer_profile_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object[]
    - `id` string — Payment method ID.
    - `type` string — Payment method type.
    - `attributes` object
      - `referenceId` string — Reference ID.
      - `instructions` object
        - `bankShortCode` string — Bank short code.
        - `accountNo` string — Bank account number.
        - `recipient_name` string — Recipient name.
        - `bank_payee_name` string — Bank payee name.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
