NotaryLive Order Creation API v2 Changelogs

Back to Docs
Return to NotaryLive

Changelog

Version 3.0.0

  • Remove options array paramater; all parameters that used to go in the options array are now passed as top-level parameters
  • Update endpoint /iframe/create to /whitelabel/create
  • Update document_notarized webhook event to documents_notarized
  • Remove order_expired webhook event; return order_canceled instead

Version 2.0.0

  • Modify request body format to include the following new parameters; for more info click here
    • Add options array parameter that accepts more order/iframe creation customization features
    • Add options.charge_to
    • Add options.client_can_add_or_remove_participants
    • Add options.client_can_change_names
    • Add options.company_email
    • Add options.confirmation_btn_text
    • Add options.confirmation_btn_url
    • Add options.disable_followup_session_email
    • Add options.disable_kba_retake_email
    • Add options.expired_order_redirect
    • Add options.instructions
    • Add options.internal_id
    • Add options.limit_doc_editing
    • Add options.proof_of_address_doc_type
    • Add options.proof_of_id_type
    • Add options.receive_files_as_attachments
    • Add options.requires_proof_of_address
    • Add options.send_initial_session_link_email
    • Add options.sender_message
    • Add options.skip_upload_doc_page
    • Add options.skip_edit_doc_page
    • Add options.template_id
    • Add options.uszoom_session_type
    • Add options.webhook_url
    • Add participants
    • Add participants.*.email
    • Add participants.*.first_name
    • Add participants.*.last_name
    • Add participants.*.preupload_id
    • Add participants.*.type
    • Add templated_documents_fields
    • Add templated_documents_fields.*.fields
    • Add templated_documents_fields.*.file_id
    • Add sandbox_header
  • Add endpoints /order/ids, /order/status, and /id/upload
  • Add participants value to document_notarized webhook event

Version 1.0.0

  • Initial release