Create Configuration - Field Descriptions

The following page details each of the fields that can be used in the request and received in the response when using the Create Configuration endpoint.

Request

The following table describes fields that are included in the body of the request when creating a TC event configuration.

FieldDescriptionMin LengthMax LengthTypeMandatory
pmIdThe Program Manager ID
IntegerNo
productIdThe Product ID.
IntegerNo
statusThe configuration status. For example, active or inactive.68StringYes
messageTypeFilterThe type of filter or filters associated with the configuration.
  • 0 = All (configurable) Transaction/Message Types

  • 1 = Authorisation (0100)

  • 2 = Authorisation Advices (0120)

  • 3 = Online Financial Request (0200)

  • 4 = Online Financial Advice (0220)

  • 5 = Authorisation Reversals (0400)

  • 6 = Authorisation Reversal Advices (0420)

11ArrayYes
cardLifecycleNotificationEnabledEnables or disables Card Lifecycle Notification webhooks for the configuration. When set to true, Thredd sends a webhook (event code 119) when a card is created or activated and the notification matches the client's subscription.45BooleanNo

Response

The following table describes fields that are included in the response after successfully creating a new TC event configuration.

📘

Note

Fields in bold indicate the start and end of an object.

FieldDescription
statusThe status of the response. For example, success.
responseObject that contains the response.
contentObject that contains the content of the configuration.
configIdThe unique identifier for the created configuration.
pmIdThe Program Manager ID associated with the configuration. This is only returned in the response if a valid pmId is included in the request.
productIdThe Product ID associated with the configuration. This is only returned in the response if a valid productId is included in the request.
statusThe status of the configuration. For example, active.
messageTypeFilterThe list of transaction/message type filter codes for the configuration.
messageThe status message for the configuration creation.
contentEnd of content object.
totalCountThe total number of configurations created in the response.
responseEnd of response object.

Did this page help you?