Skip to main content
POST
/
organizations
/
{org_id}
/
bridge-kyb
Initiate Bridge KYB for an organization
curl --request POST \
  --url https://api.pcxpay.com/v1/organizations/{org_id}/bridge-kyb \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "status": "<string>",
  "message": "<string>",
  "data": {
    "bridge_customer_id": "<string>",
    "tos_link": "<string>",
    "org_id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Body

application/json

Additional fields are forwarded to the virtual-accounts-service KYC endpoint. Full field set not statically defined in this service.

email
string<email>
required

Response

Bridge KYB initiated

status
string
message
string
data
object