@adyen/adyen-platform-experience-web 1.5.1 → 1.6.0
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-Bb55rXYe.cjs} +2 -2
- package/dist/{angle-right-DCDtBphj.cjs.map → angle-right-Bb55rXYe.cjs.map} +1 -1
- package/dist/{checkmark-BUtjcpAC.cjs → checkmark-DiDm_wM9.cjs} +2 -2
- package/dist/{checkmark-BUtjcpAC.cjs.map → checkmark-DiDm_wM9.cjs.map} +1 -1
- package/dist/{checkmark-circle-fill-CtUhQzOt.cjs → checkmark-circle-fill-Cw6AyXxm.cjs} +2 -2
- package/dist/{checkmark-circle-fill-CtUhQzOt.cjs.map → checkmark-circle-fill-Cw6AyXxm.cjs.map} +1 -1
- package/dist/{checkmark-square-fill-Cpdn8YWp.cjs → checkmark-square-fill-B0JKpJWE.cjs} +2 -2
- package/dist/{checkmark-square-fill-Cpdn8YWp.cjs.map → checkmark-square-fill-B0JKpJWE.cjs.map} +1 -1
- package/dist/{chevron-down-CEgNjZK_.cjs → chevron-down-BhSTKYlw.cjs} +2 -2
- package/dist/{chevron-down-CEgNjZK_.cjs.map → chevron-down-BhSTKYlw.cjs.map} +1 -1
- package/dist/{chevron-left-BgN_rxGR.cjs → chevron-left-D-GWfC1v.cjs} +2 -2
- package/dist/{chevron-left-BgN_rxGR.cjs.map → chevron-left-D-GWfC1v.cjs.map} +1 -1
- package/dist/{chevron-right-Jwt5BuB-.cjs → chevron-right-CSehcQXv.cjs} +2 -2
- package/dist/{chevron-right-Jwt5BuB-.cjs.map → chevron-right-CSehcQXv.cjs.map} +1 -1
- package/dist/{chevron-up-B_O0vmIX.cjs → chevron-up-D8g7ZBDG.cjs} +2 -2
- package/dist/{chevron-up-B_O0vmIX.cjs.map → chevron-up-D8g7ZBDG.cjs.map} +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/{copy-DztEPGun.cjs → copy-BOKezSIj.cjs} +2 -2
- package/dist/{copy-DztEPGun.cjs.map → copy-BOKezSIj.cjs.map} +1 -1
- package/dist/{cross-B9ojc3kB.cjs → cross-BMK10x3R.cjs} +2 -2
- package/dist/{cross-B9ojc3kB.cjs.map → cross-BMK10x3R.cjs.map} +1 -1
- package/dist/{cross-circle-fill-Dy_LlcFp.cjs → cross-circle-fill-DzWguWQ6.cjs} +2 -2
- package/dist/{cross-circle-fill-Dy_LlcFp.cjs.map → cross-circle-fill-DzWguWQ6.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-DciFfoOz.cjs} +2 -2
- package/dist/{download-DsN3U6Xn.cjs.map → download-DciFfoOz.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 +61 -48
- package/dist/es/components/internal/Popover/PopoverContainer.js +36 -0
- 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/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 +111 -78
- 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-B2F_A_Cq.cjs} +2 -2
- package/dist/{external-link-DgHiKqPL.cjs.map → external-link-B2F_A_Cq.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-D22HZfjz.cjs} +2 -2
- package/dist/{filter-C7stlLTD.cjs.map → filter-D22HZfjz.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-CmIP-V4s.cjs +12 -0
- package/dist/index-CmIP-V4s.cjs.map +1 -0
- package/dist/{info-filled-Bk8waEjd.cjs → info-filled-DChkt5PM.cjs} +2 -2
- package/dist/{info-filled-Bk8waEjd.cjs.map → info-filled-DChkt5PM.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-o-wMYGB7.cjs} +2 -2
- package/dist/{minus-circle-outline-8LuhQHmx.cjs.map → minus-circle-outline-o-wMYGB7.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-IYFySo3s.cjs +2 -0
- package/dist/plus-IYFySo3s.cjs.map +1 -0
- package/dist/{plus-circle-outline-x53czuRo.cjs → plus-circle-outline-CoI6-j9k.cjs} +2 -2
- package/dist/{plus-circle-outline-x53czuRo.cjs.map → plus-circle-outline-CoI6-j9k.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-DN8rGu6b.cjs} +2 -2
- package/dist/{square-BzY0pIfq.cjs.map → square-DN8rGu6b.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-DIrL2Xi0.cjs} +2 -2
- package/dist/{trash-can-oPrHRWRq.cjs.map → trash-can-DIrL2Xi0.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 +6 -1
- 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/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-deLJWgy1.cjs} +2 -2
- package/dist/{upload-CEAJdOXV.cjs.map → upload-deLJWgy1.cjs.map} +1 -1
- package/dist/{warning-BzXJLvmN.cjs → warning-DhLYlOp4.cjs} +2 -2
- package/dist/{warning-BzXJLvmN.cjs.map → warning-DhLYlOp4.cjs.map} +1 -1
- package/dist/{warning-filled-P8HTOKkP.cjs → warning-filled-B9O_Hc7Y.cjs} +2 -2
- package/dist/{warning-filled-P8HTOKkP.cjs.map → warning-filled-B9O_Hc7Y.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
|
@@ -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
|
};
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
const e = { title: "atmDispute", help: "invalidChargebackReasonCode" }, t = { title: "accountTakeover", help: "transactionFromAccountTakeover" }, i = { title: "additionalInformation", help: "merchantCanProvideAdditionalInformation" }, n = { title: "airlineCompellingEvidence", help: "evidenceCardholderAuthorizedTransaction" }, o = { title: "airlineFlightProvided", help: "shopperUsedAirlineTicket" }, a = { title: "responseToRfiAirlines", help: "provideTransactionalInfoTravelDetails" }, r = { title: "transactionWasAuthorised", help: "authorisationReceivedForAmount" }, c = { title: "autoResponseToRfi", help: "autoResponseSentToIssuer" }, s = { title: "cvc2ValidationProgram", help: "transactionFallsCvc2ValidationProgram" }, l = { title: "cancellationOrReturns", help: "useThisDefenseReasonIfApplicable", helpitems: ["noCreditSlip", "returnNotAccepted", "merchandiseNotReturned"] }, d = { title: "cancellationContractFailed", help: "cardholderDidNotMeetCancellationTerms" }, h = { title: "responseToRfiCarRental", help: "provideTransactionalInfoTravelDetails" }, p = { title: "accountNumberNotListedInExceptions", help: "accountNumberNotListedInExceptionsFor60Days" }, u = { title: "reponseToRfi", help: "provideTransactionalInformation" }, C = { title: "fraudEvidence" }, m = { title: "cbCodeNotApplicable", help: "firstChargebackCodeNotApplicable" }, f = { title: "reponseToRfiCardPresent", help: "provideTransactionalInformation" }, v = { title: "cardholderNotifiedButNoReply", help: "cardholderNotifiedBeforeRecurringTransaction" }, T = { title: "cardholderParticipated", help: "evidenceThatCardholderParticipated" }, g = { title: "membershipRenewedAfterCancellation", help: "cardholderCancelledRecurringServiceButRenewedLater" }, R = { title: "chipLiabilityShift", help: "transactionBetweenChipLiabilityShiftProgramCustomers" }, A = { title: "chipTransactionReportedSAFE", help: "intraregionalTransactionReportedSAFE" }, P = { title: "reponseToRfi", help: "provideTransactionalInformation" }, S = { title: "compellingEvidence", help: "evidenceCardholderAuthorizedTransaction" }, b = { title: "compellingEvidenceRecurringTransactions", help: "evidenceServicesProvidedAndReceivedWrittenCorrespondence" }, I = { title: "correctTransactionAmount", help: "transactionInformationDocument" }, N = { title: "correctTransactionCurrency", help: "chargebackInvalidCorrectAmountAndCurrencyProvided" }, D = { title: "correctTransactionDateProvided", help: "acquirerProvidesCorrectDateWithinTimeLimit" }, y = { title: "creditOrCancellationPolicyDisclosed", help: "creditOrCancellationPolicyDisclosedToCardholder" }, F = { title: "creditPreviouslyIssued", help: "transactionAmountAlreadyRefunded" }, M = { title: "deficiencyCorrected", help: "proofDeficiencyCorrected" }, k = { title: "disputedSurcharge", help: "surchargeCorrectlyProcessed" }, O = { title: "disputedSurchargeIncorrectCalculation", help: "surchargeIncorrectlyCalculatedByIssuer" }, E = { title: "duplicateChargeback", help: "issuerProcessedChargebackMoreThanOnce" }, W = { title: "emvLiabilityShift", help: "emvDeviceNonEmvCard" }, w = { title: "emergencyPaymentAuthorizationService", help: "transactioAuthorisedEmergencyPaymentAuthorizationService" }, B = { title: "faceToFaceTransactionNoConflictingInformation", help: "transactionWasInFaceToFaceEnvironment" }, L = { title: "faceToFaceTransactionWithConflictingInformation", help: "de22DontMatchInFaceToFaceTransaction" }, x = { title: "goodsNotReturned", help: "cardholderShouldHaveReturnedGoods" }, q = { title: "goodsOrServicesProvided", help: "proofCardholderReceivedMerchandise", helpitems: ["signedImprintedSalesSlipInvoicePosReceipt", "parcelServiceReceipt", "waiverFormAbsolvingMerchantResponsibility"] }, V = { title: "goodsRepairedOrReplaced", help: "goodsWereRepairedOrReplaced" }, G = { title: "goodsWereAsDescribed", help: "evidenceGoodsNotDamaged" }, U = { title: "identifiedAddendum", help: ["cardholderResponsibleForAddendumTransaction", "cardholderResponsibleForDisputedAmount", "cardholderBilledForSeparateAdditionalAmount"] }, z = { title: "documentationReceivedWasIllegible", help: "firstChargebackInvalid" }, J = { title: "increasedTransactionAmount", help: "documentationIncreasedDebitCardholderAccount" }, H = { title: "invalidAcquirerReferenceData", help: "invalidReferenceDataDocumentationNotRequired" }, j = { title: "invalidCancellationCode", help: "cancellationCodeWasInvalidAsShownByExplanationProvided" }, Q = { title: "invalidChargeback", help: ["firstChargebackDoesNotMeetPrerequisites", "thisReasonIsTechnical"] }, X = { title: "invalidChargeback", help: ["firstChargebackDoesNotMeetPrerequisites", "thisReasonIsTechnical"] }, K = { title: "chargebackBundlingInvalid", help: "chargebackBundlingInvalid" }, Y = { title: "invalidMessageText", help: "formatCbmmddyyArdXxxExpected" }, Z = { title: "invalidMessageText", help: "formatMultipleTransactionsNnnExpected" }, _ = { title: "invalidMessageText", help: "formatRpcsMmddyyExpected" }, $ = { title: "invalidChargebackBasedOnMcc", help: "merchantCantReceiveThisChargebackBasedOnTheirMcc" }, ee = { title: "reponseToRfi", help: "provideTransactionalInformation" }, te = { title: "justifiedDelayedPresentment", help: "delayInSubmittingTransaction" }, ie = { title: "liabilityShiftFullAuthenticated", help: "transactionIssuerApproved3dSecureAuthenticated" }, ne = { title: "3dSecureFullyAuthenticatedTransaction", help: "transactionApproved3dSecureAuthenticated" }, oe = { title: "3dSecureLiabilityShiftNotFullyAuthenticated", help: "transactionNotFully3dSecureAuthenticated" }, ae = { title: "merchandiseWasNotCounterfeit" }, re = { title: "merchandiseWasReceivedByShopper", help: "proofCardholderReceivedMerchandise", helpitems: ["signedImprintedSalesSlipInvoicePosReceipt", "parcelServiceReceipt", "waiverFormAbsolvingMerchantResponsibility"] }, ce = { title: "provideMissingInformation", help: "merchantProvideMissingDocuments" }, se = { title: "invalidMessageText", help: "issuerDidNotIncludeTwoSetsOfArns" }, le = { title: "noShowTransaction", help: "transactionWasResultOfGuaranteedReservation" }, de = { title: "requiredDocumentationNotReceived", help: "issuerDidNotProvideRequiredDocumentation" }, he = { title: "requiredDocumentationNotReceived", help: "issuerDidNotProvideRequiredDocumentation" }, pe = { title: "not3dSecureTransaction", help: "chargebackCodeNA3dSecureNotOffered" }, ue = { title: "serviceNotCancelled", help: "serviceNotCancelledEvidence" }, Ce = { title: "noPriorChargebackReceived", help: "claimNotJustifiedSinceTransactionNotChargebacked" }, me = { title: "noPriorChargebackReceived", help: "transactionNotChargebackedAutoDefense" }, fe = { title: "merchantNotNotifiedOfCancellation", help: "serviceCancelledButMerchantNotNotified" }, ve = { title: "additionalInformation", help: "docToProveNoPaymentByOtherMean" }, Te = { title: "transactionNotRecurring", help: "transactionNotRecurringTransactionInstallment" }, ge = { title: "pinTransaction", help: "pinUsedToVerifyCardholder" }, Re = { title: "pastChargebackTimeLimit", help: "chargebackReceivedAfterMastercardTimeLimit" }, Ae = { title: "paypassTransaction", help: "paypassAmountBelowProtectionAmount" }, Pe = { title: "paymentByOtherMeans", help: "validityOfTransactionChargedExplanation" }, Se = { title: "transactionSettledWithinTimeLimit", help: "timeBetweenAuthorisationAndSettlementWithinTimeLimits" }, be = { title: "noPriorChargebackReceived", help: "previousChargebackCancellingRecurringContract" }, Ie = { title: "chipTransaction", help: "cardPresentAndChipUsedNoPinProvided" }, Ne = { title: "transactionsInitiatedDueToLossTheftOrDamages", help: "receiptWithItemsBilledBecauseOfLossTheftDamages" }, De = { title: "proofOfCardPresenceMastercardCorporateFleet", help: "cardAndSignatureForCorporateFleetCardTransaction" }, ye = { title: "proofOfCardPresenceAvailableNotAuthorisedMastercardNetwork", help: "cardWithSignatureNotProcessedMastercardNetwork" }, Fe = { title: "signedTerminalReceiptAvailable", help: "posTransactionAndSignedTerminalReceiptAvailable" }, Me = { title: "cardPresenceProof", help: "posTransactionCardholderWasPresentProof" }, ke = { title: "provideInformationForCollectionOrFraudCase" }, Oe = { title: "purchaseProperlyPosted", help: "transactionWasProperlyIdentifiedAsInstallmentTransaction" }, Ee = { title: "qpsTransaction", help: "qpsTransactionWithAmountLessThanChargebackProtectionAmount" }, We = { title: "recurringTransactionCompellingEvidence", help: "autoGeneratedRecurringTransactionDetails" }, we = { title: "recurringTransactionCompellingMerchantEvidence", help: "merchantCanProvideAdditionalCompellingEvidence" }, Be = { title: "notAgreeWithRefund", help: "shopperClaimsRefundWasPromisedButNotExecuted" }, Le = { title: "retrievalRequestFulfilled", help: "documentsSentToFulfillRetrievalRequest" }, xe = { title: "buyerExceededWindowToFileReturn", help: "uploadReturnPolicyDocument" }, qe = { title: "termsOfSaleWereNotMisrepresented" }, Ve = { title: "scanningError", help: "defenseReasonIfProblemsWithScans" }, Ge = { title: "goodsOrServicesProvided", help: "merchantProvidedServicesToCardholderProof" }, Ue = { title: "servicesProvidedAfterCancellation", help: "servicesProvidedAndUsedAfterCancellation" }, ze = { title: "addressVerificationService", help: "addressMerchandiseSentAvsConfirmed" }, Je = { title: "addressVerificationServiceAdditionalInformation", help: "addressMerchandiseSentAvsConfirmed" }, He = { title: "supplyDefenseMaterial", help: "fallbackDefenseReasonCode" }, je = { title: "supplyDefenseMaterial", help: "fallbackDefenseReasonCode" }, Qe = { title: "manyFraudulentChargebacks", help: "issuerHasInitiatedTooManyFraudulentDisputes" }, Xe = { title: "authorisedOnline", help: "transactionWasAuthorisedOnline" }, Ke = { title: "notPosTransaction", help: "transactionWasECommerceGivenChargebackReasonNotApplicable" }, Ye = { title: "twoDifferentTransactions", help: "twoSeparateTransactions" }, Ze = { title: "twoDifferentTidsNonAtm", help: "twoDifferentTidsWithSameCardholderAccount" }, _e = { title: "pinTransaction", help: "pinForOneOrBothTransactions" }, $e = { title: "twoPreviousFraudRelatedChargebacks", help: "prevChargedbackTwoTransactionsWithSameAccount" }, et = { title: "unfoundedCardholderDispute", help: "acquirerDefendChargebackIfIssuerRequested" }, tt = { title: "unreasonableAmount", help: "cardholderAgreedToAmountAsReasonable" }, it = {
|
|
2
|
+
ATMDispute: e,
|
|
3
|
+
AccountTakeover: t,
|
|
4
|
+
AdditionalInformation: i,
|
|
5
|
+
AirlineCompellingEvidence: n,
|
|
6
|
+
AirlineFlightProvided: o,
|
|
7
|
+
AirlineRFIresponse: a,
|
|
8
|
+
AuthorisedTransaction: r,
|
|
9
|
+
AutomaticRFIresponse: c,
|
|
10
|
+
CVC2ValidationProgram: s,
|
|
11
|
+
CancellationOrReturns: l,
|
|
12
|
+
CancellationTermsFailed: d,
|
|
13
|
+
CarRentalRFIresponse: h,
|
|
14
|
+
CardNotOnExceptionFile: p,
|
|
15
|
+
CardNotPresentRFIresponse: u,
|
|
16
|
+
CardPresentFraud: C,
|
|
17
|
+
CardPresentNotApplicable: m,
|
|
18
|
+
CardPresentRFIresponse: f,
|
|
19
|
+
CardholderNotReplied: v,
|
|
20
|
+
CardholderParticipated: T,
|
|
21
|
+
CardholderRenewedMembership: g,
|
|
22
|
+
ChipLiabilityShift: R,
|
|
23
|
+
ChipTransactionReportedToSAFE: A,
|
|
24
|
+
CieloRFIresponse: P,
|
|
25
|
+
CompellingEvidence: S,
|
|
26
|
+
CompellingEvidenceRecurringTransactions: b,
|
|
27
|
+
CorrectTransactionAmount: I,
|
|
28
|
+
CorrectTransactionCurrency: N,
|
|
29
|
+
CorrectTransactionDate: D,
|
|
30
|
+
CreditOrCancellationPolicyProperlyDisclosed: y,
|
|
31
|
+
CreditPreviouslyIssued: F,
|
|
32
|
+
DeficiencyCorrected: M,
|
|
33
|
+
DisputedSurcharge: k,
|
|
34
|
+
DisputedSurchargeIncorrectProratedCalculation: O,
|
|
35
|
+
DuplicateChargeback: E,
|
|
36
|
+
EMVLiabilityShift: W,
|
|
37
|
+
EmergencyPaymentAuthorizationService: w,
|
|
38
|
+
FaceToFace: B,
|
|
39
|
+
FaceToFaceConflictingMessages: L,
|
|
40
|
+
GoodsNotReturned: x,
|
|
41
|
+
GoodsOrServicesProvided: q,
|
|
42
|
+
GoodsRepairedOrReplaced: V,
|
|
43
|
+
GoodsWereAsDescribed: G,
|
|
44
|
+
IdentifiedAddendum: U,
|
|
45
|
+
IllegibleDocumentationReceived: z,
|
|
46
|
+
IncreasedTransactionAmount: J,
|
|
47
|
+
InvalidARD: H,
|
|
48
|
+
InvalidCancellationCode: j,
|
|
49
|
+
InvalidChargeback: Q,
|
|
50
|
+
InvalidChargebackAllocation: X,
|
|
51
|
+
InvalidChargebackBundling: K,
|
|
52
|
+
InvalidDE72CB: Y,
|
|
53
|
+
InvalidDE72MultipleTransactions: Z,
|
|
54
|
+
InvalidDE72RPCS: _,
|
|
55
|
+
InvalidReasonCodeForMCC: $,
|
|
56
|
+
JCBRFIResponse: ee,
|
|
57
|
+
JustifiedDelayedPresentment: te,
|
|
58
|
+
LiabilityShiftFullAuthenticated: ie,
|
|
59
|
+
LiabilityShiftFullUCAF: ne,
|
|
60
|
+
LiabilityShiftMerchantUCAF: oe,
|
|
61
|
+
MerchandiseNotCounterfeit: ae,
|
|
62
|
+
MerchandiseReceived: re,
|
|
63
|
+
MissingInformation: ce,
|
|
64
|
+
NoARDprovidedInMessageText: se,
|
|
65
|
+
NoShowTransaction: le,
|
|
66
|
+
NonReceiptOfRequiredDocuments: de,
|
|
67
|
+
NonReceiptOfRequiredDocumentsAutoDefense: he,
|
|
68
|
+
Not3DSecure: pe,
|
|
69
|
+
NotCancelled: ue,
|
|
70
|
+
NotChargebacked: Ce,
|
|
71
|
+
NotChargebackedAuto: me,
|
|
72
|
+
NotNotified: fe,
|
|
73
|
+
NotPaidByOtherMeans: ve,
|
|
74
|
+
NotRecurring: Te,
|
|
75
|
+
PINTransaction: ge,
|
|
76
|
+
PastChargebackTimeLimit: Re,
|
|
77
|
+
PayPassTransaction: Ae,
|
|
78
|
+
PaymentByOtherMeans: Pe,
|
|
79
|
+
PresentmentWithinTimeLimit: Se,
|
|
80
|
+
PreviousTransactionNotChargebacked: be,
|
|
81
|
+
ProofOfCardPresenceAndSignatureChipNoPIN: Ie,
|
|
82
|
+
ProofOfCardPresenceAndSignatureLossTheftOrDamage: Ne,
|
|
83
|
+
ProofOfCardPresenceAndSignatureMasterCardCorporateFleetCard: De,
|
|
84
|
+
ProofOfCardPresenceAndSignatureNotMasterCardWorldWideNetwork: ye,
|
|
85
|
+
ProofOfCardPresenceAndSignatureWithTerminalReceipt: Fe,
|
|
86
|
+
ProofOfCardPresenceAndSignatureWithoutTerminalReceipt: Me,
|
|
87
|
+
ProvideInformation: ke,
|
|
88
|
+
PurchaseProperlyPosted: Oe,
|
|
89
|
+
QPSTransaction: Ee,
|
|
90
|
+
RecurringTransactionsCompellingEvidence: We,
|
|
91
|
+
RecurringTransactionsCompellingMerchantEvidence: we,
|
|
92
|
+
RefundNotAgreed: Be,
|
|
93
|
+
RetrievalRequestFulfilled: Le,
|
|
94
|
+
ReturnPeriodExpired: xe,
|
|
95
|
+
SaleTermsNotMisrepresented: qe,
|
|
96
|
+
ScanningError: Ve,
|
|
97
|
+
ServicesProvided: Ge,
|
|
98
|
+
ServicesProvidedAfterCancellation: Ue,
|
|
99
|
+
ShippedToAVS: ze,
|
|
100
|
+
ShippedToAVSAdditionalInformation: Je,
|
|
101
|
+
SupplyDefenseDocument: He,
|
|
102
|
+
SupplyDefenseMaterial: je,
|
|
103
|
+
TooManyFraudulentChargebacks: Qe,
|
|
104
|
+
TransactionAuthorisedOnline: Xe,
|
|
105
|
+
TransactionNotPOS: Ke,
|
|
106
|
+
TwoDifferentTIDs: Ye,
|
|
107
|
+
TwoDifferentTIDsPOS: Ze,
|
|
108
|
+
TwoPINTransactions: _e,
|
|
109
|
+
TwoPriorFraudChargebacks: $e,
|
|
110
|
+
UnfoundedCardholderDispute: et,
|
|
111
|
+
UnreasonableAmount: tt
|
|
112
|
+
};
|
|
113
|
+
export {
|
|
114
|
+
e as ATMDispute,
|
|
115
|
+
t as AccountTakeover,
|
|
116
|
+
i as AdditionalInformation,
|
|
117
|
+
n as AirlineCompellingEvidence,
|
|
118
|
+
o as AirlineFlightProvided,
|
|
119
|
+
a as AirlineRFIresponse,
|
|
120
|
+
r as AuthorisedTransaction,
|
|
121
|
+
c as AutomaticRFIresponse,
|
|
122
|
+
s as CVC2ValidationProgram,
|
|
123
|
+
l as CancellationOrReturns,
|
|
124
|
+
d as CancellationTermsFailed,
|
|
125
|
+
h as CarRentalRFIresponse,
|
|
126
|
+
p as CardNotOnExceptionFile,
|
|
127
|
+
u as CardNotPresentRFIresponse,
|
|
128
|
+
C as CardPresentFraud,
|
|
129
|
+
m as CardPresentNotApplicable,
|
|
130
|
+
f as CardPresentRFIresponse,
|
|
131
|
+
v as CardholderNotReplied,
|
|
132
|
+
T as CardholderParticipated,
|
|
133
|
+
g as CardholderRenewedMembership,
|
|
134
|
+
R as ChipLiabilityShift,
|
|
135
|
+
A as ChipTransactionReportedToSAFE,
|
|
136
|
+
P as CieloRFIresponse,
|
|
137
|
+
S as CompellingEvidence,
|
|
138
|
+
b as CompellingEvidenceRecurringTransactions,
|
|
139
|
+
I as CorrectTransactionAmount,
|
|
140
|
+
N as CorrectTransactionCurrency,
|
|
141
|
+
D as CorrectTransactionDate,
|
|
142
|
+
y as CreditOrCancellationPolicyProperlyDisclosed,
|
|
143
|
+
F as CreditPreviouslyIssued,
|
|
144
|
+
M as DeficiencyCorrected,
|
|
145
|
+
k as DisputedSurcharge,
|
|
146
|
+
O as DisputedSurchargeIncorrectProratedCalculation,
|
|
147
|
+
E as DuplicateChargeback,
|
|
148
|
+
W as EMVLiabilityShift,
|
|
149
|
+
w as EmergencyPaymentAuthorizationService,
|
|
150
|
+
B as FaceToFace,
|
|
151
|
+
L as FaceToFaceConflictingMessages,
|
|
152
|
+
x as GoodsNotReturned,
|
|
153
|
+
q as GoodsOrServicesProvided,
|
|
154
|
+
V as GoodsRepairedOrReplaced,
|
|
155
|
+
G as GoodsWereAsDescribed,
|
|
156
|
+
U as IdentifiedAddendum,
|
|
157
|
+
z as IllegibleDocumentationReceived,
|
|
158
|
+
J as IncreasedTransactionAmount,
|
|
159
|
+
H as InvalidARD,
|
|
160
|
+
j as InvalidCancellationCode,
|
|
161
|
+
Q as InvalidChargeback,
|
|
162
|
+
X as InvalidChargebackAllocation,
|
|
163
|
+
K as InvalidChargebackBundling,
|
|
164
|
+
Y as InvalidDE72CB,
|
|
165
|
+
Z as InvalidDE72MultipleTransactions,
|
|
166
|
+
_ as InvalidDE72RPCS,
|
|
167
|
+
$ as InvalidReasonCodeForMCC,
|
|
168
|
+
ee as JCBRFIResponse,
|
|
169
|
+
te as JustifiedDelayedPresentment,
|
|
170
|
+
ie as LiabilityShiftFullAuthenticated,
|
|
171
|
+
ne as LiabilityShiftFullUCAF,
|
|
172
|
+
oe as LiabilityShiftMerchantUCAF,
|
|
173
|
+
ae as MerchandiseNotCounterfeit,
|
|
174
|
+
re as MerchandiseReceived,
|
|
175
|
+
ce as MissingInformation,
|
|
176
|
+
se as NoARDprovidedInMessageText,
|
|
177
|
+
le as NoShowTransaction,
|
|
178
|
+
de as NonReceiptOfRequiredDocuments,
|
|
179
|
+
he as NonReceiptOfRequiredDocumentsAutoDefense,
|
|
180
|
+
pe as Not3DSecure,
|
|
181
|
+
ue as NotCancelled,
|
|
182
|
+
Ce as NotChargebacked,
|
|
183
|
+
me as NotChargebackedAuto,
|
|
184
|
+
fe as NotNotified,
|
|
185
|
+
ve as NotPaidByOtherMeans,
|
|
186
|
+
Te as NotRecurring,
|
|
187
|
+
ge as PINTransaction,
|
|
188
|
+
Re as PastChargebackTimeLimit,
|
|
189
|
+
Ae as PayPassTransaction,
|
|
190
|
+
Pe as PaymentByOtherMeans,
|
|
191
|
+
Se as PresentmentWithinTimeLimit,
|
|
192
|
+
be as PreviousTransactionNotChargebacked,
|
|
193
|
+
Ie as ProofOfCardPresenceAndSignatureChipNoPIN,
|
|
194
|
+
Ne as ProofOfCardPresenceAndSignatureLossTheftOrDamage,
|
|
195
|
+
De as ProofOfCardPresenceAndSignatureMasterCardCorporateFleetCard,
|
|
196
|
+
ye as ProofOfCardPresenceAndSignatureNotMasterCardWorldWideNetwork,
|
|
197
|
+
Fe as ProofOfCardPresenceAndSignatureWithTerminalReceipt,
|
|
198
|
+
Me as ProofOfCardPresenceAndSignatureWithoutTerminalReceipt,
|
|
199
|
+
ke as ProvideInformation,
|
|
200
|
+
Oe as PurchaseProperlyPosted,
|
|
201
|
+
Ee as QPSTransaction,
|
|
202
|
+
We as RecurringTransactionsCompellingEvidence,
|
|
203
|
+
we as RecurringTransactionsCompellingMerchantEvidence,
|
|
204
|
+
Be as RefundNotAgreed,
|
|
205
|
+
Le as RetrievalRequestFulfilled,
|
|
206
|
+
xe as ReturnPeriodExpired,
|
|
207
|
+
qe as SaleTermsNotMisrepresented,
|
|
208
|
+
Ve as ScanningError,
|
|
209
|
+
Ge as ServicesProvided,
|
|
210
|
+
Ue as ServicesProvidedAfterCancellation,
|
|
211
|
+
ze as ShippedToAVS,
|
|
212
|
+
Je as ShippedToAVSAdditionalInformation,
|
|
213
|
+
He as SupplyDefenseDocument,
|
|
214
|
+
je as SupplyDefenseMaterial,
|
|
215
|
+
Qe as TooManyFraudulentChargebacks,
|
|
216
|
+
Xe as TransactionAuthorisedOnline,
|
|
217
|
+
Ke as TransactionNotPOS,
|
|
218
|
+
Ye as TwoDifferentTIDs,
|
|
219
|
+
Ze as TwoDifferentTIDsPOS,
|
|
220
|
+
_e as TwoPINTransactions,
|
|
221
|
+
$e as TwoPriorFraudChargebacks,
|
|
222
|
+
et as UnfoundedCardholderDispute,
|
|
223
|
+
tt as UnreasonableAmount,
|
|
224
|
+
it as default
|
|
225
|
+
};
|