API Reference

This payload indicates the credit card application is booked as indicated in the “type” property. The application detail is under the “data” property.

{  
  "api_version": "v1",  
  "type": "application.booked",  
  "live_mode": false,  
  "data": {  
    "app_id": "422",  
    "tenant_id": "1",  
    "first_name": "DAVID",  
    "last_name": "PERKINS",  
    "email": "[[email protected]](mailto:[email protected])",  
    "mobile": "+1949300000",  
    "address": "8750 MEADOWVALE DR",  
    "city": "EDEN PRAIRIE",  
    "state": "MN",  
    "zip": "55347",  
    "birth_date": "1996-11-01",  
    "last4_ssn": "8300"  
  }  
}