@adyen/adyen-platform-experience-web 1.5.1 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adyen-platform-experience-web.css +1 -1
- package/dist/{angle-right-DCDtBphj.cjs → angle-right-K64mXtoy.cjs} +2 -2
- package/dist/{angle-right-DCDtBphj.cjs.map → angle-right-K64mXtoy.cjs.map} +1 -1
- package/dist/{checkmark-BUtjcpAC.cjs → checkmark-BFOfQ4U3.cjs} +2 -2
- package/dist/{checkmark-BUtjcpAC.cjs.map → checkmark-BFOfQ4U3.cjs.map} +1 -1
- package/dist/{checkmark-circle-fill-CtUhQzOt.cjs → checkmark-circle-fill-BV2FvQh0.cjs} +2 -2
- package/dist/{checkmark-circle-fill-CtUhQzOt.cjs.map → checkmark-circle-fill-BV2FvQh0.cjs.map} +1 -1
- package/dist/{checkmark-square-fill-Cpdn8YWp.cjs → checkmark-square-fill-B6rUSLy6.cjs} +2 -2
- package/dist/{checkmark-square-fill-Cpdn8YWp.cjs.map → checkmark-square-fill-B6rUSLy6.cjs.map} +1 -1
- package/dist/{chevron-down-CEgNjZK_.cjs → chevron-down-Cwk2F1N2.cjs} +2 -2
- package/dist/{chevron-down-CEgNjZK_.cjs.map → chevron-down-Cwk2F1N2.cjs.map} +1 -1
- package/dist/{chevron-left-BgN_rxGR.cjs → chevron-left-3kfyOgH8.cjs} +2 -2
- package/dist/{chevron-left-BgN_rxGR.cjs.map → chevron-left-3kfyOgH8.cjs.map} +1 -1
- package/dist/{chevron-right-Jwt5BuB-.cjs → chevron-right-DlSewmYP.cjs} +2 -2
- package/dist/{chevron-right-Jwt5BuB-.cjs.map → chevron-right-DlSewmYP.cjs.map} +1 -1
- package/dist/{chevron-up-B_O0vmIX.cjs → chevron-up-DcHOD7ve.cjs} +2 -2
- package/dist/{chevron-up-B_O0vmIX.cjs.map → chevron-up-DcHOD7ve.cjs.map} +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/{copy-DztEPGun.cjs → copy-DmBUwp7_.cjs} +2 -2
- package/dist/{copy-DztEPGun.cjs.map → copy-DmBUwp7_.cjs.map} +1 -1
- package/dist/{cross-B9ojc3kB.cjs → cross-JGXC9RPo.cjs} +2 -2
- package/dist/{cross-B9ojc3kB.cjs.map → cross-JGXC9RPo.cjs.map} +1 -1
- package/dist/{cross-circle-fill-Dy_LlcFp.cjs → cross-circle-fill-CepPVSd-.cjs} +2 -2
- package/dist/{cross-circle-fill-Dy_LlcFp.cjs.map → cross-circle-fill-CepPVSd-.cjs.map} +1 -1
- package/dist/da-DK-DzyB6ApY.cjs +2 -0
- package/dist/da-DK-DzyB6ApY.cjs.map +1 -0
- package/dist/de-DE-C_manCYP.cjs +2 -0
- package/dist/de-DE-C_manCYP.cjs.map +1 -0
- package/dist/{download-DsN3U6Xn.cjs → download-BToMR9ry.cjs} +2 -2
- package/dist/{download-DsN3U6Xn.cjs.map → download-BToMR9ry.cjs.map} +1 -1
- package/dist/es/components/external/CapitalOverview/components/GrantList/GrantsDisplay.js +1 -1
- package/dist/es/components/external/DisputeManagement/DisputeManagementElement.js +18 -0
- package/dist/es/components/external/DisputeManagement/components/AcceptDisputeFlow/AcceptDisputeFlow.js +82 -0
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFileUpload.js +212 -0
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFlow.js +21 -0
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeReason.js +128 -0
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeResponse.js +37 -0
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDocumentUpload.js +60 -0
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/SelectAndUploadOptionalDoc.js +108 -0
- package/dist/es/components/external/DisputeManagement/components/DefendDisputeFlow/constants.js +13 -0
- package/dist/es/components/external/DisputeManagement/components/DisputeDetails/DisputeDetails.js +38 -0
- package/dist/es/components/external/DisputeManagement/components/DisputeDetailsContainer/DisputeDetailsContainer.js +14 -0
- package/dist/es/components/external/DisputeManagement/components/DisputesData/DisputeData.js +212 -0
- package/dist/es/components/external/DisputeManagement/components/DisputesData/DisputeDataProperties.js +196 -0
- package/dist/es/components/external/DisputeManagement/components/DisputesData/DisputeIssuerComments.js +56 -0
- package/dist/es/components/external/DisputeManagement/components/DisputesData/constants.js +44 -0
- package/dist/es/components/external/DisputeManagement/context/dispute/context.js +105 -0
- package/dist/es/components/external/DisputeManagement/utils/index.js +22 -0
- package/dist/es/components/external/DisputesOverview/DisputesOverviewElement.js +25 -0
- package/dist/es/components/external/DisputesOverview/components/DisputeManagementModal/DisputeManagementModal.js +53 -0
- package/dist/es/components/external/DisputesOverview/components/DisputesContainer/DisputesContainer.js +21 -0
- package/dist/es/components/external/DisputesOverview/components/DisputesOverview/DisputesOverview.js +214 -0
- package/dist/es/components/external/DisputesOverview/components/DisputesOverview/constants.js +7 -0
- package/dist/es/components/external/DisputesOverview/components/DisputesTable/DisputeStatusTag.js +14 -0
- package/dist/es/components/external/DisputesOverview/components/DisputesTable/DisputesTable.js +178 -0
- package/dist/es/components/external/DisputesOverview/components/DisputesTable/constants.js +4 -0
- package/dist/es/components/external/PayoutsOverview/components/PayoutsOverview/PayoutsOverview.js +6 -6
- package/dist/es/components/external/ReportsOverview/components/ReportsOverview/ReportsOverview.js +1 -1
- package/dist/es/components/external/ReportsOverview/components/ReportsTable/ReportsTable.js +9 -9
- package/dist/es/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.js +138 -122
- package/dist/es/components/external/TransactionDetails/components/TransactionData/TransactionStatusTag.js +23 -0
- package/dist/es/components/external/TransactionDetails/components/constants.js +17 -21
- package/dist/es/components/external/TransactionDetails/components/utils.js +10 -16
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.js +16 -12
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.js +7 -2
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.js +12 -12
- package/dist/es/components/internal/Button/DownloadButton/DownloadButton.js +63 -37
- package/dist/es/components/internal/Button/constants.js +10 -9
- package/dist/es/components/internal/Button/hooks/useButton.js +43 -33
- package/dist/es/components/internal/Card/Card.js +61 -31
- package/dist/es/components/internal/Card/constants.js +11 -8
- package/dist/es/components/internal/DataGrid/DataGrid.js +45 -42
- package/dist/es/components/internal/DataOverviewDetails/DataOverviewDetails.js +41 -34
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.js +24 -23
- package/dist/es/components/internal/FormFields/FileInput/FileInput.js +53 -0
- package/dist/es/components/internal/FormFields/FileInput/components/Dropzone.js +142 -0
- package/dist/es/components/internal/FormFields/FileInput/components/UploadedFile.js +37 -0
- package/dist/es/components/internal/FormFields/FileInput/constants.js +12 -0
- package/dist/es/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.js +21 -20
- package/dist/es/components/internal/FormFields/Select/Select.js +49 -47
- package/dist/es/components/internal/FormFields/Select/components/SelectList.js +34 -32
- package/dist/es/components/internal/Icon/Icon.js +8 -7
- package/dist/es/components/internal/Modal/ModalContent/ModalContent.js +9 -9
- package/dist/es/components/internal/Popover/Popover.js +99 -83
- package/dist/es/components/internal/Popover/PopoverContainer.js +36 -0
- package/dist/es/components/internal/Popover/types.js +2 -2
- package/dist/es/components/internal/Popover/utils/utils.js +23 -23
- package/dist/es/components/internal/SegmentedControl/SegmentedControl.js +22 -22
- package/dist/es/components/internal/StatusBox/StatusBox.js +18 -0
- package/dist/es/components/internal/StatusBox/constants.js +11 -0
- package/dist/es/components/internal/StatusBox/useStatusBox.js +17 -0
- package/dist/es/components/internal/StatusBox/utils.js +9 -0
- package/dist/es/components/internal/Tabs/Tabs.js +47 -0
- package/dist/es/components/internal/Tag/Tag.js +7 -7
- package/dist/es/components/internal/Tooltip/Tooltip.js +28 -32
- package/dist/es/components/utils/disputes/actionNeeded.js +26 -0
- package/dist/es/components/utils/disputes/constants.js +45 -0
- package/dist/es/components/utils/disputes/getDisputesErrorMessage.js +36 -0
- package/dist/es/config/disputes/defenseDocumentConfig.json.js +233 -0
- package/dist/es/config/disputes/defenseReasonConfig.json.js +225 -0
- package/dist/es/constants/dateFormats.js +29 -15
- package/dist/es/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityRegistry.js +11 -9
- package/dist/es/core/Http/http.js +14 -14
- package/dist/es/core/Http/utils.js +43 -30
- package/dist/es/core/core.js +1 -1
- package/dist/es/hooks/element/usePopoverPositioner.js +152 -79
- package/dist/es/hooks/useBalanceAccountSelection.js +33 -13
- package/dist/es/hooks/useCommitAction/useCommitAction.js +21 -21
- package/dist/es/hooks/useTabbedControl.js +61 -44
- package/dist/es/hooks/useTableColumns.js +24 -23
- package/dist/es/hooks/useTrackedRef.js +19 -0
- package/dist/es/images/icons/plus.svg.js +6 -0
- package/dist/es/index.js +30 -26
- package/dist/es/translations/da-DK.json.js +654 -166
- package/dist/es/translations/de-DE.json.js +682 -194
- package/dist/es/translations/en-US.json.js +664 -176
- package/dist/es/translations/es-ES.json.js +665 -177
- package/dist/es/translations/fi-FI.json.js +686 -198
- package/dist/es/translations/fr-FR.json.js +661 -173
- package/dist/es/translations/it-IT.json.js +690 -202
- package/dist/es/translations/nl-NL.json.js +686 -198
- package/dist/es/translations/no-NO.json.js +666 -178
- package/dist/es/translations/pt-BR.json.js +690 -202
- package/dist/es/translations/sv-SE.json.js +693 -205
- package/dist/es/utils/file/size.js +22 -0
- package/dist/es/utils/file/upload.js +15 -0
- package/dist/es-ES-D4yWVVk4.cjs +2 -0
- package/dist/es-ES-D4yWVVk4.cjs.map +1 -0
- package/dist/{external-link-DgHiKqPL.cjs → external-link-BRDaK3Bx.cjs} +2 -2
- package/dist/{external-link-DgHiKqPL.cjs.map → external-link-BRDaK3Bx.cjs.map} +1 -1
- package/dist/fi-FI-ziHSaIAM.cjs +2 -0
- package/dist/fi-FI-ziHSaIAM.cjs.map +1 -0
- package/dist/{filter-C7stlLTD.cjs → filter-DXSSpM1j.cjs} +2 -2
- package/dist/{filter-C7stlLTD.cjs.map → filter-DXSSpM1j.cjs.map} +1 -1
- package/dist/fr-FR-B-twXuu4.cjs +2 -0
- package/dist/fr-FR-B-twXuu4.cjs.map +1 -0
- package/dist/index-BKTWT4wv.cjs +12 -0
- package/dist/index-BKTWT4wv.cjs.map +1 -0
- package/dist/{info-filled-Bk8waEjd.cjs → info-filled-CqqSx6ab.cjs} +2 -2
- package/dist/{info-filled-Bk8waEjd.cjs.map → info-filled-CqqSx6ab.cjs.map} +1 -1
- package/dist/it-IT-CNU9GJon.cjs +2 -0
- package/dist/it-IT-CNU9GJon.cjs.map +1 -0
- package/dist/{minus-circle-outline-8LuhQHmx.cjs → minus-circle-outline-C_OF3LwJ.cjs} +2 -2
- package/dist/{minus-circle-outline-8LuhQHmx.cjs.map → minus-circle-outline-C_OF3LwJ.cjs.map} +1 -1
- package/dist/nl-NL-CWr5RWqD.cjs +2 -0
- package/dist/nl-NL-CWr5RWqD.cjs.map +1 -0
- package/dist/no-NO-CU-dleiK.cjs +2 -0
- package/dist/no-NO-CU-dleiK.cjs.map +1 -0
- package/dist/plus-CW8c0zs1.cjs +2 -0
- package/dist/plus-CW8c0zs1.cjs.map +1 -0
- package/dist/{plus-circle-outline-x53czuRo.cjs → plus-circle-outline-DJ6zGU6z.cjs} +2 -2
- package/dist/{plus-circle-outline-x53czuRo.cjs.map → plus-circle-outline-DJ6zGU6z.cjs.map} +1 -1
- package/dist/pt-BR-DJUsdwmX.cjs +2 -0
- package/dist/pt-BR-DJUsdwmX.cjs.map +1 -0
- package/dist/{square-BzY0pIfq.cjs → square-2HAeIvAR.cjs} +2 -2
- package/dist/{square-BzY0pIfq.cjs.map → square-2HAeIvAR.cjs.map} +1 -1
- package/dist/sv-SE-Btn3_SAD.cjs +2 -0
- package/dist/sv-SE-Btn3_SAD.cjs.map +1 -0
- package/dist/{trash-can-oPrHRWRq.cjs → trash-can-BLQ5Pm8W.cjs} +2 -2
- package/dist/{trash-can-oPrHRWRq.cjs.map → trash-can-BLQ5Pm8W.cjs.map} +1 -1
- package/dist/types/components/external/DisputeManagement/DisputeManagementElement.d.ts +10 -0
- package/dist/types/components/external/DisputeManagement/DisputeManagementElement.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/AcceptDisputeFlow/AcceptDisputeFlow.d.ts +4 -0
- package/dist/types/components/external/DisputeManagement/components/AcceptDisputeFlow/AcceptDisputeFlow.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFileUpload.d.ts +3 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFileUpload.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFlow.d.ts +4 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeFlow.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeReason.d.ts +2 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeReason.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeResponse.d.ts +4 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDisputeResponse.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDocumentUpload.d.ts +8 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/DefendDocumentUpload.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/SelectAndUploadOptionalDoc.d.ts +15 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/SelectAndUploadOptionalDoc.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/constants.d.ts +5 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/constants.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/types.d.ts +6 -0
- package/dist/types/components/external/DisputeManagement/components/DefendDisputeFlow/types.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DisputeDetails/DisputeDetails.d.ts +4 -0
- package/dist/types/components/external/DisputeManagement/components/DisputeDetails/DisputeDetails.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DisputeDetailsContainer/DisputeDetailsContainer.d.ts +5 -0
- package/dist/types/components/external/DisputeManagement/components/DisputeDetailsContainer/DisputeDetailsContainer.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/DisputeData.d.ts +12 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/DisputeData.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/DisputeDataProperties.d.ts +12 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/DisputeDataProperties.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/DisputeIssuerComments.d.ts +5 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/DisputeIssuerComments.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/constants.d.ts +28 -0
- package/dist/types/components/external/DisputeManagement/components/DisputesData/constants.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/context/dispute/context.d.ts +31 -0
- package/dist/types/components/external/DisputeManagement/context/dispute/context.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/index.d.ts +3 -0
- package/dist/types/components/external/DisputeManagement/index.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/types.d.ts +18 -0
- package/dist/types/components/external/DisputeManagement/types.d.ts.map +1 -0
- package/dist/types/components/external/DisputeManagement/utils/index.d.ts +9 -0
- package/dist/types/components/external/DisputeManagement/utils/index.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/DisputesOverviewElement.d.ts +9 -0
- package/dist/types/components/external/DisputesOverview/DisputesOverviewElement.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/components/DisputeManagementModal/DisputeManagementModal.d.ts +17 -0
- package/dist/types/components/external/DisputesOverview/components/DisputeManagementModal/DisputeManagementModal.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesContainer/DisputesContainer.d.ts +4 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesContainer/DisputesContainer.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesOverview/DisputesOverview.d.ts +9 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesOverview/DisputesOverview.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesOverview/constants.d.ts +5 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesOverview/constants.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesTable/DisputeStatusTag.d.ts +7 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesTable/DisputeStatusTag.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesTable/DisputesTable.d.ts +49 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesTable/DisputesTable.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesTable/constants.d.ts +2 -0
- package/dist/types/components/external/DisputesOverview/components/DisputesTable/constants.d.ts.map +1 -0
- package/dist/types/components/external/DisputesOverview/index.d.ts +2 -0
- package/dist/types/components/external/DisputesOverview/index.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionStatusTag.d.ts +8 -0
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionStatusTag.d.ts.map +1 -0
- package/dist/types/components/external/TransactionDetails/components/utils.d.ts +0 -2
- package/dist/types/components/external/TransactionDetails/components/utils.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/hooks/useTransaction/useTransaction.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/types.d.ts +0 -1
- package/dist/types/components/external/TransactionDetails/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts +1 -0
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.d.ts +3 -3
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/useMultiSelectionFilter.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/MultiSelectionFilter/useMultiSelectionFilter/utils.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/hooks/useTransactionsOverviewMultiSelectionFilters.d.ts +4 -4
- package/dist/types/components/external/index.d.ts +2 -0
- package/dist/types/components/external/index.d.ts.map +1 -1
- package/dist/types/components/internal/Button/DownloadButton/DownloadButton.d.ts +4 -2
- package/dist/types/components/internal/Button/DownloadButton/DownloadButton.d.ts.map +1 -1
- package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts +91 -2
- package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts.map +1 -1
- package/dist/types/components/internal/Button/constants.d.ts +1 -0
- package/dist/types/components/internal/Button/constants.d.ts.map +1 -1
- package/dist/types/components/internal/Button/hooks/useButton.d.ts +1 -0
- package/dist/types/components/internal/Button/hooks/useButton.d.ts.map +1 -1
- package/dist/types/components/internal/Button/types.d.ts +1 -0
- package/dist/types/components/internal/Button/types.d.ts.map +1 -1
- package/dist/types/components/internal/Card/Card.d.ts +2 -1
- package/dist/types/components/internal/Card/Card.d.ts.map +1 -1
- package/dist/types/components/internal/Card/constants.d.ts +3 -0
- package/dist/types/components/internal/Card/constants.d.ts.map +1 -1
- package/dist/types/components/internal/Card/types.d.ts +2 -0
- package/dist/types/components/internal/Card/types.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/DataGrid.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/types.d.ts +1 -0
- package/dist/types/components/internal/DataGrid/types.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDetails/DataOverviewDetails.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewError/DataOverviewError.d.ts.map +1 -1
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts +2 -1
- package/dist/types/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/FileInput/FileInput.d.ts +7 -0
- package/dist/types/components/internal/FormFields/FileInput/FileInput.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/FileInput/components/Dropzone.d.ts +7 -0
- package/dist/types/components/internal/FormFields/FileInput/components/Dropzone.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/FileInput/components/UploadedFile.d.ts +5 -0
- package/dist/types/components/internal/FormFields/FileInput/components/UploadedFile.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/FileInput/constants.d.ts +10 -0
- package/dist/types/components/internal/FormFields/FileInput/constants.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/FileInput/types.d.ts +29 -0
- package/dist/types/components/internal/FormFields/FileInput/types.d.ts.map +1 -0
- package/dist/types/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/Select.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +4 -4
- package/dist/types/components/internal/FormFields/Select/hooks/useSelect.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +4 -2
- package/dist/types/components/internal/FormFields/Select/types.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/index.d.ts +2 -2
- package/dist/types/components/internal/Icon/Icon.d.ts +1 -0
- package/dist/types/components/internal/Icon/Icon.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/Popover.d.ts +1 -1
- package/dist/types/components/internal/Popover/Popover.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/PopoverContainer.d.ts +6 -0
- package/dist/types/components/internal/Popover/PopoverContainer.d.ts.map +1 -0
- package/dist/types/components/internal/Popover/types.d.ts +10 -3
- package/dist/types/components/internal/Popover/types.d.ts.map +1 -1
- package/dist/types/components/internal/Popover/utils/utils.d.ts +1 -1
- package/dist/types/components/internal/Popover/utils/utils.d.ts.map +1 -1
- package/dist/types/components/internal/SegmentedControl/SegmentedControl.d.ts +2 -2
- package/dist/types/components/internal/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/types/components/internal/SegmentedControl/types.d.ts +6 -6
- package/dist/types/components/internal/SegmentedControl/types.d.ts.map +1 -1
- package/dist/types/components/internal/StatusBox/StatusBox.d.ts +22 -0
- package/dist/types/components/internal/StatusBox/StatusBox.d.ts.map +1 -0
- package/dist/types/components/internal/StatusBox/constants.d.ts +9 -0
- package/dist/types/components/internal/StatusBox/constants.d.ts.map +1 -0
- package/dist/types/components/internal/StatusBox/useStatusBox.d.ts +16 -0
- package/dist/types/components/internal/StatusBox/useStatusBox.d.ts.map +1 -0
- package/dist/types/components/internal/StatusBox/utils.d.ts +9 -0
- package/dist/types/components/internal/StatusBox/utils.d.ts.map +1 -0
- package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts +1 -1
- package/dist/types/components/internal/Tabs/Tabs.d.ts +5 -0
- package/dist/types/components/internal/Tabs/Tabs.d.ts.map +1 -0
- package/dist/types/components/internal/Tabs/types.d.ts +14 -0
- package/dist/types/components/internal/Tabs/types.d.ts.map +1 -0
- package/dist/types/components/internal/Tag/Tag.d.ts +2 -1
- package/dist/types/components/internal/Tag/Tag.d.ts.map +1 -1
- package/dist/types/components/internal/Tag/types.d.ts +1 -1
- package/dist/types/components/internal/Tag/types.d.ts.map +1 -1
- package/dist/types/components/internal/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/types/components/types.d.ts +9 -1
- package/dist/types/components/types.d.ts.map +1 -1
- package/dist/types/components/utils/disputes/actionNeeded.d.ts +16 -0
- package/dist/types/components/utils/disputes/actionNeeded.d.ts.map +1 -0
- package/dist/types/components/utils/disputes/constants.d.ts +43 -0
- package/dist/types/components/utils/disputes/constants.d.ts.map +1 -0
- package/dist/types/components/utils/disputes/getDisputesErrorMessage.d.ts +5 -0
- package/dist/types/components/utils/disputes/getDisputesErrorMessage.d.ts.map +1 -0
- package/dist/types/components/utils/getErrorMessage.d.ts.map +1 -1
- package/dist/types/constants/dateFormats.d.ts +3 -0
- package/dist/types/constants/dateFormats.d.ts.map +1 -1
- package/dist/types/core/ConfigContext/context.d.ts +483 -2
- package/dist/types/core/ConfigContext/context.d.ts.map +1 -1
- package/dist/types/core/ConfigContext/session/AuthSession.d.ts +966 -4
- package/dist/types/core/ConfigContext/session/AuthSession.d.ts.map +1 -1
- package/dist/types/core/ConfigContext/session/SetupContext.d.ts +483 -2
- package/dist/types/core/ConfigContext/session/SetupContext.d.ts.map +1 -1
- package/dist/types/core/ConfigContext/session/utils/sessionAwareComponentAvailability/helpers/componentAvailabilityRegistry.d.ts.map +1 -1
- package/dist/types/core/ConfigContext/types.d.ts +4 -1
- package/dist/types/core/ConfigContext/types.d.ts.map +1 -1
- package/dist/types/core/Http/http.d.ts.map +1 -1
- package/dist/types/core/Http/utils.d.ts +3 -0
- package/dist/types/core/Http/utils.d.ts.map +1 -1
- package/dist/types/hooks/element/usePopoverPositioner.d.ts +6 -3
- package/dist/types/hooks/element/usePopoverPositioner.d.ts.map +1 -1
- package/dist/types/hooks/useBalanceAccountSelection.d.ts +3 -2
- package/dist/types/hooks/useBalanceAccountSelection.d.ts.map +1 -1
- package/dist/types/hooks/useCommitAction/useCommitAction.d.ts.map +1 -1
- package/dist/types/hooks/useCustomColumnsData.d.ts +1 -1
- package/dist/types/hooks/useDefaultOverviewFilterParams.d.ts +1 -1
- package/dist/types/hooks/useDefaultOverviewFilterParams.d.ts.map +1 -1
- package/dist/types/hooks/useModalDetails/index.d.ts +2 -0
- package/dist/types/hooks/useModalDetails/index.d.ts.map +1 -0
- package/dist/types/hooks/useTabbedControl.d.ts +8 -9
- package/dist/types/hooks/useTabbedControl.d.ts.map +1 -1
- package/dist/types/hooks/useTableColumns.d.ts +4 -2
- package/dist/types/hooks/useTableColumns.d.ts.map +1 -1
- package/dist/types/hooks/useTrackedRef.d.ts +9 -0
- package/dist/types/hooks/useTrackedRef.d.ts.map +1 -0
- package/dist/types/translations/index.d.ts +488 -0
- package/dist/types/translations/index.d.ts.map +1 -1
- package/dist/types/types/api/endpoints.d.ts +3 -2
- package/dist/types/types/api/endpoints.d.ts.map +1 -1
- package/dist/types/types/api/models/disputes.d.ts +12 -0
- package/dist/types/types/api/models/disputes.d.ts.map +1 -0
- package/dist/types/types/api/models/transactions.d.ts +3 -0
- package/dist/types/types/api/models/transactions.d.ts.map +1 -1
- package/dist/types/types/api/resources/DisputesResource.d.ts +575 -0
- package/dist/types/types/api/resources/DisputesResource.d.ts.map +1 -0
- package/dist/types/types/api/resources/SetupResource.d.ts +10 -10
- package/dist/types/types/api/resources/SetupResource.d.ts.map +1 -1
- package/dist/{upload-CEAJdOXV.cjs → upload-C9Z9qRuS.cjs} +2 -2
- package/dist/{upload-CEAJdOXV.cjs.map → upload-C9Z9qRuS.cjs.map} +1 -1
- package/dist/{warning-BzXJLvmN.cjs → warning-CIRG3GTY.cjs} +2 -2
- package/dist/{warning-BzXJLvmN.cjs.map → warning-CIRG3GTY.cjs.map} +1 -1
- package/dist/{warning-filled-P8HTOKkP.cjs → warning-filled-3hD1yAKv.cjs} +2 -2
- package/dist/{warning-filled-P8HTOKkP.cjs.map → warning-filled-3hD1yAKv.cjs.map} +1 -1
- package/package.json +1 -1
- package/dist/da-DK-DAJvnb2s.cjs +0 -2
- package/dist/da-DK-DAJvnb2s.cjs.map +0 -1
- package/dist/de-DE-DFMmcoWN.cjs +0 -2
- package/dist/de-DE-DFMmcoWN.cjs.map +0 -1
- package/dist/es/components/external/TransactionDetails/components/details/TransactionStatusBox.js +0 -53
- package/dist/es/style/index.scss.js +0 -1
- package/dist/es-ES-DWJu_JsZ.cjs +0 -2
- package/dist/es-ES-DWJu_JsZ.cjs.map +0 -1
- package/dist/fi-FI-MXUK5vu0.cjs +0 -2
- package/dist/fi-FI-MXUK5vu0.cjs.map +0 -1
- package/dist/fr-FR-NK-BqBuh.cjs +0 -2
- package/dist/fr-FR-NK-BqBuh.cjs.map +0 -1
- package/dist/index-ejbaSyzM.cjs +0 -12
- package/dist/index-ejbaSyzM.cjs.map +0 -1
- package/dist/it-IT-CckThmyL.cjs +0 -2
- package/dist/it-IT-CckThmyL.cjs.map +0 -1
- package/dist/nl-NL-73Hql9dE.cjs +0 -2
- package/dist/nl-NL-73Hql9dE.cjs.map +0 -1
- package/dist/no-NO-C5RVnfc6.cjs +0 -2
- package/dist/no-NO-C5RVnfc6.cjs.map +0 -1
- package/dist/pt-BR-DR3yYVRn.cjs +0 -2
- package/dist/pt-BR-DR3yYVRn.cjs.map +0 -1
- package/dist/sv-SE-C92aO-iv.cjs +0 -2
- package/dist/sv-SE-C92aO-iv.cjs.map +0 -1
- package/dist/types/components/external/TransactionDetails/components/details/TransactionStatusBox.d.ts +0 -8
- package/dist/types/components/external/TransactionDetails/components/details/TransactionStatusBox.d.ts.map +0 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useMemo as e } from "../../../external/preact/hooks/dist/hooks.module.js";
|
|
2
|
+
import d from "../../../core/Context/useCoreContext.js";
|
|
3
|
+
import M from "../../../hooks/useTimezoneAwareDateFormatting.js";
|
|
4
|
+
import { getPaymentMethodType as h, getDisplayablePaymentMethod as l } from "./utils.js";
|
|
5
|
+
import { DATE_FORMAT_TRANSACTION_DETAILS as C } from "../../../constants/dateFormats.js";
|
|
6
|
+
const P = ({ timezone: a, paymentMethodData: n, bankAccount: m, amountData: o, createdAt: r }) => {
|
|
7
|
+
const t = e(() => ({ paymentMethod: n, bankAccount: m }), [n, m]), { i18n: s } = d(), { dateFormat: u } = M(a), i = e(() => {
|
|
8
|
+
if (o) {
|
|
9
|
+
const { currency: p, value: f } = o;
|
|
10
|
+
return `${s.amount(f, p, { hideCurrency: !0 })} ${p}`;
|
|
11
|
+
}
|
|
12
|
+
}, [o, s]), y = e(() => h(t), [t]), T = e(() => l(t), [t]), c = e(() => r && u(new Date(r), C), [r, u]);
|
|
13
|
+
return { amount: i, date: c, paymentMethod: T, paymentMethodType: y };
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
P as default
|
|
17
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { parsePaymentMethodType as o } from "../../external/TransactionsOverview/components/utils.js";
|
|
2
|
+
const p = (e) => e != null && e.paymentMethod ? e.paymentMethod.type : e != null && e.bankAccount ? "bankTransfer" : null, y = (e) => {
|
|
3
|
+
var n;
|
|
4
|
+
return e != null && e.paymentMethod ? o(e.paymentMethod, "detail") : (n = e == null ? void 0 : e.bankAccount) == null ? void 0 : n.accountNumberLastFourDigits;
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
y as getDisplayablePaymentMethod,
|
|
8
|
+
p as getPaymentMethodType
|
|
9
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { jsx as n } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
2
|
+
import { TypographyVariant as b, TypographyElement as y } from "../Typography/types.js";
|
|
3
|
+
import $ from "../../../core/Context/useCoreContext.js";
|
|
4
|
+
import { useTabbedControl as h } from "../../../hooks/useTabbedControl.js";
|
|
5
|
+
import u from "../Typography/Typography.js";
|
|
6
|
+
/* empty css */
|
|
7
|
+
function T({ activeTab: d, tabs: t, onChange: s }) {
|
|
8
|
+
const { activeIndex: r, onClick: p, onKeyDown: c, refs: m, uniqueId: a } = h({ onChange: s, options: t, activeOption: d }), { i18n: l } = $();
|
|
9
|
+
return /* @__PURE__ */ n("section", { "aria-label": l.get("tabs"), children: [
|
|
10
|
+
/* @__PURE__ */ n("div", { className: "adyen-pe-tabs", role: "tablist", "aria-orientation": "horizontal", children: t.map((e, i) => {
|
|
11
|
+
const o = r === i;
|
|
12
|
+
return /* @__PURE__ */ n(
|
|
13
|
+
"button",
|
|
14
|
+
{
|
|
15
|
+
role: "tab",
|
|
16
|
+
name: e.id,
|
|
17
|
+
ref: m[i],
|
|
18
|
+
id: `tab:${a}-${e.id}`,
|
|
19
|
+
className: "adyen-pe-tabs__tab",
|
|
20
|
+
"aria-controls": `panel:${a}-${e.id}`,
|
|
21
|
+
"aria-selected": o,
|
|
22
|
+
onClick: o ? void 0 : p,
|
|
23
|
+
onKeyDown: c,
|
|
24
|
+
disabled: e.disabled,
|
|
25
|
+
tabIndex: o ? 0 : -1,
|
|
26
|
+
children: /* @__PURE__ */ n(u, { el: y.SPAN, variant: b.BODY, className: "adyen-pe-tabs__tab-label", stronger: !0, children: l.get(e.label) })
|
|
27
|
+
},
|
|
28
|
+
`tab:${a}-${e.id}`
|
|
29
|
+
);
|
|
30
|
+
}) }),
|
|
31
|
+
/* @__PURE__ */ n("div", { className: "adyen-pe-tabpanels", children: t.map((e, i) => /* @__PURE__ */ n(
|
|
32
|
+
"section",
|
|
33
|
+
{
|
|
34
|
+
role: "tabpanel",
|
|
35
|
+
id: `panel:${a}-${e.id}`,
|
|
36
|
+
className: "adyen-pe-tabpanels__panel",
|
|
37
|
+
"aria-labelledby": `tab:${a}-${e.id}`,
|
|
38
|
+
hidden: r !== i,
|
|
39
|
+
children: e.content
|
|
40
|
+
},
|
|
41
|
+
`panel:${a}-${e.id}`
|
|
42
|
+
)) })
|
|
43
|
+
] });
|
|
44
|
+
}
|
|
45
|
+
export {
|
|
46
|
+
T as default
|
|
47
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as g } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
2
|
+
import o from "classnames";
|
|
3
3
|
import { TagVariant as e } from "./types.js";
|
|
4
4
|
/* empty css */
|
|
5
|
-
import { memo as
|
|
6
|
-
const
|
|
5
|
+
import { memo as m } from "../../../external/preact/compat/dist/compat.module.js";
|
|
6
|
+
const T = m(({ variant: p = e.DEFAULT, label: t, children: a }) => /* @__PURE__ */ g(
|
|
7
7
|
"div",
|
|
8
8
|
{
|
|
9
|
-
className:
|
|
9
|
+
className: o("adyen-pe-tag", {
|
|
10
10
|
// [TODO]: These Bento tag variants definitions are outdated
|
|
11
11
|
"adyen-pe-tag--success": p === e.SUCCESS,
|
|
12
12
|
"adyen-pe-tag--default": p === e.DEFAULT,
|
|
@@ -18,9 +18,9 @@ const s = o(({ variant: p = e.DEFAULT, label: t }) => /* @__PURE__ */ a(
|
|
|
18
18
|
// Adopted from the latest Bento tag variants spec
|
|
19
19
|
"adyen-pe-tag--blue": p === e.BLUE
|
|
20
20
|
}),
|
|
21
|
-
children: t
|
|
21
|
+
children: a || t
|
|
22
22
|
}
|
|
23
23
|
));
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
T as Tag
|
|
26
26
|
};
|
|
@@ -1,45 +1,41 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { PopoverContainerVariant as
|
|
4
|
-
import { useTooltipListeners as
|
|
5
|
-
import { TypographyVariant as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
1
|
+
import { jsx as r } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
2
|
+
import _ from "../Popover/Popover.js";
|
|
3
|
+
import { PopoverContainerVariant as T } from "../Popover/types.js";
|
|
4
|
+
import { useTooltipListeners as b } from "./useTooltipListeners.js";
|
|
5
|
+
import { TypographyVariant as v } from "../Typography/types.js";
|
|
6
|
+
import P from "../Typography/Typography.js";
|
|
7
|
+
import x from "../../../hooks/element/useUniqueIdentifier.js";
|
|
8
|
+
import n from "classnames";
|
|
9
|
+
import { cloneElement as I, Fragment as g } from "../../../external/preact/dist/preact.module.js";
|
|
10
10
|
/* empty css */
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
return
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
var m, u, f;
|
|
18
|
-
const e = l(), { isVisible: n, listeners: T } = P();
|
|
19
|
-
return h() ? /* @__PURE__ */ a(s, { children: o }) : /* @__PURE__ */ a(s, { children: [
|
|
20
|
-
o ? b(o, {
|
|
21
|
-
...o == null ? void 0 : o.props,
|
|
11
|
+
const N = (o) => typeof o == "string", F = ({ content: o, children: t, triggerRef: u, showTooltip: p, position: y, isContainerHovered: a = !1 }) => {
|
|
12
|
+
var m, i, f;
|
|
13
|
+
const e = x(), { isVisible: s, listeners: l } = b();
|
|
14
|
+
return /* @__PURE__ */ r(g, { children: [
|
|
15
|
+
t ? I(t, {
|
|
16
|
+
...t == null ? void 0 : t.props,
|
|
22
17
|
role: "button",
|
|
23
18
|
tabIndex: -1,
|
|
24
19
|
ref: e,
|
|
25
|
-
className: (m =
|
|
26
|
-
" adyen-pe__tooltip-target--hovered":
|
|
27
|
-
}) :
|
|
28
|
-
...
|
|
20
|
+
className: (m = t == null ? void 0 : t.props) != null && m.className ? n(`${(i = t == null ? void 0 : t.props) == null ? void 0 : i.className} adyen-pe__tooltip-target`, {
|
|
21
|
+
" adyen-pe__tooltip-target--hovered": a
|
|
22
|
+
}) : n("adyen-pe__tooltip-target", { "adyen-pe__tooltip-target--hovered": a }),
|
|
23
|
+
...l,
|
|
29
24
|
"aria-describedby": `tooltip-${(f = e.current) == null ? void 0 : f.id}`
|
|
30
25
|
}) : null,
|
|
31
|
-
(
|
|
32
|
-
|
|
26
|
+
(s || p) && /* @__PURE__ */ r(
|
|
27
|
+
_,
|
|
33
28
|
{
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
29
|
+
fitPosition: !0,
|
|
30
|
+
variant: T.TOOLTIP,
|
|
31
|
+
targetElement: u ?? e,
|
|
32
|
+
position: y,
|
|
33
|
+
open: s || p,
|
|
34
|
+
children: /* @__PURE__ */ r(g, { children: o && N(o) ? /* @__PURE__ */ r(P, { variant: v.CAPTION, children: o }) : { content: o } })
|
|
39
35
|
}
|
|
40
36
|
)
|
|
41
37
|
] });
|
|
42
38
|
};
|
|
43
39
|
export {
|
|
44
|
-
|
|
40
|
+
F as Tooltip
|
|
45
41
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { DISPUTE_ACTION_NEEDED_URGENTLY_THRESHOLD_DAYS as r } from "./constants.js";
|
|
2
|
+
import { parseDate as i } from "../../../utils/datetime/main.js";
|
|
3
|
+
const s = (e) => {
|
|
4
|
+
switch (e.status) {
|
|
5
|
+
case "UNDEFENDED":
|
|
6
|
+
case "UNRESPONDED": {
|
|
7
|
+
const n = i(e.dueDate);
|
|
8
|
+
if (n != null) {
|
|
9
|
+
const o = Date.now(), t = new Date(n);
|
|
10
|
+
if (new Date(t).setHours(t.getHours() - 24) <= o)
|
|
11
|
+
return 7;
|
|
12
|
+
if (new Date(t).setDate(
|
|
13
|
+
t.getDate() - r
|
|
14
|
+
) <= o)
|
|
15
|
+
return 3;
|
|
16
|
+
}
|
|
17
|
+
return 1;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return 0;
|
|
21
|
+
}, N = (e) => s(e) > 0, m = (e) => s(e) > 1;
|
|
22
|
+
export {
|
|
23
|
+
s as getDisputeActionNeededLevel,
|
|
24
|
+
N as isDisputeActionNeeded,
|
|
25
|
+
m as isDisputeActionNeededUrgently
|
|
26
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const s = 10, t = {
|
|
2
|
+
mc: "Mastercard",
|
|
3
|
+
visa: "Visa",
|
|
4
|
+
ach: "ACH Direct Debit",
|
|
5
|
+
amex: "American Express",
|
|
6
|
+
discover: "Discover",
|
|
7
|
+
elo: "Elo",
|
|
8
|
+
jcb: "JCB",
|
|
9
|
+
pulse: "PULSE",
|
|
10
|
+
sepadirectdebit: "SEPA Direct Debit",
|
|
11
|
+
others: "Others"
|
|
12
|
+
}, e = {
|
|
13
|
+
FRAUD: "disputes.reasonCategory.fraud",
|
|
14
|
+
CONSUMER_DISPUTE: "disputes.reasonCategory.consumerDispute",
|
|
15
|
+
PROCESSING_ERROR: "disputes.reasonCategory.processingError",
|
|
16
|
+
REQUEST_FOR_INFORMATION: "disputes.reasonCategory.requestForInformation",
|
|
17
|
+
AUTHORISATION_ERROR: "disputes.reasonCategory.authorisationError",
|
|
18
|
+
ADJUSTMENT: "disputes.reasonCategory.adjustment",
|
|
19
|
+
OTHER: "disputes.reasonCategory.other"
|
|
20
|
+
}, r = {
|
|
21
|
+
CHARGEBACKS: "disputes.statusGroup.chargebacks",
|
|
22
|
+
FRAUD_ALERTS: "disputes.statusGroup.fraudAlerts",
|
|
23
|
+
ONGOING_AND_CLOSED: "disputes.statusGroup.ongoingAndClosed"
|
|
24
|
+
}, E = {
|
|
25
|
+
ACCEPTED: "disputes.status.accepted",
|
|
26
|
+
EXPIRED: "disputes.status.expired",
|
|
27
|
+
LOST: "disputes.status.lost",
|
|
28
|
+
PENDING: "disputes.status.pending",
|
|
29
|
+
RESPONDED: "disputes.status.responded",
|
|
30
|
+
UNDEFENDED: "disputes.status.undefended",
|
|
31
|
+
UNRESPONDED: "disputes.status.unresponded",
|
|
32
|
+
WON: "disputes.status.won"
|
|
33
|
+
}, o = {
|
|
34
|
+
CHARGEBACK: "disputes.type.chargeback",
|
|
35
|
+
NOTIFICATION_OF_FRAUD: "disputes.type.notificationOfFraud",
|
|
36
|
+
REQUEST_FOR_INFORMATION: "disputes.type.requestForInformation"
|
|
37
|
+
};
|
|
38
|
+
export {
|
|
39
|
+
s as DISPUTE_ACTION_NEEDED_URGENTLY_THRESHOLD_DAYS,
|
|
40
|
+
t as DISPUTE_PAYMENT_SCHEMES,
|
|
41
|
+
e as DISPUTE_REASON_CATEGORIES,
|
|
42
|
+
E as DISPUTE_STATUSES,
|
|
43
|
+
r as DISPUTE_STATUS_GROUPS,
|
|
44
|
+
o as DISPUTE_TYPES
|
|
45
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx as n } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
|
|
2
|
+
import { UNDEFINED_ERROR as o } from "../getCommonErrorCode.js";
|
|
3
|
+
import a from "../../internal/CopyText/CopyText.js";
|
|
4
|
+
const m = (e, r, t) => {
|
|
5
|
+
if (!e) return o;
|
|
6
|
+
switch (e.errorCode) {
|
|
7
|
+
case void 0:
|
|
8
|
+
return {
|
|
9
|
+
title: "somethingWentWrong",
|
|
10
|
+
message: [r, "tryRefreshingThePageOrComeBackLater"],
|
|
11
|
+
refreshComponent: !0
|
|
12
|
+
};
|
|
13
|
+
case "00_500": {
|
|
14
|
+
const s = t ? "theErrorCodeIs" : "contactSupportForHelpAndShareErrorCode";
|
|
15
|
+
return {
|
|
16
|
+
title: "somethingWentWrong",
|
|
17
|
+
message: [r, s],
|
|
18
|
+
translationValues: {
|
|
19
|
+
[s]: e.requestId ? /* @__PURE__ */ n(a, { textToCopy: e.requestId }) : null
|
|
20
|
+
},
|
|
21
|
+
onContactSupport: t
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
case "30_112":
|
|
25
|
+
return {
|
|
26
|
+
title: "disputes.error.entityWasNotFound",
|
|
27
|
+
message: ["disputes.error.entityWasNotFoundDetail"],
|
|
28
|
+
onContactSupport: t
|
|
29
|
+
};
|
|
30
|
+
default:
|
|
31
|
+
return o;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
export {
|
|
35
|
+
m as getDisputesErrorMessage
|
|
36
|
+
};
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
const e = { title: "clearingText", help: "descriptionOfDisputeReason" }, t = { title: "latestRecurringTransactions", help: "latestRecurringTransactions" }, o = { title: "acquirerRepresentmentForm", help: "acquirerRepresentmentFormAutomaticallyGenerated" }, n = { title: "acquirerRetrievalFulfilmentForm", help: "acquirerRetrievalFulfilmentFormAutomaticallyGenerated" }, i = { title: "automaticallyGeneratedTransactionDetails", help: "automaticallyGeneratedTransactionDetails" }, r = { title: "proofOfAddendum", help: "cardholderResponsibleForAddendumTransaction" }, a = { title: "additionalInformation", help: "docIdentifyTransaction" }, l = { title: "additionalTransactions", help: "additionalTransactionsConnectedWithDisputedFlight" }, s = { title: "alternativeDefenseMaterial", help: "docRemediesChargeback" }, c = { title: "amexFaxCover", help: "coverPageForAmexDisputes" }, d = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, p = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, h = { title: "rebuttalCancellationNotAccepted", help: "rebuttalStatingCancellationNotAccepted" }, m = { title: "evidenceCardHolderParticipation", help: "docProvingCardHolderParticipated", helpitems: ["receiptOrOther", "customerWrittenConfirmation", "writtenCorrespondenceExchanged"] }, f = { title: "proofRenewedMembership", help: "proofShowingCardholderRenewedMembership" }, u = { title: "proofCardPresence", help: "proofCardAndCardholderSignature" }, g = { title: "docChargebackCodeNotApplicable" }, T = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, C = { title: "defenseMaterial", help: "docViaFraudReporter" }, R = { title: "CopyOfSalesDraftTitle", help: "CopyOfSalesDraftDetails" }, S = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, A = { title: "defenseMaterial", help: "docCorrectCurrency" }, b = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, v = { title: "documentShipmentDate", help: "documentContainingImportantShipmentData" }, P = { title: "defenseMaterial", help: "docRemediesChargeback" }, O = { title: "disclosureAtPointOfInteraction", help: "rebuttalGivenToCardholder" }, M = { title: "firstChargebackNumberAndDate", help: "numberAndDateOfOriginalChargeback" }, N = { title: "compellingEvidence", help: "evidenceProofingParticipationOfCardholder" }, D = { title: "flightManifest", help: "flightManifestShowingCardholderName" }, F = { title: "flightTicket", help: "flightTicketWithCardholderName" }, x = { title: "deliveryOfFlightTicketAtAddress", help: "receiptOfFlightTicketAtBillingAddress" }, I = { title: "flightTicketUsed", help: "proofAirlineTicketsWereUsed" }, k = { title: "flightTookPlace", help: "proofFlightTookPlace" }, y = { title: "frequentFlyerInformation", help: "creditsOfMilesShowingConnectionToCardholder" }, H = { title: "merchantWrittenRebuttal", help: "statementMerchantDidNotReceiveGoods" }, w = { title: "merchantWrittenRebuttal", help: "writtenRebutalGoodsRepairedOrReplaced" }, B = { title: "merchantWrittenRebuttal", help: "proofGoodsWereDeliveredAsDescribed" }, W = { title: "proofValidIncreaseOfAmount", help: "cardholderResponsibleForDisputedAmount" }, E = { title: "explanation", help: "explanationWhyCancellationCodeInvalid" }, q = { title: "proofOfInvalidChargeback", help: "chargebackRemediedOrInvalid" }, G = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, L = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, z = { title: "merchandiseDescription", help: "descriptionOfMerchandiseOrServices" }, U = { title: "defenseMaterial", help: "docMerchandiseNotCounterfeit" }, V = { title: "proofOfRecurringTransaction", help: "docAllOfFollowing", helpitems: ["evidenceTransactionWasRecurring", "moreThanOneTransactionProcessed", "previousTransactionsNotDisputed"] }, J = { title: "mpiData", help: "resultsOfMpiCalls" }, X = { title: "proofOfNoCancellation", help: "proofRecurringContractNotCancelledAtTimeOfSettlement" }, Y = { title: "proofOfNoChargebackReceived", help: "proofMerchantHadNotReceivedPreviousChargeback" }, j = { title: "proofOfNoChargebackReceived", help: "proofMerchantHadNotReceivedPreviousChargebackAutoGenerated" }, K = { title: "noNotification", help: "proofMerchantNotNotifiedOfCancellation" }, Q = { title: "originalAmount", help: "originalAmountIfDisputedRepresentsPartialShipment" }, Z = { title: "paperAirlineTicket", help: "docCardholderIssuedPaperAirlineTickets" }, _ = { title: "passengerId", help: "passengerIdLinkedToCardholder" }, $ = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, ee = { title: "appropriateExplanation", help: "appropriateExplanationAndDocTwoSeparateTransactions" }, te = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, oe = { title: "avsDocumentation", help: "documentationOfPositiveAvsResponseXOrY" }, ne = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, ie = { title: "signedTerminalReceipt", help: "printedSignedReceipt" }, re = { title: "proofOfDelayedDelivery", help: "ifDelayedProofShowingMerchantAbleToProvideServices" }, ae = { title: "proofOfAccountTakeover", help: "provingTransactionResultedFromAccountTakeover" }, le = { title: "proofCardPresence", help: "docTransactionOccurredOnPos" }, se = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, ce = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, de = { title: "signatureOrChipPinEvidence" }, pe = { title: "proofProvidedMerchandise", help: "proofGoodsServicesWereProvided" }, he = { title: "proofOfNoShow", help: "merchantObtainedCardAtTimeReservationMade" }, me = { title: "proofOfRecurringTransaction", help: "docAllOfFollowing", helpitems: ["evidenceTransactionWasRecurring", "moreThanOneTransactionProcessed", "previousTransactionsNotDisputed"] }, fe = { title: "proofOfRetailSale", help: "copyOfTid" }, ue = { title: "reasonForInvalidation", help: "reasonForInvalidationOfChargeback" }, ge = { title: "retrievalRequestFulfilled", help: "autoGeneratedDocRetrievalRequestFulfilled" }, Te = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, Ce = { title: "defenseMaterial", help: "docTermsOfSaleNotMisrepresented" }, Re = { title: "shipmentDocumentation", help: "merchandiseSentToAvsConfirmedBillingAddress" }, Se = { title: "shipToAddress", help: "shipToAddressIfApplicable" }, Ae = { title: "SupplementalDocumentsTitle", help: "SupplementalDocumentsDetails" }, be = { title: "TEDocumentTitle", help: "TEDocumentDetails" }, ve = { title: "copyOfInvoice", help: "copyOfInvoiceOrOtherRelevantTransactionDetails" }, Pe = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, Oe = { title: "docTwoDifferentTransactions", help: "docsTwoTransactionsWithSameShopper" }, Me = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, Ne = { title: "memberMessageText", help: "memberMessageTextSentToSchemes" }, De = { title: "reasonableAmount", help: "cardholderAgreedToAmountRange" }, Fe = { title: "duplicateProcessing", help: "duplicateProcessingHelp" }, xe = { title: "chargeToWrongAccountNumber", help: "chargeToWrongAccountNumberHelp" }, Ie = { title: "SplitSales", help: "SplitSalesHelp" }, ke = { title: "missingSignature", help: "missingSignatureHelp" }, ye = { title: "processingError", help: "processingErrorHelp" }, He = { title: "expiredCard", help: "expiredCardHelp" }, we = { title: "latePresentment", help: "latePresentmentgHelp" }, Be = { title: "falseTransaction", help: "falseTransactionHelp" }, We = { title: "authorizationNotObtained", help: "authorizationNotObtainedHelp" }, Ee = { title: "transactionNotRecognizedContactlessAndCardNotPresented", help: "transactionNotRecognizedContactlessAndCardNotPresentedHelp" }, qe = { title: "transactionNotRecognizedChipLiabilityShift", help: "transactionNotRecognizedChipLiabilityShiftHelp" }, Ge = { title: "deffectiveMerchandise", help: "deffectiveMerchandiseHelp" }, Le = { title: "merchandiseNotReceived", help: "merchandiseNotReceivedHelp" }, ze = { title: "serviceNotRendered", help: "serviceNotRenderedHelp" }, Ue = { title: "cardRecoveryBulletinOrExceptionFile", help: "cardRecoveryBulletinOrExceptionFileHelp" }, Ve = { title: "transactionAfterReservationCancelled", help: "transactionAfterReservationCancelledHelp" }, Je = { title: "differentSignature", help: "differentSignatureHelp" }, Xe = { title: "retrievalRequestNotHonored", help: "retrievalRequestNotHonoredHelp" }, Ye = { title: "creditNotProcessed", help: "creditNotProcessedHelp" }, je = { title: "paidByOtherMeansThanJCBCard", help: "paidByOtherMeansThanJCBCardHelp" }, Ke = { title: "nonMatchingAccountNumber", help: "nonMatchingAccountNumberHelp" }, Qe = { title: "merchantFraudPerformanceProgram", help: "merchantFraudPerformanceProgramHelp" }, Ze = { title: "other", help: "otherHelp" }, _e = { title: "proofOfFulfillment", help: "proofShowingTrackingInformation" }, $e = { title: "proofOfRefund", help: "uploadListOfRefundIds" }, et = { title: "merchandiseNotAsDescribed", help: "documentCanBetUrlReturnPolicy" }, tt = { title: "cancelledRecurringBilling", help: "documentCanBeSubscriptionAgreement" }, ot = { title: "incorrectAmount", help: "provideRefundId" }, nt = { title: "incorrectAmount", help: "provideRefundId" }, it = { title: "unauthorisedReason", help: "documentCanBeProofOfDelivery" }, rt = { title: "creditNotProcessedReason", help: "documentCanBeCreditReasonDue" }, at = {
|
|
2
|
+
AcquirerMemberMessageText: e,
|
|
3
|
+
AcquirerRecurringTransactionDetails: t,
|
|
4
|
+
AcquirerRepresentmentForm: o,
|
|
5
|
+
AcquirerRetrievalFulfilmentForm: n,
|
|
6
|
+
AcquirerRFItransactionDetails: i,
|
|
7
|
+
AddendumDocumentation: r,
|
|
8
|
+
AdditionalInformation: a,
|
|
9
|
+
AdditionalTransactions: l,
|
|
10
|
+
AlternativeDefenseMaterial: s,
|
|
11
|
+
AmexFaxCover: c,
|
|
12
|
+
ARDnotProvided: d,
|
|
13
|
+
AuthorisedTransaction: p,
|
|
14
|
+
CancellationNeverAccepted: h,
|
|
15
|
+
CardholderIdentification: m,
|
|
16
|
+
CardholderRenewedMembership: f,
|
|
17
|
+
CardPresent: u,
|
|
18
|
+
ChargebackCodeNotApplicable: g,
|
|
19
|
+
ChipLiabilityShift: T,
|
|
20
|
+
ChipTransactionReportedToSAFE: C,
|
|
21
|
+
CopyOfSalesDraft: R,
|
|
22
|
+
CompellingEvidence: S,
|
|
23
|
+
CorrectTransactionCurrency: A,
|
|
24
|
+
CreditPreviouslyIssued: b,
|
|
25
|
+
DateMerchandiseShipped: v,
|
|
26
|
+
DefenseMaterial: P,
|
|
27
|
+
DisclosureAtPointOfInteraction: O,
|
|
28
|
+
DuplicateChargeback: M,
|
|
29
|
+
EvidenceOfCardholderParticipation: N,
|
|
30
|
+
FlightManifest: D,
|
|
31
|
+
FlightTicket: F,
|
|
32
|
+
FlightTicketAtBillingAddress: x,
|
|
33
|
+
FlightTicketUsed: I,
|
|
34
|
+
FligthTookPlace: k,
|
|
35
|
+
FrequentFlyer: y,
|
|
36
|
+
GoodsNotReturned: H,
|
|
37
|
+
GoodsRepairedOrReplaced: w,
|
|
38
|
+
GoodsWereAsDescribed: B,
|
|
39
|
+
IncreasedTransactionAmount: W,
|
|
40
|
+
InvalidCancellationCode: E,
|
|
41
|
+
InvalidChargeback: q,
|
|
42
|
+
LiabilityShiftFullUCAF: G,
|
|
43
|
+
LiabilityShiftMerchantUCAF: L,
|
|
44
|
+
MerchandiseDescription: z,
|
|
45
|
+
MerchandiseNotCounterfeit: U,
|
|
46
|
+
MerchantProofOfRecurringTransaction: V,
|
|
47
|
+
MPIdata: J,
|
|
48
|
+
NotCancelled: X,
|
|
49
|
+
NotChargebacked: Y,
|
|
50
|
+
NotChargebackedAuto: j,
|
|
51
|
+
NotNotified: K,
|
|
52
|
+
OriginalAmount: Q,
|
|
53
|
+
PaperAirlineTicket: Z,
|
|
54
|
+
PassengerIdentification: _,
|
|
55
|
+
PastChargebackTimeLimit: $,
|
|
56
|
+
PaymentByOtherMeans: ee,
|
|
57
|
+
PINTransaction: te,
|
|
58
|
+
PositiveAVS: oe,
|
|
59
|
+
PresentmentWithinTimeLimit: ne,
|
|
60
|
+
PrintedSignedTerminalReceipt: ie,
|
|
61
|
+
ProofOfAbilityToProvideServices: re,
|
|
62
|
+
ProofOfAccountTakeover: ae,
|
|
63
|
+
ProofOfAttendedPOSTerminal: le,
|
|
64
|
+
ProofOfCardPresenceAndSignatureChipNoPIN: se,
|
|
65
|
+
ProofOfCardPresenceAndSignatureWithTerminalReceipt: ce,
|
|
66
|
+
ProofOfCardPresenceSignatureOrChipPIN: de,
|
|
67
|
+
ProofOfGoodsOrServicesProvided: pe,
|
|
68
|
+
ProofOfNoShow: he,
|
|
69
|
+
ProofOfRecurringTransaction: me,
|
|
70
|
+
ProofOfRetailSaleRatherThanCredit: fe,
|
|
71
|
+
ReasonForReturn: ue,
|
|
72
|
+
RetrievalRequestFulfilled: ge,
|
|
73
|
+
ReturnedMerchandiseNotReceived: Te,
|
|
74
|
+
SaleTermsNotMisrepresented: Ce,
|
|
75
|
+
ShippedToAVS: Re,
|
|
76
|
+
ShipToAddress: Se,
|
|
77
|
+
SupplementalDocuments: Ae,
|
|
78
|
+
TEDocument: be,
|
|
79
|
+
TIDorInvoice: ve,
|
|
80
|
+
TransactionNotPOS: Pe,
|
|
81
|
+
TwoDifferentTIDs: Oe,
|
|
82
|
+
TwoPINTransactions: Me,
|
|
83
|
+
TwoPriorFraudChargebacks: Ne,
|
|
84
|
+
UnreasonableAmount: De,
|
|
85
|
+
DuplicateProcessing: Fe,
|
|
86
|
+
ChargeToWrongAccountNumber: xe,
|
|
87
|
+
SplitSales: Ie,
|
|
88
|
+
MissingSignature: ke,
|
|
89
|
+
ProcessingError: ye,
|
|
90
|
+
ExpiredCard: He,
|
|
91
|
+
LatePresentment: we,
|
|
92
|
+
FalseTransaction: Be,
|
|
93
|
+
AuthorizationNotObtained: We,
|
|
94
|
+
TransactionNotRecognizedContactlessAndCardNotPresented: Ee,
|
|
95
|
+
TransactionNotRecognizedChipLiabilityShift: qe,
|
|
96
|
+
DeffectiveMerchandise: Ge,
|
|
97
|
+
MerchandiseNotReceived: Le,
|
|
98
|
+
ServiceNotRendered: ze,
|
|
99
|
+
CardRecoveryBulletinOrExceptionFile: Ue,
|
|
100
|
+
TransactionAfterReservationCancelled: Ve,
|
|
101
|
+
DifferentSignature: Je,
|
|
102
|
+
RetrievalRequestNotHonored: Xe,
|
|
103
|
+
CreditNotProcessed: Ye,
|
|
104
|
+
PaidByOtherMeansThanJCBCard: je,
|
|
105
|
+
NonMatchingAccountNumber: Ke,
|
|
106
|
+
MerchantFraudPerformanceProgram: Qe,
|
|
107
|
+
Other: Ze,
|
|
108
|
+
ProofOfFulfillment: _e,
|
|
109
|
+
ProofOfRefund: $e,
|
|
110
|
+
MerchandiseNotAsDescribedReason: et,
|
|
111
|
+
CancelledRecurringBillingReason: tt,
|
|
112
|
+
IncorrectAmountReason: ot,
|
|
113
|
+
ProofOfRefundForAmountDifference: nt,
|
|
114
|
+
UnauthorisedReason: it,
|
|
115
|
+
CreditNotProcessedReason: rt
|
|
116
|
+
};
|
|
117
|
+
export {
|
|
118
|
+
d as ARDnotProvided,
|
|
119
|
+
e as AcquirerMemberMessageText,
|
|
120
|
+
i as AcquirerRFItransactionDetails,
|
|
121
|
+
t as AcquirerRecurringTransactionDetails,
|
|
122
|
+
o as AcquirerRepresentmentForm,
|
|
123
|
+
n as AcquirerRetrievalFulfilmentForm,
|
|
124
|
+
r as AddendumDocumentation,
|
|
125
|
+
a as AdditionalInformation,
|
|
126
|
+
l as AdditionalTransactions,
|
|
127
|
+
s as AlternativeDefenseMaterial,
|
|
128
|
+
c as AmexFaxCover,
|
|
129
|
+
p as AuthorisedTransaction,
|
|
130
|
+
We as AuthorizationNotObtained,
|
|
131
|
+
h as CancellationNeverAccepted,
|
|
132
|
+
tt as CancelledRecurringBillingReason,
|
|
133
|
+
u as CardPresent,
|
|
134
|
+
Ue as CardRecoveryBulletinOrExceptionFile,
|
|
135
|
+
m as CardholderIdentification,
|
|
136
|
+
f as CardholderRenewedMembership,
|
|
137
|
+
xe as ChargeToWrongAccountNumber,
|
|
138
|
+
g as ChargebackCodeNotApplicable,
|
|
139
|
+
T as ChipLiabilityShift,
|
|
140
|
+
C as ChipTransactionReportedToSAFE,
|
|
141
|
+
S as CompellingEvidence,
|
|
142
|
+
R as CopyOfSalesDraft,
|
|
143
|
+
A as CorrectTransactionCurrency,
|
|
144
|
+
Ye as CreditNotProcessed,
|
|
145
|
+
rt as CreditNotProcessedReason,
|
|
146
|
+
b as CreditPreviouslyIssued,
|
|
147
|
+
v as DateMerchandiseShipped,
|
|
148
|
+
P as DefenseMaterial,
|
|
149
|
+
Ge as DeffectiveMerchandise,
|
|
150
|
+
Je as DifferentSignature,
|
|
151
|
+
O as DisclosureAtPointOfInteraction,
|
|
152
|
+
M as DuplicateChargeback,
|
|
153
|
+
Fe as DuplicateProcessing,
|
|
154
|
+
N as EvidenceOfCardholderParticipation,
|
|
155
|
+
He as ExpiredCard,
|
|
156
|
+
Be as FalseTransaction,
|
|
157
|
+
D as FlightManifest,
|
|
158
|
+
F as FlightTicket,
|
|
159
|
+
x as FlightTicketAtBillingAddress,
|
|
160
|
+
I as FlightTicketUsed,
|
|
161
|
+
k as FligthTookPlace,
|
|
162
|
+
y as FrequentFlyer,
|
|
163
|
+
H as GoodsNotReturned,
|
|
164
|
+
w as GoodsRepairedOrReplaced,
|
|
165
|
+
B as GoodsWereAsDescribed,
|
|
166
|
+
ot as IncorrectAmountReason,
|
|
167
|
+
W as IncreasedTransactionAmount,
|
|
168
|
+
E as InvalidCancellationCode,
|
|
169
|
+
q as InvalidChargeback,
|
|
170
|
+
we as LatePresentment,
|
|
171
|
+
G as LiabilityShiftFullUCAF,
|
|
172
|
+
L as LiabilityShiftMerchantUCAF,
|
|
173
|
+
J as MPIdata,
|
|
174
|
+
z as MerchandiseDescription,
|
|
175
|
+
et as MerchandiseNotAsDescribedReason,
|
|
176
|
+
U as MerchandiseNotCounterfeit,
|
|
177
|
+
Le as MerchandiseNotReceived,
|
|
178
|
+
Qe as MerchantFraudPerformanceProgram,
|
|
179
|
+
V as MerchantProofOfRecurringTransaction,
|
|
180
|
+
ke as MissingSignature,
|
|
181
|
+
Ke as NonMatchingAccountNumber,
|
|
182
|
+
X as NotCancelled,
|
|
183
|
+
Y as NotChargebacked,
|
|
184
|
+
j as NotChargebackedAuto,
|
|
185
|
+
K as NotNotified,
|
|
186
|
+
Q as OriginalAmount,
|
|
187
|
+
Ze as Other,
|
|
188
|
+
te as PINTransaction,
|
|
189
|
+
je as PaidByOtherMeansThanJCBCard,
|
|
190
|
+
Z as PaperAirlineTicket,
|
|
191
|
+
_ as PassengerIdentification,
|
|
192
|
+
$ as PastChargebackTimeLimit,
|
|
193
|
+
ee as PaymentByOtherMeans,
|
|
194
|
+
oe as PositiveAVS,
|
|
195
|
+
ne as PresentmentWithinTimeLimit,
|
|
196
|
+
ie as PrintedSignedTerminalReceipt,
|
|
197
|
+
ye as ProcessingError,
|
|
198
|
+
re as ProofOfAbilityToProvideServices,
|
|
199
|
+
ae as ProofOfAccountTakeover,
|
|
200
|
+
le as ProofOfAttendedPOSTerminal,
|
|
201
|
+
se as ProofOfCardPresenceAndSignatureChipNoPIN,
|
|
202
|
+
ce as ProofOfCardPresenceAndSignatureWithTerminalReceipt,
|
|
203
|
+
de as ProofOfCardPresenceSignatureOrChipPIN,
|
|
204
|
+
_e as ProofOfFulfillment,
|
|
205
|
+
pe as ProofOfGoodsOrServicesProvided,
|
|
206
|
+
he as ProofOfNoShow,
|
|
207
|
+
me as ProofOfRecurringTransaction,
|
|
208
|
+
$e as ProofOfRefund,
|
|
209
|
+
nt as ProofOfRefundForAmountDifference,
|
|
210
|
+
fe as ProofOfRetailSaleRatherThanCredit,
|
|
211
|
+
ue as ReasonForReturn,
|
|
212
|
+
ge as RetrievalRequestFulfilled,
|
|
213
|
+
Xe as RetrievalRequestNotHonored,
|
|
214
|
+
Te as ReturnedMerchandiseNotReceived,
|
|
215
|
+
Ce as SaleTermsNotMisrepresented,
|
|
216
|
+
ze as ServiceNotRendered,
|
|
217
|
+
Se as ShipToAddress,
|
|
218
|
+
Re as ShippedToAVS,
|
|
219
|
+
Ie as SplitSales,
|
|
220
|
+
Ae as SupplementalDocuments,
|
|
221
|
+
be as TEDocument,
|
|
222
|
+
ve as TIDorInvoice,
|
|
223
|
+
Ve as TransactionAfterReservationCancelled,
|
|
224
|
+
Pe as TransactionNotPOS,
|
|
225
|
+
qe as TransactionNotRecognizedChipLiabilityShift,
|
|
226
|
+
Ee as TransactionNotRecognizedContactlessAndCardNotPresented,
|
|
227
|
+
Oe as TwoDifferentTIDs,
|
|
228
|
+
Me as TwoPINTransactions,
|
|
229
|
+
Ne as TwoPriorFraudChargebacks,
|
|
230
|
+
it as UnauthorisedReason,
|
|
231
|
+
De as UnreasonableAmount,
|
|
232
|
+
at as default
|
|
233
|
+
};
|