Information Requests

Information Requested Callback

Callback Request Parameters

  • Id: is the unique identifier for the exchange transaction.

  • Type:“INFORMATION_REQUESTED” when more information is required

  • CustomerId: int

Callback Example

{
        "Id":"706fdb74-08cc-4954-a67c-17b4e2163419",
        "Type": "INFORMATION_REQUESTED",
        "Data": {
                "CustomersId":2464,
                "UpdatedInformationRequestIds": "1013"
          }
}

Information Request Updated Callback

  • Id: is the unique identifier for the exchange transaction.

  • Type: “INFORMATION_REQUEST_UPDATED” when the information response is approved

  • CustomerId: int

Callback Example:

Last updated