Depending on the specific investment instrument, payments may either be required immediately upon the order placement or issued incrementally as part of capital calls initiated by fund managers or administrators.

 "payments": [
    {
      "issue_date": "2023-08-03",
      "due_date": "2023-08-03",
      "instrument": {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "name": "string",
        "image": "string"
      },
      "amount": {
        "amount": "10000",
        "currency": "USD"
      },
      "description": "string",
      "wire_instructions": {
        "account_number": "string",
        "bank_name": "string",
        "account_name": "string",
        "bank_address": "string",
        "bic_routing_number": "string",
        "bic_swift": "string",
        "bic_iban": "string",
        "bic_sort_code": "string",
        "transaction_reference": "string"
      }
    }
  ]