The application ID is ACCE55 or 55CEAC.
For key diversification we have 3 static keys, master (id: 00), read (id: 01), and privacy (id: 02). We use a single standard file (id: 00) of max size 4096 bytes that uses encrypted communication with MACing for reads and can be read by using 
NXP’s AN10922 standard for key diversification. For the sample passes we’ve issued, the keys are as follows:
The master key (00) is:
 
The read key (01) is:
The privacy key (02) is:
Sample file (00) payload:
One other very important thing to note is that we use the UID and the read key for key diversification, if you're trying to implement this, you can find the (real) UID in the `tag_id` field of a access pass created with key diversification. 
Further, you will need to authenticate with the privacy key (id: 02) within the DESFire application to access the card’s real UID. The UID should be 7 bytes or 14 chars. 
Once you have your UID, here's a high level of what you can try to get your diversified key:
If you are using a sample pass, please send us a message to get the UID of the pass for key diversification.