ACS Data
Only used in a Hybrid transaction, this object passes the required data from the merchant to Songbird to render an ACS authentication screen via the Cardinal.continue function.
Key | Description | Type | Required |
---|---|---|---|
AcsUrl | The ACSUrl field returned on the CMPI_LOOKUP from Centinel Core | String | Y |
Payload | The Payload fieldĀ returned on the CMPI_LOOKUP from Centinel Core | String | Y |
Module State
This object is returned from the 'setup.complete' event within an array and can be used to determine what modules were attempted to be loaded on page load. This object allows you to determine if a payment brand was successfully loaded, or failed to load.
Key | Description | Type | Required |
---|---|---|---|
loaded | If the module was successfully loaded or not. | Boolean | Y |
module | name of the payment brand / module the report is for | String | Y |