Skip to main content
POST
/
users
/
webhook
/
kyc
Bridge KYC webhook
curl --request POST \
  --url https://api.pcxpay.com/v1/users/webhook/kyc \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_type": "customer.updated.status_transitioned",
  "event_id": "<string>"
}
'
{
  "status": "success",
  "message": "Webhook processed",
  "data": {}
}

Body

application/json

Bridge webhook event payload.

event_type
string
Example:

"customer.updated.status_transitioned"

event_id
string

Response

Webhook processed

status
string
Example:

"success"

message
string
Example:

"Webhook processed"

data
object