improved

API Update: Include Custom Variables in Detailed GET List Response

We’ve updated the existing detailed GET List response to include custom variables when the includeCustomVariables query parameter is set to true. This change allows merchants to access these variables for internal reconciliation purposes. If the parameter is not specified or set to false, custom variables will not be included.

This enhancement is particularly useful for merchants integrated with FlexPay using the Enterprise with Scheduler integration.

Example Request:

{{APIUrl}}/transactions?responseType=detailed&includeCustomVariables=true

For more details, please refer to the List API documentation.