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
          }
}

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:

{
        "Id":"386cf6ed-e858-4bb9-b107-1bebfa82f980",
        "Type":"INFORMATION_REQUEST_UPDATED",
        "Data":{
                "CustomersId":2464
        }
} 

Last updated