I need to verify the details in the webhook, third_party_status

Will you confirm that when the 3rd party status webhook sends a change notification, it will always include the fields below, as listed in the schema and no others? I want to make extra sure that referenceNo will always be included, if populated.

  • 3rd party id (varies by client)
  • 3rd party type (is always ONBOARDING_STATUS)
  • 3rd party referenceNo (varies by client)
  • 3rd party name (varies by client)
  • previous status
  • status
  • update time


Tagged:

Best Answer

  • I received this from the dev team via a separate email.

    Yes, that is correct. These fields are included.

    • 3rd party id (varies by client)
    • 3rd party type (is always ONBOARDING_STATUS) – depending on the notificationTypes, THIRD_PARTY_STATUS and/or SCREENING_STATUS
    • 3rd party referenceNo (varies by client)
    • 3rd party name (varies by client)
    • previous status
    • status
    • update time