Account Information Change Webhook
Phone Number and Email Address Change#
When the phone number or email address is changed, the following webhook is sent :{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"account_type": 1,
"phone_country_code": "90",
"phone_number": "5698900002",
"email": "baris.sipay@com.tr",
"first_name": null,
"last_name": null,
"kyc_level": null
}
First and Last Name Change#
If the first and last name are updated, the following webhook payload is triggered :{
"tenant_id": 7193628450192736815,
"account_number": "baris123",
"account_type": 1,
"first_name": "BARIŞ",
"last_name": "TOPER"
}
Modified at 2025-07-24 12:54:20