# JPMC-PDP Documentation from https://developer.payments.jpmorgan.com # Display J.P. Morgan terms and conditions When J.P. Morgan releases new terms and conditions that affect your consumers, they do not need to repeat their attestation. However, consumers must be able to access and view the new documents. When new documents are available: 1. We inform you of the update and provide an identifier (attestationDocumentId) for the new documents. 2. You use the attestationDocumentId to send a GET request to /onboarding/v1/documents/{attestationDocumentId}/file to return the new terms and conditions document. 3. Alert your consumers that there is a new document for them to view. Remind consumers of their prior attestations by repeating the onboarding steps to display attestation documents: 1. Send a GET request to /onboarding/v1/clients/{id} using the identifier for the client who is viewing the documents. In the attestations object in the response, compare the attested documents to determine if the consumer has attested to a prior version. 2. Send a GET request to /onboarding/v1/documents/{attestationDocumentId}/file to return the document for display to your consumer.