---
title: "Create a customer"
method: POST
path: "/v1.2/customers"
tags: ["Customer"]
---

# Create a customer

`POST /v1.2/customers`

Creates a customer profile for Cash Pickup.

## Headers

- `requestid` string, required
- `endusersecurityid` string
- `enduserip` string, required
- `partneridentifier` string
- `Authorization` string, required
- `apikey` string

## Request body

- CustomerRequestV11 — CustomerRequest
  - `firstname` string
  - `lastname` string — LastName
  - `email` string — Email
  - `phonenumber` string — Phone
  - `dateofbirth` string — DateOfBirth
  - `socialsecuritynumber` string — Cstomer SocialSecurityNumber
  - `address1` string — Address1
  - `address2` string — Address2
  - `city` string — City
  - `state` string — State
  - `zipcode` string — ZipCode
  - `lastfourssn` string — ZipCode

## Response `200`

OK

- CreateCustomerResponse — CreateCustomerResponse
  - `customerid` string — DisbursementProfileToken
  - `customeruri` string — DisbursementProfileLinkUri
  - `status` string — DisbursementProfileLinkUri
  - `responsecode` integer — Specifies the status of a Disbursement Core Service Service operation
  - `responsemessage` string — Specifies the descriptive text on the status of a Disbursement Core Service operation
  - `responsedate` string, date-time — RespnseDate
  - `responsedetail` TransferApiResponseDetail — TransferApiResponseDetail
    - `responsedetailcode` integer — ResponseDetailCode
    - `responsedetaildescription` string — ResponseDetailDescription

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/versions/666553766b78/schema)
