---
title: "Get Payment Methods"
method: GET
path: "/v1/customer/{customerReferenceNo}/payment-methods"
tags: ["Customers"]
---

# Get Payment Methods

`GET /v1/customer/{customerReferenceNo}/payment-methods`

## Path parameters

- `customerReferenceNo` string, required

## Headers

- `accept-language` string

## Response `200`

Get Payment Methods

- CustomerChosenPaymentsResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` PaymentMethodsResponse[], required — Response Data from the operation
    - `bankTransfer` BankTransferType, required
      - `bankName` string, required — Deutche Bank
      - `accountNumber` number, required — For Eg. 1177441144
      - `bankSwiftCode` string, required — IC114744
      - `accountName` string, required — John Doe
    - `uenPayment` BankTransferType, required
      - `bankName` string, required — Deutche Bank
      - `accountNumber` number, required — For Eg. 1177441144
      - `bankSwiftCode` string, required — IC114744
      - `accountName` string, required — John Doe
    - `qrPayment` string, required — QR Payment Method
  - `message` string, required — Human-readable message containing all available details about the operation
  - `success` boolean, required — A boolean indicating whether this was a success response or an error response

## Other responses

- `400` — Invalid Request
- `401` — Invalid credentials
- `403` — Forbidden resource
- `404` — Requested Data Not Found
- `500` — Internal Server Error, Some problem is there, please try after sometime

---

[API](https://skmtc.net/credilinq/apis/credilinq-apis.md) · [All operations](https://skmtc.net/credilinq/apis/credilinq-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credilinq/credilinq-apis/revisions/fc4f4dd68f9b/schema)
