cURL
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": {} }
Receives Bridge customer.updated.status_transitioned events and updates the user’s Bridge KYC status accordingly.
customer.updated.status_transitioned
Bridge webhook event payload.
"customer.updated.status_transitioned"
Webhook processed
"success"
"Webhook processed"