---
title: "Create a Consumer"
method: POST
path: "/v1/consumers"
---

# Create a Consumer

`POST /v1/consumers`

Use a live secret API key to initiate an onboarding of a consumer on their behalf. This starts the onboarding process.

## Request body

- object
  - `data` object
    - `attributes` object
      - `accepted_terms_and_conditions` boolean, required — Indicates whether the consumer has accepted the terms and conditions. The value is true if accepted, otherwise false.
      - `features` string[], required — List of features available for the consumer. Possible values are `basic_wallet`, `fully_verified_standard_wallet`.
      - `email_address` string, required — Email address of the consumer
      - `first_name` string, required — First name of the consumer
      - `last_name` string, required — Last name of the consumer
      - `mobile_number` string, required — Mobile number of the consumer

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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