POST
/
3p
/
api
/
v1
/
register
/
person
{
  "status": true,
  "message": "",
  "data": {
    "client_reference_id": "",
    "uuid": "401c79dd-d38c-4c3a-8edf-1afac5914d2d",
    "first_name": "John",
    "last_name": "Doe",
    "email": "",
    "phone": "",
    "status": "Approved|On Hold|Rejected",
    "address": {
      "street_address": "20 Elmora Ave",
      "additional_address": "",
      "city": "Elizabeth",
      "state": "NJ",
      "country": "US",
      "zip": "07202"
    },
    "created_at": "2024-06-03 15:58:44",
    "updated_at": "2024-06-04 18:30:30",
    "duplicate_uuids": null,
    "valid_account": null
  }
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Body

application/json
first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

email
integer
phone
integer
Example:

null

client_reference_id
string
Example:

null

billing_merchant_user_uuid
string
Example:

"9c330a70-84de-46c3-a380-70b34799b1d3"

billing_processor_mid
string
Example:

"34234244333"

address
object
bank_account
object

Response

201
application/json
Person registered successfully
status
boolean
Example:

true

message
string
Example:

""

data
object