ApproveCustomerAddressInformationCommand
Overview
Approves a submitted address after verification. Updates KYC status for address verification.
Status: 📝 Documentation in progress
Command Structure
{
"cmd": "ApproveCustomerAddressInformationCommand",
"data": "{\"addressId\":67,\"comment\":\"Address verified via utility bill\"}"
}
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
addressId | long | Yes | Address record ID |
comment | string | No | Verification notes |
Verification Methods
- Utility bill (electricity, water, internet)
- Bank statement with address
- Government correspondence
- Physical address visit
- Landlord verification letter
Effects
- Sets verification status to APPROVED
- Updates KYC status for address verification
- Allows loan to progress if all KYC complete
Related Commands
- CreateAddressInformationCommand - Submit address
- RejectCustomerAddressInformationCommand - Reject address
- GetCustomerAddressDetailsQuery - View addresses