v1

latestOpenAPI 3.1.02026-07-226250251.5 KB
Customers

Attach Document To Associated Party

Attach proof of identity and proof of address documents to associated parties of an existing customer

post/v1/customers/associated-parties/individual/attach

Request body

customer_idstring uuid required

Example request

{
  "customer_id": "2d0a9df3-e1e5-4955-9759-ce0522e0ddc9",
  "associated_party_attachments": [
    {
      "associated_party_id": "42daffd3-09a0-4d48-8e73-2680a953d0e1",
      "proof_of_identity": {
        "type": "PASSPORT",
        "number": "A12345678",
        "country": "USA",
        "issue_date": "2020-01-15",
        "expiry_date": "2030-01-15",
        "files": [
          {
            "side": "FRONT",
            "uri": "/AbAcQ4hn_0652746727637.pdf"
          }
        ]
      },
      "proof_of_address": {
        "type": "UTILITY_BILL",
        "country": "USA",
        "files": [
          {
            "uri": "/AbAcQ4hn_0652746727638.pdf"
          }
        ]
      }
    }
  ]
}

Response

Documents attached successfully

dataobject

Generic response object