---
title: "Bank Codes"
method: POST
path: "/api/v1/prepayment/bankcodes"
tags: ["Prepare Payment"]
---

# Bank Codes

`POST /api/v1/prepayment/bankcodes`

## Request body

- BankCodeRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `language` string — The language which you want to see the result

## Response `200`

Successful Response

- BankCodeResponse
  - `response_code` string — You will get 00 for successful response, otherwise another response code for the error. You can reach the list of error codes on the Error Codes Api
  - `message` string — Here is the explanation of response code
  - `bank_codes` BankCode[]
    - `eft_code` string
    - `name` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
