---
title: "Pre-Checkout Eligibility"
method: POST
path: "/pre-checkout/v1/eligibility"
---

# Pre-Checkout Eligibility

`POST /pre-checkout/v1/eligibility`

This endpoint helps you check if Tamara treats a customer as eligible based on the active decline records we hold for that customer.

## Request body

- object
  - `order` object, required
    - `amount` number
    - `currency` 'SAR' | 'AED' | 'BHD' | 'KWD' | 'OMR'
  - `customer` object, required
    - `phone_number` string
    - `email` string

## Response `200`

- object
  - `is_eligible` boolean

## Other responses

- `400` — Bad Request

---

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