POST
/
3p
/
api
/
v2
/
users
/
{uuid}
/
kyb
{
  "status": true,
  "message": "The business KYB has been updated.",
  "data": null,
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

uuid
string
required

UUID of the user

Body

application/json
first_name
string
required
Example:

"John"

last_name
string
required
Example:

"Doe"

email
string
required
Example:

""

phone
string
required
Example:

""

business
object
required
billing_merchant_user_uuid
string
Example:

"123e4567-e89b-12d3-a456-426614174000"

billing_processor_mid
string
Example:

"1234567890"

Response

200
application/json
Business Successfully updated
status
boolean
Example:

true

message
string
Example:

"The business KYB has been updated."

data
string
Example:

null

errors
string
Example:

null

error_code
string
Example:

null