---
title: "POST /account"
method: POST
path: "/account"
---

# POST /account

`POST /account`

## Request body

- object
  - `lead_id` string, required

## Response `200`

- object
  - `lead` object, required
    - `id` string, required
    - `status` string, required
    - `contact` object, required
      - `email` string, required
      - `phone` object, required
        - `country_Code` string, required
        - `number` string, required
  - `retailer` object, required
    - `id` string, required — the retailer ID that will be used in the split payments.
    - `status` object, required
      - `payout` boolean, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tap/apis/authorize.md) · [All operations](https://skmtc.net/tap/apis/authorize/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tap/authorize/versions/86f4d9b29db0/schema)
