---
title: "Native Bin Installment Options"
method: POST
path: "/api/v1/embedded/native/prepayment/bin-installment-options"
tags: ["Embedded Checkout"]
---

# Native Bin Installment Options

`POST /api/v1/embedded/native/prepayment/bin-installment-options`

Proxy BIN installment options for native checkout without exposing merchant secret.

## Request body

- EmbeddedNativeBinInstallmentRequest
  - `merchant_api_key` string — Merchant API key from Paylox
  - `acquirer_id` integer — Escrow payment acquirer ID
  - `amount` integer, required — Amount in minor units
  - `currency` string — ISO currency code
  - `bin` string, required — Card BIN
  - `campaign_name` string — Campaign name
  - `mode` string — Gateway mode
  - `language` string — Language code
  - `is_3d` boolean — Whether payment is 3D
  - `is_submerchant_payment` boolean — Whether submerchant routing is enabled

## Response `200`

Successful Response

- unknown

## 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)
