Embedded Payments
Display J.P. Morgan terms and conditions
From time to time, J.P. Morgan may release new Terms & Conditions that affect your clients. Your clients do not need to repeat their attestation, but must be able to access and view the new documents.
When new documents are available:
- You are informed of the update by J.P. Morgan, and provided with an ID for the new documents.
- You can use the ID provided to call
GET /do/v1/documents/{attestationDocumentId}/fileto return the new Terms & Conditions document. - You can alert your clients that there is a new document for them to view.
You can also remind clients of their prior attestations by repeating the steps used during onboarding to show attestation documents:
- Call
GET /do/v1/clients/{id}using the ID for the client viewing the documents. In the attestations object in the response, you can see which documents have been attested by this client. - Call
GET /do/v1/documents/{attestationDocumentId}/fileto return the document itself, so you can display it to your client.