@adyen/adyen-platform-experience-web 1.5.0 → 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-B2I_t62j.cjs → angle-right-Bb55rXYe.cjs} +2 -2
- package/dist/{angle-right-B2I_t62j.cjs.map → angle-right-Bb55rXYe.cjs.map} +1 -1
- package/dist/{checkmark-CIwP_FdK.cjs → checkmark-DiDm_wM9.cjs} +2 -2
- package/dist/{checkmark-CIwP_FdK.cjs.map → checkmark-DiDm_wM9.cjs.map} +1 -1
- package/dist/{checkmark-circle-fill-Cw5UXqzN.cjs → checkmark-circle-fill-Cw6AyXxm.cjs} +2 -2
- package/dist/{checkmark-circle-fill-Cw5UXqzN.cjs.map → checkmark-circle-fill-Cw6AyXxm.cjs.map} +1 -1
- package/dist/{checkmark-square-fill-BwkQfKCG.cjs → checkmark-square-fill-B0JKpJWE.cjs} +2 -2
- package/dist/{checkmark-square-fill-BwkQfKCG.cjs.map → checkmark-square-fill-B0JKpJWE.cjs.map} +1 -1
- package/dist/{chevron-down-BuYiZOY7.cjs → chevron-down-BhSTKYlw.cjs} +2 -2
- package/dist/{chevron-down-BuYiZOY7.cjs.map → chevron-down-BhSTKYlw.cjs.map} +1 -1
- package/dist/{chevron-left-DhRCcHqQ.cjs → chevron-left-D-GWfC1v.cjs} +2 -2
- package/dist/{chevron-left-DhRCcHqQ.cjs.map → chevron-left-D-GWfC1v.cjs.map} +1 -1
- package/dist/{chevron-right-DvPR8FD2.cjs → chevron-right-CSehcQXv.cjs} +2 -2
- package/dist/{chevron-right-DvPR8FD2.cjs.map → chevron-right-CSehcQXv.cjs.map} +1 -1
- package/dist/{chevron-up-DFrrO8PJ.cjs → chevron-up-D8g7ZBDG.cjs} +2 -2
- package/dist/{chevron-up-DFrrO8PJ.cjs.map → chevron-up-D8g7ZBDG.cjs.map} +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/{copy-Bl3l133y.cjs → copy-BOKezSIj.cjs} +2 -2
- package/dist/{copy-Bl3l133y.cjs.map → copy-BOKezSIj.cjs.map} +1 -1
- package/dist/{cross-BtdvCTEP.cjs → cross-BMK10x3R.cjs} +2 -2
- package/dist/{cross-BtdvCTEP.cjs.map → cross-BMK10x3R.cjs.map} +1 -1
- package/dist/{cross-circle-fill-BBjJLOad.cjs → cross-circle-fill-DzWguWQ6.cjs} +2 -2
- package/dist/{cross-circle-fill-BBjJLOad.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-Cqu4yqTE.cjs → download-DciFfoOz.cjs} +2 -2
- package/dist/{download-Cqu4yqTE.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 +655 -167
- package/dist/es/translations/de-DE.json.js +691 -203
- package/dist/es/translations/en-US.json.js +665 -177
- package/dist/es/translations/es-ES.json.js +666 -178
- package/dist/es/translations/fi-FI.json.js +683 -195
- package/dist/es/translations/fr-FR.json.js +662 -174
- package/dist/es/translations/it-IT.json.js +691 -203
- package/dist/es/translations/nl-NL.json.js +679 -191
- package/dist/es/translations/no-NO.json.js +667 -179
- package/dist/es/translations/pt-BR.json.js +699 -211
- 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-CqDz5BtK.cjs → external-link-B2F_A_Cq.cjs} +2 -2
- package/dist/{external-link-CqDz5BtK.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-DLAt7sYb.cjs → filter-D22HZfjz.cjs} +2 -2
- package/dist/{filter-DLAt7sYb.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-B9fmmNGT.cjs → info-filled-DChkt5PM.cjs} +2 -2
- package/dist/{info-filled-B9fmmNGT.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-JkeH7g3f.cjs → minus-circle-outline-o-wMYGB7.cjs} +2 -2
- package/dist/{minus-circle-outline-JkeH7g3f.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-Cmz1Lb00.cjs → plus-circle-outline-CoI6-j9k.cjs} +2 -2
- package/dist/{plus-circle-outline-Cmz1Lb00.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-Bow_5TP1.cjs → square-DN8rGu6b.cjs} +2 -2
- package/dist/{square-Bow_5TP1.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-DLEmgXUG.cjs → trash-can-DIrL2Xi0.cjs} +2 -2
- package/dist/{trash-can-DLEmgXUG.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-DWOtVcWc.cjs → upload-deLJWgy1.cjs} +2 -2
- package/dist/{upload-DWOtVcWc.cjs.map → upload-deLJWgy1.cjs.map} +1 -1
- package/dist/{warning-DNUR39rT.cjs → warning-DhLYlOp4.cjs} +2 -2
- package/dist/{warning-DNUR39rT.cjs.map → warning-DhLYlOp4.cjs.map} +1 -1
- package/dist/{warning-filled-qxDqTfWV.cjs → warning-filled-B9O_Hc7Y.cjs} +2 -2
- package/dist/{warning-filled-qxDqTfWV.cjs.map → warning-filled-B9O_Hc7Y.cjs.map} +1 -1
- package/package.json +2 -2
- package/dist/da-DK-qSZWEjaU.cjs +0 -2
- package/dist/da-DK-qSZWEjaU.cjs.map +0 -1
- package/dist/de-DE-Dngq7NwF.cjs +0 -2
- package/dist/de-DE-Dngq7NwF.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-Bjddx94n.cjs +0 -2
- package/dist/es-ES-Bjddx94n.cjs.map +0 -1
- package/dist/fi-FI-CNpmToDG.cjs +0 -2
- package/dist/fi-FI-CNpmToDG.cjs.map +0 -1
- package/dist/fr-FR-CUUHB8JU.cjs +0 -2
- package/dist/fr-FR-CUUHB8JU.cjs.map +0 -1
- package/dist/index-DbNUA_xB.cjs +0 -12
- package/dist/index-DbNUA_xB.cjs.map +0 -1
- package/dist/it-IT-B-E80zCo.cjs +0 -2
- package/dist/it-IT-B-E80zCo.cjs.map +0 -1
- package/dist/nl-NL--CGhOJhH.cjs +0 -2
- package/dist/nl-NL--CGhOJhH.cjs.map +0 -1
- package/dist/no-NO-D0UNXgzr.cjs +0 -2
- package/dist/no-NO-D0UNXgzr.cjs.map +0 -1
- package/dist/pt-BR-Du4cDUgf.cjs +0 -2
- package/dist/pt-BR-Du4cDUgf.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,16 +1,17 @@
|
|
|
1
|
-
const e = "Account", t = "Account Balance", n = "Account description", a = "Account ID",
|
|
1
|
+
const e = "Account", t = "Account Balance", n = "Account description", a = "Account ID", s = "Additions", o = "Adjustments", i = "Amount", r = "and", d = "Apply", c = "Back", u = "Balance account", l = "Balance account ID", p = "Booked", h = "Captured", f = "Category", m = "Chargebacks", g = "Close", y = "Contact support", v = "Contact support for help.", R = "Contact support for help and share error code %{requestId}", b = "Copied", T = "Copy", D = "Corrections", C = "Currency", w = "Date", A = "Date range", P = "Description", k = "Dismiss", S = "Download", F = "Downloading", N = "Email", O = "Entity was not found", I = "Transaction not found for the specified Account Holder", M = "Fees", x = "File", q = "Filter bar", E = "From", W = "Full", B = "Funds captured", L = "Go back", H = "Grant issued", X = "Grant repayments", z = "Hide content", Y = "ID", U = "Incomplete field", G = "In progress", V = "Loading", j = "max", J = "min", _ = "Mobile", Q = "Net payout", K = "Next Payouts", Z = "No data", $ = "No negative numbers allowed", ee = "No payouts found", te = "No reports found", ne = "No transactions found", ae = "Other", se = "Paginated navigation", oe = "Partial", ie = "Payment ID", re = "Payment method", de = "Payout Details", ce = "Payout information is generated each day at midnight, UTC time.", ue = "Payouts", le = "Pending", pe = "Please come back later.", he = "Please, reach out to support for assistance.", fe = "Reach out to support", me = "Reference ID", ge = "Refresh", ye = "Refunds", ve = "Refund payment", Re = "We couldn’t process the refund. Try again later.", be = "Something went wrong.", Te = "Your customer will receive the money in a maximum of 40 days. When the refund is successful you will see a new Refund transaction on your list.", De = "Refund is sent!", Ce = "Amount to refund", we = "Refunds can take up to 40 days depending on the payment method. Fees are included.", Ae = "Refund %{amount}", Pe = "Reason for refund", ke = "Reference", Se = "Remaining amount", Fe = "Report", Ne = "Reports are generated each day at midnight, UTC time.", Oe = "Reports", Ie = "Reset", Me = "Reversed", xe = "Something went wrong.", qe = "Something went wrong. Try refreshing the page or come back later.", Ee = "Status", We = "Structured list", Be = "Subtractions", Le = "Sum of same-day payouts", He = "Tabs", Xe = "The error code is %{requestId}", ze = "There are no results", Ye = "The request is missing required fields or contains invalid data.", Ue = "There was an unexpected error", Ge = "The selected balance account is incorrect", Ve = "Timezone", je = "To", Je = "Total incoming", _e = "Total outgoing", Qe = "To value should be equal or greater than the From value", Ke = "Transaction details", Ze = "Transactions", $e = "Transactions overview", et = "Transaction type", tt = "Transfers", nt = "Try a different search or reset your filters, and we’ll try again.", at = "Try refreshing the page or come back later.", st = "Amount", ot = "Type", it = "Value", rt = "We couldn't load the payouts overview.", dt = "We couldn't load the reports overview.", ct = "We couldn't load the transactions overview.", ut = "We couldn't load your balance accounts.", lt = "We couldn't load your payouts.", pt = "We couldn't load your reports.", ht = "We couldn't load your transactions.", ft = {
|
|
2
2
|
account: e,
|
|
3
3
|
accountBalance: t,
|
|
4
4
|
accountDescription: n,
|
|
5
5
|
accountID: a,
|
|
6
|
-
additions:
|
|
7
|
-
adjustments:
|
|
6
|
+
additions: s,
|
|
7
|
+
adjustments: o,
|
|
8
8
|
amount: i,
|
|
9
|
-
and:
|
|
10
|
-
apply:
|
|
11
|
-
back:
|
|
12
|
-
balanceAccount:
|
|
9
|
+
and: r,
|
|
10
|
+
apply: d,
|
|
11
|
+
back: c,
|
|
12
|
+
balanceAccount: u,
|
|
13
13
|
balanceAccountId: l,
|
|
14
|
+
"balanceAccounts.all": "All accounts",
|
|
14
15
|
Booked: p,
|
|
15
16
|
"button.clearAll": "Clear all",
|
|
16
17
|
"calendar.controls": "Calendar navigation controls",
|
|
@@ -20,7 +21,7 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
20
21
|
"capital.accountIsInactive": "Your account is inactive",
|
|
21
22
|
"capital.actionNeeded": "Action needed",
|
|
22
23
|
"capital.annualPercentageRate": "Annual percentage rate",
|
|
23
|
-
"capital.annualPercentageRateIsTheCostOfBorrowingForALoan": "Annual Percentage Rate is the cost of borrowing
|
|
24
|
+
"capital.annualPercentageRateIsTheCostOfBorrowingForALoan": "The Annual Percentage Rate (APR) is the cost of borrowing of this loan under Adyen Capital User Terms, expressed as an annual rate.",
|
|
24
25
|
"capital.bankAccountDetails": "Bank account details",
|
|
25
26
|
"capital.bankAccountIban": "IBAN",
|
|
26
27
|
"capital.bankAccountNumber": "Account number",
|
|
@@ -101,59 +102,546 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
101
102
|
"capital.youShouldGetTheFundsWithinOneBusinessDay": "You should get the funds within one business day",
|
|
102
103
|
"capital.youWillNeedToRepayAMinimumOfXEveryXDaysToPayOffTheFunds": "You will need to repay a minimum of %{amount} every %{days} days to fully pay off the funds by %{date}.",
|
|
103
104
|
"capital.youWillSoonQualifyForAFinancialOffer": "You will soon qualify for a financial offer!",
|
|
104
|
-
capture:
|
|
105
|
-
category:
|
|
105
|
+
capture: h,
|
|
106
|
+
category: f,
|
|
106
107
|
chargeback: m,
|
|
107
|
-
closeIconLabel:
|
|
108
|
-
contactSupport:
|
|
109
|
-
contactSupportForHelp:
|
|
110
|
-
contactSupportForHelpAndShareErrorCode:
|
|
111
|
-
copied:
|
|
112
|
-
copy:
|
|
113
|
-
correction:
|
|
108
|
+
closeIconLabel: g,
|
|
109
|
+
contactSupport: y,
|
|
110
|
+
contactSupportForHelp: v,
|
|
111
|
+
contactSupportForHelpAndShareErrorCode: R,
|
|
112
|
+
copied: b,
|
|
113
|
+
copy: T,
|
|
114
|
+
correction: D,
|
|
114
115
|
currency: C,
|
|
115
|
-
date:
|
|
116
|
-
dateRange:
|
|
116
|
+
date: w,
|
|
117
|
+
dateRange: A,
|
|
117
118
|
default: "Default",
|
|
118
|
-
description:
|
|
119
|
-
dismiss:
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
description: P,
|
|
120
|
+
dismiss: k,
|
|
121
|
+
"disputes.accept": "Accept",
|
|
122
|
+
"disputes.accept.accepted": "Accepted",
|
|
123
|
+
"disputes.accept.chargeback": "Accept chargeback",
|
|
124
|
+
"disputes.accept.disputeAccepted": "Chargeback has been accepted",
|
|
125
|
+
"disputes.accept.disputeDisclaimer": "By accepting, you agree that the disputed amount will not be returned to your account.",
|
|
126
|
+
"disputes.accept.iAgree": "I agree",
|
|
127
|
+
"disputes.accept.requestForInformation": "Accept request for information",
|
|
128
|
+
"disputes.accept.requestForInformationAccepted": "Request for information has been accepted",
|
|
129
|
+
"disputes.accept.requestForInformationDisclaimer": "Once this request for information is accepted, it will be marked as expired and may lead to a chargeback in the future.",
|
|
130
|
+
"disputes.acceptedOn": "Accepted on",
|
|
131
|
+
"disputes.account": "Account",
|
|
132
|
+
"disputes.alert.autoDefended": "This chargeback was defended automatically.",
|
|
133
|
+
"disputes.alert.notDefendable": "This chargeback can’t be defended. Contact support for details.",
|
|
134
|
+
"disputes.alert.notDefendedExpired": "This request for information wasn’t responded to and was lost by default.",
|
|
135
|
+
"disputes.alert.notDefendedLost": "This chargeback wasn’t defended and was lost by default.",
|
|
136
|
+
"disputes.alert.responseDeadline": "The response deadline is %{date}",
|
|
137
|
+
"disputes.contactSupport.toDefendDispute": "Contact support to defend this dispute.",
|
|
138
|
+
"disputes.contactSupport.toDefendRequestForInformation": "Contact support to respond to this request for information.",
|
|
139
|
+
"disputes.contactSupport.toResolveNotificationOfFraud": "Contact support to resolve this notification of fraud. Refund this payment to avoid a future chargeback and paying extra fees.",
|
|
140
|
+
"disputes.currency": "Currency",
|
|
141
|
+
"disputes.defend.chargeback": "Defend chargeback",
|
|
142
|
+
"disputes.defend.chargebackFeeInformation": "A fee is charged for every defended chargeback. We recommend responding only when you have clear and convincing evidence.",
|
|
143
|
+
"disputes.defend.continue": "Continue",
|
|
144
|
+
"disputes.defend.defended": "Defended",
|
|
145
|
+
"disputes.defend.evidenceSubmitted": "Evidence has been submitted",
|
|
146
|
+
"disputes.defend.selectDefenseReason": "Select the reason you’re defending this chargeback.",
|
|
147
|
+
"disputes.defend.somethingWentWrong": "Something went wrong",
|
|
148
|
+
"disputes.defend.submit": "Submit",
|
|
149
|
+
"disputes.defend.submitSuccessfulInformation": "The chargeback details will be reviewed by the scheme, which can take up to 60 days.",
|
|
150
|
+
"disputes.defend.uploadDocumentsInformation": "Upload documents that support your dispute defense. Once submitted, no changes can be made.",
|
|
151
|
+
"disputes.defendedOn": "Defended on",
|
|
152
|
+
"disputes.defenseDocument.acquirerRepresentmentForm": "Acquirer Representment Form",
|
|
153
|
+
"disputes.defenseDocument.acquirerRepresentmentFormAutomaticallyGenerated": "The Acquirer Representment Form is an automatically generated document that contains an overview of key dispute details.",
|
|
154
|
+
"disputes.defenseDocument.acquirerRetrievalFulfilmentForm": "Acquirer Retrieval Fulfilment Form",
|
|
155
|
+
"disputes.defenseDocument.acquirerRetrievalFulfilmentFormAutomaticallyGenerated": "The Acquirer Retrieval Fulfilment Form is an automatically generated document that contains an overview of key dispute details.",
|
|
156
|
+
"disputes.defenseDocument.additionalInformation": "Additional Information",
|
|
157
|
+
"disputes.defenseDocument.additionalTransactions": "Additional Transactions",
|
|
158
|
+
"disputes.defenseDocument.additionalTransactionsConnectedWithDisputedFlight": "Additional transactions connected with the disputed flight, such as upgrades, excess baggage charges, and in-flight purchases",
|
|
159
|
+
"disputes.defenseDocument.alternativeDefenseMaterial": "Alternative defense material",
|
|
160
|
+
"disputes.defenseDocument.amexFaxCover": "Amex Fax Cover",
|
|
161
|
+
"disputes.defenseDocument.appropriateExplanation": "Appropriate explanation",
|
|
162
|
+
"disputes.defenseDocument.appropriateExplanationAndDocTwoSeparateTransactions": "An appropriate explanation and documentation showing two separate transactions.",
|
|
163
|
+
"disputes.defenseDocument.authorizationNotObtained": "Authorization Not Obtained",
|
|
164
|
+
"disputes.defenseDocument.authorizationNotObtainedHelp": "Authorization Not Obtained (Help)",
|
|
165
|
+
"disputes.defenseDocument.autoGeneratedDocRetrievalRequestFulfilled": "Automatically generated document showing that the retrieval request was fulfilled",
|
|
166
|
+
"disputes.defenseDocument.automaticallyGeneratedTransactionDetails": "Automatically generated transaction details",
|
|
167
|
+
"disputes.defenseDocument.avsDocumentation": "AVS Documentation",
|
|
168
|
+
"disputes.defenseDocument.cancelledRecurringBilling": "Cancelled recurring billing",
|
|
169
|
+
"disputes.defenseDocument.cardholderAgreedToAmountRange": "Documentation supporting the claim that the cardholder agreed to a reasonable amount range.",
|
|
170
|
+
"disputes.defenseDocument.cardholderResponsibleForAddendumTransaction": "Documentation to establish the cardholder is responsible for the addendum transaction",
|
|
171
|
+
"disputes.defenseDocument.cardholderResponsibleForDisputedAmount": "Documentation to support that the cardholder is responsible for the disputed amount.",
|
|
172
|
+
"disputes.defenseDocument.cardRecoveryBulletinOrExceptionFile": "Card Recovery Bulletin or Exception File",
|
|
173
|
+
"disputes.defenseDocument.cardRecoveryBulletinOrExceptionFileHelp": "Card Recovery Bulletin or Exception File (Help)",
|
|
174
|
+
"disputes.defenseDocument.chargebackRemediedOrInvalid": "Documentation to support that the chargeback is remedied or invalid.",
|
|
175
|
+
"disputes.defenseDocument.chargeToWrongAccountNumber": "Charge to Wrong Account Number",
|
|
176
|
+
"disputes.defenseDocument.chargeToWrongAccountNumberHelp": "Charge to Wrong Account Number (Help)",
|
|
177
|
+
"disputes.defenseDocument.clearingText": "Clearing Text",
|
|
178
|
+
"disputes.defenseDocument.compellingEvidence": "Compelling Evidence",
|
|
179
|
+
"disputes.defenseDocument.copyOfInvoice": "Copy of the invoice or similar document",
|
|
180
|
+
"disputes.defenseDocument.copyOfInvoiceOrOtherRelevantTransactionDetails": "Copy of the invoice, terminal receipt, sales ticket or any other document (Transaction Information Document) that provides the relevant transaction details like transaction amount, delivery address (if applicable) and description of the merchandise.",
|
|
181
|
+
"disputes.defenseDocument.CopyOfSalesDraftDetails": "Copy of the invoice, terminal receipt, sales ticket or any other document (transaction information document) that provides the relevant details like transaction amount, delivery address (if applicable) and description of the merchandise",
|
|
182
|
+
"disputes.defenseDocument.CopyOfSalesDraftTitle": "Copy of original Sales Draft",
|
|
183
|
+
"disputes.defenseDocument.copyOfTid": "A copy of the TID as proof that the transaction involved a retail sale rather than a credit.",
|
|
184
|
+
"disputes.defenseDocument.coverPageForAmexDisputes": "A cover page that will be sent for Amex disputes",
|
|
185
|
+
"disputes.defenseDocument.creditNotProcessed": "Credit Not Processed",
|
|
186
|
+
"disputes.defenseDocument.creditNotProcessedHelp": "Credit Not Processed (Help)",
|
|
187
|
+
"disputes.defenseDocument.creditNotProcessedReason": "Credit Not Processed Reason",
|
|
188
|
+
"disputes.defenseDocument.creditsOfMilesShowingConnectionToCardholder": "Credits of frequent flyer miles for the flight, showing connection to the cardholder",
|
|
189
|
+
"disputes.defenseDocument.customerWrittenConfirmation": "The customer's written confirmation of registration to receive electronic delivery of goods or services.",
|
|
190
|
+
"disputes.defenseDocument.defenseMaterial": "Defense Material",
|
|
191
|
+
"disputes.defenseDocument.deffectiveMerchandise": "Deffective Merchandise",
|
|
192
|
+
"disputes.defenseDocument.deffectiveMerchandiseHelp": "Deffective Merchandise (Help)",
|
|
193
|
+
"disputes.defenseDocument.deliveryOfFlightTicketAtAddress": "Proof of delivery of the flight ticket at cardholder's address",
|
|
194
|
+
"disputes.defenseDocument.descriptionOfDisputeReason": "A description of the dispute reason",
|
|
195
|
+
"disputes.defenseDocument.descriptionOfMerchandiseOrServices": "A description of the merchandise or services. This can be for example the invoice.",
|
|
196
|
+
"disputes.defenseDocument.differentSignature": "Different Signature",
|
|
197
|
+
"disputes.defenseDocument.differentSignatureHelp": "Different Signature (Help)",
|
|
198
|
+
"disputes.defenseDocument.disclosureAtPointOfInteraction": "Disclosure at the Point of Interaction",
|
|
199
|
+
"disputes.defenseDocument.docAllOfFollowing": "A merchant statement documenting all of the following:",
|
|
200
|
+
"disputes.defenseDocument.docCardholderIssuedPaperAirlineTickets": "Documentation establishing that the cardholder was issued paper airline tickets.",
|
|
201
|
+
"disputes.defenseDocument.docChargebackCodeNotApplicable": "Documentation to support that the chargeback code is not applicable",
|
|
202
|
+
"disputes.defenseDocument.docCorrectCurrency": "Documentation proving the correct currency was provided or specified",
|
|
203
|
+
"disputes.defenseDocument.docIdentifyTransaction": "Documentation that would further identify the transaction",
|
|
204
|
+
"disputes.defenseDocument.docMerchandiseNotCounterfeit": "Documentation to support the claim that the merchandise was not counterfeit",
|
|
205
|
+
"disputes.defenseDocument.docProvingCardHolderParticipated": "Documentation proving the card holder participated in the transacion. This can be:",
|
|
206
|
+
"disputes.defenseDocument.docRemediesChargeback": "Defense Material that remedies the chargeback.",
|
|
207
|
+
"disputes.defenseDocument.docsTwoTransactionsWithSameShopper": "Provide copies of two documents (for example terminal receipts or invoices) belonging to two separate transactions with the same shopper.",
|
|
208
|
+
"disputes.defenseDocument.docTermsOfSaleNotMisrepresented": "Documentation to prove that the terms of sale of the merchandise or services were not misrepresented",
|
|
209
|
+
"disputes.defenseDocument.docTransactionOccurredOnPos": "Documentation that show that the transaction occurred on an attended POS terminal",
|
|
210
|
+
"disputes.defenseDocument.docTwoDifferentTransactions": "Documentation showing Two Different Transactions",
|
|
211
|
+
"disputes.defenseDocument.documentationOfPositiveAvsResponseXOrY": "Documentation of positive AVS response X or Y",
|
|
212
|
+
"disputes.defenseDocument.documentCanBeCreditReasonDue": "A document can be a credit due reason.",
|
|
213
|
+
"disputes.defenseDocument.documentCanBeProofOfDelivery": "A document can be a proof of delivery signature or a proof of receipt copy.",
|
|
214
|
+
"disputes.defenseDocument.documentCanBeSubscriptionAgreement": "A document can be a subscription agreement.",
|
|
215
|
+
"disputes.defenseDocument.documentCanBetUrlReturnPolicy": "A document can be a description, item URL, return policy, or a copy of a contract or an affidavit.",
|
|
216
|
+
"disputes.defenseDocument.documentContainingImportantShipmentData": "A document containing important shipment data. It should include at least the shipment date.",
|
|
217
|
+
"disputes.defenseDocument.documentShipmentDate": "Document containing Shipment Date",
|
|
218
|
+
"disputes.defenseDocument.docViaFraudReporter": "Documentation that supports the second presentment from the Acquirer’s Loss Data File, the Acquirer Loss Data Report or the Acquirer Transaction Data Report via Fraud Reporter.",
|
|
219
|
+
"disputes.defenseDocument.duplicateProcessing": "Duplicate Processing",
|
|
220
|
+
"disputes.defenseDocument.duplicateProcessingHelp": "Duplicate Processing (Help)",
|
|
221
|
+
"disputes.defenseDocument.evidenceCardHolderParticipation": "Compelling Evidence of Card holder Participation",
|
|
222
|
+
"disputes.defenseDocument.evidenceProofingParticipationOfCardholder": "Compelling evidence proofing the participation of the cardholder in the transaction.",
|
|
223
|
+
"disputes.defenseDocument.evidenceTransactionWasRecurring": "Description of the goods or services being provided with evidence that the transaction was recurring by providing the start date of the recurring transaction and, if used, an indication that SecureCode or CVC2 has been used on the initial transaction.",
|
|
224
|
+
"disputes.defenseDocument.expiredCard": "Expired Card",
|
|
225
|
+
"disputes.defenseDocument.expiredCardHelp": "Expired Card (Help)",
|
|
226
|
+
"disputes.defenseDocument.explanation": "Explanation",
|
|
227
|
+
"disputes.defenseDocument.explanationWhyCancellationCodeInvalid": "Explanation why the cancellation code is invalid.",
|
|
228
|
+
"disputes.defenseDocument.falseTransaction": "False ransaction (Help)",
|
|
229
|
+
"disputes.defenseDocument.firstChargebackNumberAndDate": "Reference number and date of first chargeback",
|
|
230
|
+
"disputes.defenseDocument.flightManifest": "Flight Manifest",
|
|
231
|
+
"disputes.defenseDocument.flightManifestShowingCardholderName": "Flight manifest showing the cardholder's name",
|
|
232
|
+
"disputes.defenseDocument.flightTicket": "Flight Ticket",
|
|
233
|
+
"disputes.defenseDocument.flightTicketUsed": "Flight Ticket Used",
|
|
234
|
+
"disputes.defenseDocument.flightTicketWithCardholderName": "Flight Ticket or boarding pass showing the cardholder's name",
|
|
235
|
+
"disputes.defenseDocument.flightTookPlace": "Flight Took Place",
|
|
236
|
+
"disputes.defenseDocument.frequentFlyerInformation": "Frequent Flyer Information",
|
|
237
|
+
"disputes.defenseDocument.ifDelayedProofShowingMerchantAbleToProvideServices": "If the service is delayed, proof showing that the merchant is able to provide the services (for example, documentation showing that the merchant is not out of business)",
|
|
238
|
+
"disputes.defenseDocument.incorrectAmount": "Incorrect amount",
|
|
239
|
+
"disputes.defenseDocument.latePresentment": "Late Presentment",
|
|
240
|
+
"disputes.defenseDocument.latePresentmentHelp": "Late Presentment (Help)",
|
|
241
|
+
"disputes.defenseDocument.latestRecurringTransactions": "Latest Recurring Transactions",
|
|
242
|
+
"disputes.defenseDocument.memberMessageText": "Member Message Text",
|
|
243
|
+
"disputes.defenseDocument.memberMessageTextSentToSchemes": "Member Message Text sent to the schemes.",
|
|
244
|
+
"disputes.defenseDocument.merchandiseDescription": "Merchandise Description",
|
|
245
|
+
"disputes.defenseDocument.merchandiseNotAsDescribed": "Merchandise not as described.",
|
|
246
|
+
"disputes.defenseDocument.merchandiseNotReceived": "Merchandise Not Received",
|
|
247
|
+
"disputes.defenseDocument.merchandiseNotReceivedHelp": "Merchandise Not Received (Help)",
|
|
248
|
+
"disputes.defenseDocument.merchandiseSentToAvsConfirmedBillingAddress": " Documentation that shows the merchandise was sent to the AVS-confirmed billing address",
|
|
249
|
+
"disputes.defenseDocument.merchantFraudPerformanceProgram": "Merchant Fraud Performance Program",
|
|
250
|
+
"disputes.defenseDocument.merchantFraudPerformanceProgramHelp": "Merchant Fraud Performance Program (Help)",
|
|
251
|
+
"disputes.defenseDocument.merchantObtainedCardAtTimeReservationMade": "Documentation establishing that the merchant obtained the cardholder's account number, name present on the card, and the confirmation number provided at the time the reservation was made.",
|
|
252
|
+
"disputes.defenseDocument.merchantWrittenRebuttal": "Merchant's written rebuttal",
|
|
253
|
+
"disputes.defenseDocument.missingSignature": "Missing Signature",
|
|
254
|
+
"disputes.defenseDocument.missingSignatureHelp": "Missing Signature (Help)",
|
|
255
|
+
"disputes.defenseDocument.moreThanOneTransactionProcessed": "More than one transaction was processed by providing the date(s) of previous transaction(s).",
|
|
256
|
+
"disputes.defenseDocument.mpiData": "MPI Data",
|
|
257
|
+
"disputes.defenseDocument.nonMatchingAccountNumber": "Non Matching Account Number",
|
|
258
|
+
"disputes.defenseDocument.nonMatchingAccountNumberHelp": "Non Matching Account Number (Help)",
|
|
259
|
+
"disputes.defenseDocument.noNotification": "Proof of No Notification",
|
|
260
|
+
"disputes.defenseDocument.numberAndDateOfOriginalChargeback": "First chargeback reference number and date of original chargeback",
|
|
261
|
+
"disputes.defenseDocument.originalAmount": "Original Amount",
|
|
262
|
+
"disputes.defenseDocument.originalAmountIfDisputedRepresentsPartialShipment": "The original transaction amount if the disputed transaction represents partial shipment",
|
|
263
|
+
"disputes.defenseDocument.other": "Other",
|
|
264
|
+
"disputes.defenseDocument.otherHelp": "Other (Help)",
|
|
265
|
+
"disputes.defenseDocument.paidByOtherMeansThanJCBCard": "Paid By Other Means Than JCB Card",
|
|
266
|
+
"disputes.defenseDocument.paidByOtherMeansThanJCBCardHelp": "Paid By Other Means Than JCB Card (Help)",
|
|
267
|
+
"disputes.defenseDocument.paperAirlineTicket": "Paper Airline Ticket",
|
|
268
|
+
"disputes.defenseDocument.passengerId": "Passenger Identification Documentation",
|
|
269
|
+
"disputes.defenseDocument.passengerIdLinkedToCardholder": "Passenger identification documentation showing a link to the cardholder",
|
|
270
|
+
"disputes.defenseDocument.previousTransactionsNotDisputed": "Previous transactions were not disputed.",
|
|
271
|
+
"disputes.defenseDocument.printedSignedReceipt": "A printed, signed terminal receipt",
|
|
272
|
+
"disputes.defenseDocument.processingError": "Processing Error",
|
|
273
|
+
"disputes.defenseDocument.processingErrorHelp": "Processing Error (Help)",
|
|
274
|
+
"disputes.defenseDocument.proofAirlineTicketsWereUsed": "Documentation proving that the airline tickets were used by the cardholder or persons that the cardholder authorized.",
|
|
275
|
+
"disputes.defenseDocument.proofCardAndCardholderSignature": "Proof of card presence and cardholder signature",
|
|
276
|
+
"disputes.defenseDocument.proofCardPresence": "Proof of Card Presence",
|
|
277
|
+
"disputes.defenseDocument.proofFlightTookPlace": "Documentation proving that the airline rendered the service (the flight took place)",
|
|
278
|
+
"disputes.defenseDocument.proofGoodsServicesWereProvided": "Proof showing that the goods or services of the merchant were provided to the card holder",
|
|
279
|
+
"disputes.defenseDocument.proofGoodsWereDeliveredAsDescribed": "Proof showing that the goods were delivered as described.",
|
|
280
|
+
"disputes.defenseDocument.proofMerchantHadNotReceivedPreviousChargeback": "Proof showing that the merchant had not received a previous chargeback from the cardholder at the time of settlement.",
|
|
281
|
+
"disputes.defenseDocument.proofMerchantHadNotReceivedPreviousChargebackAutoGenerated": "Proof showing that the merchant had not received a previous chargeback from the cardholder at the time of settlement. (This proof is automatically generated.)",
|
|
282
|
+
"disputes.defenseDocument.proofMerchantNotNotifiedOfCancellation": "Proof showing that the merchant or acquirer was not notified of the cancellation at the time of settlement.",
|
|
283
|
+
"disputes.defenseDocument.proofOfAccountTakeover": "Proof of Account Takeover",
|
|
284
|
+
"disputes.defenseDocument.proofOfAddendum": "Proof of Addendum",
|
|
285
|
+
"disputes.defenseDocument.proofOfDelayedDelivery": "Proof of Delayed Delivery",
|
|
286
|
+
"disputes.defenseDocument.proofOfFulfillment": "Proof of Fulfillment",
|
|
287
|
+
"disputes.defenseDocument.proofOfInvalidChargeback": "Proof of Invalid Chargeback",
|
|
288
|
+
"disputes.defenseDocument.proofOfNoCancellation": "Proof of No Cancellation",
|
|
289
|
+
"disputes.defenseDocument.proofOfNoChargebackReceived": "Proof of No Chargeback Received",
|
|
290
|
+
"disputes.defenseDocument.proofOfNoShow": "Proof of No-Show",
|
|
291
|
+
"disputes.defenseDocument.proofOfRecurringTransaction": "Merchant's Proof of Recurring Transaction",
|
|
292
|
+
"disputes.defenseDocument.proofOfRefund": "Proof of Refund",
|
|
293
|
+
"disputes.defenseDocument.proofOfRetailSale": "Proof of Retail Sale",
|
|
294
|
+
"disputes.defenseDocument.proofProvidedMerchandise": "Proof of Provided Merchandise",
|
|
295
|
+
"disputes.defenseDocument.proofRecurringContractNotCancelledAtTimeOfSettlement": "Proof showing that the recurring contract was not cancelled at the time of settlement.",
|
|
296
|
+
"disputes.defenseDocument.proofRenewedMembership": "Proof of Renewed Membership",
|
|
297
|
+
"disputes.defenseDocument.proofShowingCardholderRenewedMembership": "Proof showing that the cardholder renewed his membership to the service after the cancellation received.",
|
|
298
|
+
"disputes.defenseDocument.proofShowingTrackingInformation": "Proof showing Tracking Info, Tracking Number.",
|
|
299
|
+
"disputes.defenseDocument.proofValidIncreaseOfAmount": "Proof of Valid Increase of Amount",
|
|
300
|
+
"disputes.defenseDocument.provideRefundId": "Provide the refund ID, for the difference in amount.",
|
|
301
|
+
"disputes.defenseDocument.provingTransactionResultedFromAccountTakeover": "Documentation that supports the second presentment by proving that the transaction resulted from an account takeover. For example: The Acquirer Loss File report, the SAFE Acquirer Transaction Data report or a statement from the authorized cardholder confirming that the account was in fact taken over and that fraud subsequently occurred.",
|
|
302
|
+
"disputes.defenseDocument.reasonableAmount": "Proof of reasonable amount",
|
|
303
|
+
"disputes.defenseDocument.reasonForInvalidation": "Reason for Invalidation",
|
|
304
|
+
"disputes.defenseDocument.reasonForInvalidationOfChargeback": "Reason for the invalidation of the chargeback. Please notice that this reason should be technical from nature, for example: the issuer submitted documentation that failed to support the chargeback.",
|
|
305
|
+
"disputes.defenseDocument.rebuttalCancellationNotAccepted": "Rebuttal of Cancellation Never Accepted",
|
|
306
|
+
"disputes.defenseDocument.rebuttalGivenToCardholder": "Rebuttal or proper disclosure given to the cardholder at the point of interaction.",
|
|
307
|
+
"disputes.defenseDocument.rebuttalStatingCancellationNotAccepted": "Rebuttal stating that the cancellation was never accepted",
|
|
308
|
+
"disputes.defenseDocument.receiptOfFlightTicketAtBillingAddress": "Proof of receipt of the flight ticket at the cardholder's billing address",
|
|
309
|
+
"disputes.defenseDocument.receiptOrOther": "A receipt, work order, or other document signed by the customer substantiating that the goods or services were received by the customer.",
|
|
310
|
+
"disputes.defenseDocument.resultsOfMpiCalls": "Results of MPI lookup service calls.",
|
|
311
|
+
"disputes.defenseDocument.retrievalRequestFulfilled": "Proof showing that the retrieval request was fulfilled",
|
|
312
|
+
"disputes.defenseDocument.retrievalRequestNotHonored": "Retrieval Request Not Honored",
|
|
313
|
+
"disputes.defenseDocument.retrievalRequestNotHonoredHelp": "Retrieval Request Not Honored (Help)",
|
|
314
|
+
"disputes.defenseDocument.serviceNotRendered": "Service Not Rendered",
|
|
315
|
+
"disputes.defenseDocument.serviceNotRenderedHelp": "Service Not Rendered (Help)",
|
|
316
|
+
"disputes.defenseDocument.shipmentDocumentation": "Shipment Documentation",
|
|
317
|
+
"disputes.defenseDocument.shipToAddress": "Ship-To Address",
|
|
318
|
+
"disputes.defenseDocument.shipToAddressIfApplicable": '"Ship to" address (if applicable)',
|
|
319
|
+
"disputes.defenseDocument.signatureOrChipPinEvidence": "Signature or Chip PIN Evidence",
|
|
320
|
+
"disputes.defenseDocument.signedTerminalReceipt": "Signed Terminal Receipt",
|
|
321
|
+
"disputes.defenseDocument.SplitSales": "Duplicate Processing",
|
|
322
|
+
"disputes.defenseDocument.SplitSalesHelp": "Duplicate Processing (Help)",
|
|
323
|
+
"disputes.defenseDocument.statementMerchantDidNotReceiveGoods": "Statement from the merchant stating that the merchant did not receive the goods.",
|
|
324
|
+
"disputes.defenseDocument.SupplementalDocumentsDetails": "Complimentary information to the sales draft (e.g. Cardholder’s permission for recurring Transaction, MOTO/Electronic Commerce ordering form, Magnetic-stripe phone record.)",
|
|
325
|
+
"disputes.defenseDocument.SupplementalDocumentsTitle": "Additional transaction documents",
|
|
326
|
+
"disputes.defenseDocument.TEDocumentDetails": "Information related to the delivery of the travel and entertainment service (e.g. Hotel guest folio, Signature on file, Car rental agreement, etc.)",
|
|
327
|
+
"disputes.defenseDocument.TEDocumentTitle": "Travel and Entertainment information",
|
|
328
|
+
"disputes.defenseDocument.transactionAfterReservationCancelled": "Transaction After Reservation Cancelled",
|
|
329
|
+
"disputes.defenseDocument.transactionAfterReservationCancelledHelp": "Transaction After Reservation Cancelled (Help)",
|
|
330
|
+
"disputes.defenseDocument.transactionNotRecognizedChipLiabilityShift": "Transaction Not Recognized - Contactless and Card Not Presented",
|
|
331
|
+
"disputes.defenseDocument.transactionNotRecognizedChipLiabilityShiftHelp": "Transaction Not Recognized - Contactless and Card Not Presented (Help)",
|
|
332
|
+
"disputes.defenseDocument.transactionNotRecognizedContactlessAndCardNotPresented": "Transaction Not Recognized - Contactless and Card Not Presented",
|
|
333
|
+
"disputes.defenseDocument.transactionNotRecognizedContactlessAndCardNotPresentedHelp": "Transaction Not Recognized - Contactless and Card Not Presented (Help)",
|
|
334
|
+
"disputes.defenseDocument.unauthorisedReason": "Unauthorised reason",
|
|
335
|
+
"disputes.defenseDocument.uploadListOfRefundIds": "Upload list of Refund Id(s).",
|
|
336
|
+
"disputes.defenseDocument.writtenCorrespondenceExchanged": "Copies of written correspondence exchanged between the merchant and the customer (such as letter, email, or fax) showing that the customer participated in the transaction.",
|
|
337
|
+
"disputes.defenseDocument.writtenRebutalGoodsRepairedOrReplaced": "Written rebutal documenting that the goods were repaired or replaced.",
|
|
338
|
+
"disputes.defenseReason": "Defense reason",
|
|
339
|
+
"disputes.defenseReason.3dSecureFullyAuthenticatedTransaction": "3D Secure Fully Authenticated Transaction",
|
|
340
|
+
"disputes.defenseReason.3dSecureLiabilityShiftNotFullyAuthenticated": "3D Secure Liability Shift (not fully authenticated)",
|
|
341
|
+
"disputes.defenseReason.accountNumberNotListedInExceptions": "The Account Number was not listed on the Exception File",
|
|
342
|
+
"disputes.defenseReason.accountNumberNotListedInExceptionsFor60Days": "Account Number has not been on the Exception File with a Pickup Response for a minimum of 60 calendar days.",
|
|
343
|
+
"disputes.defenseReason.accountTakeover": "Account Takeover",
|
|
344
|
+
"disputes.defenseReason.acquirerDefendChargebackIfIssuerRequested": "The acquirer can defend the chargeback if the issuer requested it or if friendly-fraud is suspected. This might lead to further escalation with the issuer.",
|
|
345
|
+
"disputes.defenseReason.acquirerProvidesCorrectDateWithinTimeLimit": "The acquirer provides the correct transaction date that is within applicable time limit set forth in section Time Frame for First Presentment.",
|
|
346
|
+
"disputes.defenseReason.additionalInformation": "Additional Information",
|
|
347
|
+
"disputes.defenseReason.addressMerchandiseSentAvsConfirmed": "The merchant can provide documentation that it received a positive Address Verification Service (AVS) response of X (Both the nine-digit Postal zip code as well as the first five numerical characters contained in the address match) or Y (Both the five-digit Postal zip code as well as the first five numerical characters contained in the address match) for the transaction and documentation showing that the address to which the merchandise was sent is the same as the AVS confirmed address.",
|
|
348
|
+
"disputes.defenseReason.addressVerificationService": "Address Verification Service (AVS)",
|
|
349
|
+
"disputes.defenseReason.addressVerificationServiceAdditionalInformation": "Address Verification Service (AVS) Additional Information",
|
|
350
|
+
"disputes.defenseReason.airlineCompellingEvidence": "Airline Compelling Evidence",
|
|
351
|
+
"disputes.defenseReason.airlineFlightProvided": "Airline Flight Provided",
|
|
352
|
+
"disputes.defenseReason.atmDispute": "ATM Dispute",
|
|
353
|
+
"disputes.defenseReason.authorisationReceivedForAmount": "Authorisation was received for the transaction amount or greater from the issuer.",
|
|
354
|
+
"disputes.defenseReason.authorisedOnline": "Transaction was Authorised Online",
|
|
355
|
+
"disputes.defenseReason.autoGeneratedRecurringTransactionDetails": "Automatically generated recurring transaction details.",
|
|
356
|
+
"disputes.defenseReason.autoResponseSentToIssuer": "An automatically generated response has been sent to the issuer. This response was generated just before the Request for Information expires and contains the relevant data present in the system. Please notice that this response may be incomplete (for example if the merchandise description was not provided), which may lead to an invalid response. It is therefore recommended for the merchant to always upload the invoice (or the other requested information) for RFI's.",
|
|
357
|
+
"disputes.defenseReason.autoResponseToRfi": "Automatically Generated Response to a Request for Information",
|
|
358
|
+
"disputes.defenseReason.buyerExceededWindowToFileReturn": "Buyer has exceeded the window to file a return",
|
|
359
|
+
"disputes.defenseReason.cancellationCodeWasInvalidAsShownByExplanationProvided": "The cancellation code was invalid as is shown by the explanation provided.",
|
|
360
|
+
"disputes.defenseReason.cancellationContractFailed": "Cancellation Terms of the Contract failed",
|
|
361
|
+
"disputes.defenseReason.cancellationOrReturns": "Cancellation or Returns",
|
|
362
|
+
"disputes.defenseReason.cardAndSignatureForCorporateFleetCardTransaction": "Card was present and a signature exists for a Corporate Fleet Card transaction.",
|
|
363
|
+
"disputes.defenseReason.cardholderAgreedToAmountAsReasonable": "The cardholder agreed to an amount range as reasonable, and the transaction amount did not exceed this amount range.",
|
|
364
|
+
"disputes.defenseReason.cardholderBilledForSeparateAdditionalAmount": "For example, after the cardholder initially is billed for a vehicle rental, the cardholder is billed for a separate additional amount that represents unpaid parking tickets. The cardholder claims that he or she did not authorize the transaction for the parking tickets. The merchant should provide information about the violations showing that they were issued during the period that the vehicle was rented by the cardholder, as well as the rental agreement with proof of card presence and signature authorizing such charges.",
|
|
365
|
+
"disputes.defenseReason.cardholderCancelledRecurringServiceButRenewedLater": "The cardholder cancelled the recurring service, but renewed his membership after the cancellation.",
|
|
366
|
+
"disputes.defenseReason.cardholderDidNotMeetCancellationTerms": "The cardholder failed to meet the cancellation terms of the contract.",
|
|
367
|
+
"disputes.defenseReason.cardholderNotifiedBeforeRecurringTransaction": "The transaction amount was not within the range of amounts preauthorized but the Merchant notified the Cardholder before processing Recurring Transaction",
|
|
368
|
+
"disputes.defenseReason.cardholderNotifiedButNoReply": "Cardholder was notified but did not reply",
|
|
369
|
+
"disputes.defenseReason.cardholderParticipated": "The Cardholder Participated in the Transaction",
|
|
370
|
+
"disputes.defenseReason.cardholderResponsibleForAddendumTransaction": "Merchants may remedy the dispute with documentation substantiating the cardholder has participated in the original transaction and documentation to establish the cardholder is responsible for the addendum transaction.",
|
|
371
|
+
"disputes.defenseReason.cardholderResponsibleForDisputedAmount": "The merchant also must include documentation substantiating that the cardholder is responsible for the disputed amount if the amount represents final audit charges not included in the original hotel/motel or vehicle cardholder billing.",
|
|
372
|
+
"disputes.defenseReason.cardholderShouldHaveReturnedGoods": "The cardholder should have returned the goods to the merchant, but the merchant never received these goods.",
|
|
373
|
+
"disputes.defenseReason.cardPresenceProof": "Proof of Card Presence Available",
|
|
374
|
+
"disputes.defenseReason.cardPresentAndChipUsedNoPinProvided": "Card was present and Chip was used, but no PIN provided.",
|
|
375
|
+
"disputes.defenseReason.cardWithSignatureNotProcessedMastercardNetwork": "Card was present and a signature exists for a transaction that was not processed via the MasterCard Wordlwide Network.",
|
|
376
|
+
"disputes.defenseReason.cbCodeNotApplicable": "Chargeback code not applicable (card present transaction)",
|
|
377
|
+
"disputes.defenseReason.chargebackBundlingInvalid": "Chargeback bundling invalid for this reason code or MCC code",
|
|
378
|
+
"disputes.defenseReason.chargebackCodeNA3dSecureNotOffered": "Chargeback code is not applicable because 3D secure was not offered for the original transaction.",
|
|
379
|
+
"disputes.defenseReason.chargebackInvalidCorrectAmountAndCurrencyProvided": "The acquirer determines that the chargeback was invalid the correct transaction amount and currency code were provided.",
|
|
380
|
+
"disputes.defenseReason.chargebackReceivedAfterMastercardTimeLimit": "The chargeback was received after MasterCard's 120 days time limit after the authorisation.",
|
|
381
|
+
"disputes.defenseReason.chipLiabilityShift": "Chip Liability Shift",
|
|
382
|
+
"disputes.defenseReason.chipTransaction": "Chip Transaction",
|
|
383
|
+
"disputes.defenseReason.chipTransactionReportedSAFE": "Chip Transaction Reported to SAFE",
|
|
384
|
+
"disputes.defenseReason.claimNotJustifiedSinceTransactionNotChargebacked": "The issuer claims that a previous chargeback indicated the cancellation of the service. This claim is however not justified, since the transaction indicated by the issuer is not chargebacked or was not chargebacked at the time of settlement.",
|
|
385
|
+
"disputes.defenseReason.compellingEvidence": "Compelling Evidence",
|
|
386
|
+
"disputes.defenseReason.compellingEvidenceRecurringTransactions": "Compelling Evidence for Recurring Transactions",
|
|
387
|
+
"disputes.defenseReason.correctTransactionAmount": "Correct Transaction Amount",
|
|
388
|
+
"disputes.defenseReason.correctTransactionCurrency": "Correct transaction currency",
|
|
389
|
+
"disputes.defenseReason.correctTransactionDateProvided": "Correct transaction date provided",
|
|
390
|
+
"disputes.defenseReason.creditOrCancellationPolicyDisclosed": "Credit or Cancellation Policy Properly Disclosed",
|
|
391
|
+
"disputes.defenseReason.creditOrCancellationPolicyDisclosedToCardholder": "The merchant can substantiate that the credit or cancellation policy was properly disclosed to the cardholder at the point of interaction.",
|
|
392
|
+
"disputes.defenseReason.creditPreviouslyIssued": "Credit previously issued",
|
|
393
|
+
"disputes.defenseReason.cvc2ValidationProgram": "CVC 2 Validation Program",
|
|
394
|
+
"disputes.defenseReason.de22DontMatchInFaceToFaceTransaction": "DE 22 (Point of Service [POS] Entry Mode) of the authorization message and DE 22 (Point of Service Data Code) of the clearing messages do not match in a Face-to-Face transaction.",
|
|
395
|
+
"disputes.defenseReason.defenseReasonIfProblemsWithScans": "This defense reason can only be used if there are problems with the quality of the MasterCom scan of the documentation. Do not use this defense reason if the substance of the documentation received shows that the issuer processed an invalid first chargeback. One must use this defense reason when the first chargeback documentation does not correspond to the transaction being charged back (for example, the documentation concerns a different transaction) or when the documentation is incomplete because of a scanning error. For example, the documentation provided is a partial scan with missing information, or it relates to another card or to another transaction.",
|
|
396
|
+
"disputes.defenseReason.deficiencyCorrected": "Deficiency Corrected",
|
|
397
|
+
"disputes.defenseReason.delayInSubmittingTransaction": "The acquirer delayed presentment due to the merchant’s delay in submitting the transaction, as permitted under Chapter 3, Transaction Records of the Transaction Processing Rules, or a national bank holiday of at least four consecutive days prevented the acquirer from receiving the transaction within the applicable seven-calendar-day time frame.",
|
|
398
|
+
"disputes.defenseReason.disputedSurcharge": "Disputed Surcharge",
|
|
399
|
+
"disputes.defenseReason.disputedSurchargeIncorrectCalculation": "Disputed Surcharge - Incorrect Pro-rated Calculation",
|
|
400
|
+
"disputes.defenseReason.docToProveNoPaymentByOtherMean": "Documents (other than Transaction Receipt) to prove that Merchant did not receive payment by other means for the same merchandise or service.",
|
|
401
|
+
"disputes.defenseReason.documentationIncreasedDebitCardholderAccount": "The merchant can provide documentation that validates the increased debit to the cardholder's account. For example, documentation showing that the cardholder is responsible for the additional charges applied to his account.",
|
|
402
|
+
"disputes.defenseReason.documentationReceivedWasIllegible": "Documentation Received was Illegible",
|
|
403
|
+
"disputes.defenseReason.documentsSentToFulfillRetrievalRequest": "The supporting documents have been sent to fulfill the retrieval request.",
|
|
404
|
+
"disputes.defenseReason.duplicateChargeback": "Duplicate Chargeback",
|
|
405
|
+
"disputes.defenseReason.emergencyPaymentAuthorizationService": "Emergency Payment Authorization Service",
|
|
406
|
+
"disputes.defenseReason.emvDeviceNonEmvCard": "EMV liability shift: EMV device, non-EMV card",
|
|
407
|
+
"disputes.defenseReason.emvLiabilityShift": "EMV Liability Shift",
|
|
408
|
+
"disputes.defenseReason.evidenceCardholderAuthorizedTransaction": "The transaction was a non face-to-face (for example e-commerce) transaction. There is however evidence that the cardholder authorized the transaction.",
|
|
409
|
+
"disputes.defenseReason.evidenceGoodsNotDamaged": "There is evidence that the goods or services described on the invoice were delivered as described (not damaged or incomplete). For example, the merchant documents that the cardholder signed acknowledging the goods were received in good condition.",
|
|
410
|
+
"disputes.defenseReason.evidenceServicesProvidedAndReceivedWrittenCorrespondence": "The merchant can provide additional compelling evidence such as description of the goods or services provided; a receipt, work order or other document acknowledged by the customer that the goods or services were received by the customer; the customer's written confirmation of registration; any written correspondence exchanged between the merchant and the customer (such as letter, email or fax).",
|
|
411
|
+
"disputes.defenseReason.evidenceThatCardholderParticipated": "The merchant can provide compelling evidence to establish that the cardholder participated in the transaction.",
|
|
412
|
+
"disputes.defenseReason.faceToFaceTransactionNoConflictingInformation": "Face-to-Face Transaction with No Conflicting Information in Authorization and Clearing Message",
|
|
413
|
+
"disputes.defenseReason.faceToFaceTransactionWithConflictingInformation": "Face-to-Face Transaction with Conflicting Information in Authorization and Clearing Message",
|
|
414
|
+
"disputes.defenseReason.fallbackDefenseReasonCode": "Fallback defense reason code if all other defense reason codes do not apply. Use this reason if there is any documentation available that remedies the chargeback.",
|
|
415
|
+
"disputes.defenseReason.firstChargebackCodeNotApplicable": "Chargeback code used for the First Chargeback is not applicable to the Transaction.",
|
|
416
|
+
"disputes.defenseReason.firstChargebackDoesNotMeetPrerequisites": "The first chargeback does not meet the prerequisites for the dispute reason code. For example, an issuer processes a chargeback for message reason code 4837 (No Cardholder Authorization), with a cardholder letter alleging nonreceipt of merchandise. Since message reason code 4837 does not address issues related to nonreceipt of merchandise, the issuer's first chargeback was invalid, since it does not meet the prerequisites of message reason code 4837, which require the chargeback to include a cardholder letter stating that the transaction was not authorized.",
|
|
417
|
+
"disputes.defenseReason.firstChargebackInvalid": "Information provided by the issuer that is relevant is illegible to the point where it cannot be established that the first chargeback is valid. One must make every attempt to qualify the documentation before using this defense reason.",
|
|
418
|
+
"disputes.defenseReason.formatCbmmddyyArdXxxExpected": "The issuer did not provide the information required properly. Expected was the DE72 message text to be in the format CBMMDDYY ARD XXXXXXXXXXXXXXXXXXXXXXX, where MMDDYY denotes the date and XXXXXXXXXXXXXXXXXXXXXXX the Acquirer Reference Data of the chargeback containing the documentation to support this chargeback.",
|
|
419
|
+
"disputes.defenseReason.formatMultipleTransactionsNnnExpected": "The issuer did not provide the information required properly. Expected was the DE72 message text to be in the format MULTIPLE TRANSACTIONS NNN, where NNN denotes the number of chargebacks to which the supplied documentation applies to.",
|
|
420
|
+
"disputes.defenseReason.formatRpcsMmddyyExpected": "The issuer did not provide the information required properly. Expected was the DE72 message text to be in the format RPCS MMDDYY, where MMDDYY denotes date the account number was listed in the Recurring Payment Cancellation Service (RPCS).",
|
|
421
|
+
"disputes.defenseReason.fraudEvidence": "Card Present Fraud Evidence",
|
|
422
|
+
"disputes.defenseReason.goodsNotReturned": "Goods not Returned",
|
|
423
|
+
"disputes.defenseReason.goodsOrServicesProvided": "The goods or services were provided",
|
|
424
|
+
"disputes.defenseReason.goodsRepairedOrReplaced": "Goods Repaired or Replaced",
|
|
425
|
+
"disputes.defenseReason.goodsWereAsDescribed": "Goods were as Described",
|
|
426
|
+
"disputes.defenseReason.goodsWereRepairedOrReplaced": "The merchant can document that the goods that led to the chargeback, were repaired or replaced.",
|
|
427
|
+
"disputes.defenseReason.identifiedAddendum": "Identified Addendum",
|
|
428
|
+
"disputes.defenseReason.increasedTransactionAmount": "Increased Transaction Amount",
|
|
429
|
+
"disputes.defenseReason.intraregionalTransactionReportedSAFE": "The acquirer can demonstrate that the intraregional transaction was reported to SAFE as counterfeit fraud and occurred at a hybrid terminal (except for the U.S. region).",
|
|
430
|
+
"disputes.defenseReason.invalidAcquirerReferenceData": "Invalid Acquirer Reference Data on chargeback",
|
|
431
|
+
"disputes.defenseReason.invalidCancellationCode": "Invalid Cancellation Code",
|
|
432
|
+
"disputes.defenseReason.invalidChargeback": "Invalid Chargeback",
|
|
433
|
+
"disputes.defenseReason.invalidChargebackBasedOnMcc": "Invalid chargeback based on MCC",
|
|
434
|
+
"disputes.defenseReason.invalidChargebackReasonCode": "Invalid chargeback reason code for E-commerce/ POS payment",
|
|
435
|
+
"disputes.defenseReason.invalidMessageText": "Invalid Message Text",
|
|
436
|
+
"disputes.defenseReason.invalidReferenceDataDocumentationNotRequired": "Invalid Acquirer Reference Data on chargeback; documentation was provided or not required.",
|
|
437
|
+
"disputes.defenseReason.issuerDidNotIncludeTwoSetsOfArns": "The issuer did not include two sets of acquirer reference numbers (ARNs). Without this information one cannot validate the issuer's claim.",
|
|
438
|
+
"disputes.defenseReason.issuerDidNotProvideRequiredDocumentation": "The issuer did not provide the required documentation for this chargeback. This reason can only be chosen between 9 and 45 days of the first chargeback.",
|
|
439
|
+
"disputes.defenseReason.issuerHasInitiatedTooManyFraudulentDisputes": "The acquirer can defend the chargeback if the issuer has initiated too many fraudulent disputes on this PAN eg. more than 35 within the previous 120 calendar days for Visa.",
|
|
440
|
+
"disputes.defenseReason.issuerProcessedChargebackMoreThanOnce": "Use this defense strategy to remedy situations where the issuer has processed a first chargeback for the same transaction more than once.",
|
|
441
|
+
"disputes.defenseReason.justifiedDelayedPresentment": "Justified delayed presentment",
|
|
442
|
+
"disputes.defenseReason.liabilityShiftFullAuthenticated": "3D Secure Fully Authenticated Transaction",
|
|
443
|
+
"disputes.defenseReason.manyFraudulentChargebacks": "Too Many Fraudulent Chargebacks",
|
|
444
|
+
"disputes.defenseReason.membershipRenewedAfterCancellation": "Membership was Renewed after Cancellation",
|
|
445
|
+
"disputes.defenseReason.merchandiseNotReturned": "The merchandise was never returned",
|
|
446
|
+
"disputes.defenseReason.merchandiseWasNotCounterfeit": "Merchandise was not counterfeit",
|
|
447
|
+
"disputes.defenseReason.merchandiseWasReceivedByShopper": "The merchandise was received by the shopper",
|
|
448
|
+
"disputes.defenseReason.merchantCanProvideAdditionalCompellingEvidence": "The transaction is recurring, merchant can provide additional compelling evidence such as description of the goods or services provided; a receipt, work order or other document acknowledged by the customer that the goods or services were received by the customer; the customer's written confirmation of registration; any written correspondence exchanged between the merchant and the customer (such as letter, email or fax).",
|
|
449
|
+
"disputes.defenseReason.merchantCanProvideAdditionalInformation": "The merchant can provide additional information that would help to identify the transaction. This should include at least a description of the merchandise or services. This could, for example, be an invoice.",
|
|
450
|
+
"disputes.defenseReason.merchantCantReceiveThisChargebackBasedOnTheirMcc": "The merchant can not receive this chargeback based on their MCC",
|
|
451
|
+
"disputes.defenseReason.merchantNotNotifiedOfCancellation": "Merchant was not Notified of Cancellation",
|
|
452
|
+
"disputes.defenseReason.merchantProvidedServicesToCardholderProof": "There is proof that the merchant provided the services to the cardholder or person that the cardholder authorized.",
|
|
453
|
+
"disputes.defenseReason.merchantProvideMissingDocuments": "The merchant can provide the documents that were missing or were illegible, causing the chargeback.",
|
|
454
|
+
"disputes.defenseReason.noCreditSlip": "No credit slip or other advisement has been given to the card holder",
|
|
455
|
+
"disputes.defenseReason.noPriorChargebackReceived": "No prior chargeback received",
|
|
456
|
+
"disputes.defenseReason.noShowTransaction": "No Show Transaction",
|
|
457
|
+
"disputes.defenseReason.not3dSecureTransaction": "Not a 3D Secure transaction",
|
|
458
|
+
"disputes.defenseReason.notAgreeWithRefund": "The merchant did not agree with the refund",
|
|
459
|
+
"disputes.defenseReason.notPosTransaction": "Transaction was not a POS transaction",
|
|
460
|
+
"disputes.defenseReason.parcelServiceReceipt": "Proof that the cardholder received the merchandise or a person authorized by the cardholder received the merchandise. For example, the card acceptor provided proof of a United Parcel Service (UPS) receipt.",
|
|
461
|
+
"disputes.defenseReason.pastChargebackTimeLimit": "Past Chargeback Time Limit",
|
|
462
|
+
"disputes.defenseReason.paymentByOtherMeans": "Payment by Other Means",
|
|
463
|
+
"disputes.defenseReason.paypassAmountBelowProtectionAmount": "The transaction was a PayPass transaction with an amount below the chargeback protection amount.",
|
|
464
|
+
"disputes.defenseReason.paypassTransaction": "PayPass Transaction",
|
|
465
|
+
"disputes.defenseReason.pinForOneOrBothTransactions": "A PIN was present for one or both transactions.",
|
|
466
|
+
"disputes.defenseReason.pinTransaction": "PIN Transaction",
|
|
467
|
+
"disputes.defenseReason.pinUsedToVerifyCardholder": "PIN was used to verify the cardholder's presence in a POS environment.",
|
|
468
|
+
"disputes.defenseReason.posTransactionAndSignedTerminalReceiptAvailable": "The transaction was a POS transaction and a signed terminal receipt is available.",
|
|
469
|
+
"disputes.defenseReason.posTransactionCardholderWasPresentProof": "The transaction was a POS transaction and documentation is avaible to proof that the cardholder was present.",
|
|
470
|
+
"disputes.defenseReason.prevChargedbackTwoTransactionsWithSameAccount": "The issuer previously charged back two or more transactions involving the same MasterCard card account prior to the authorization approval date of the disputed transaction",
|
|
471
|
+
"disputes.defenseReason.previousChargebackCancellingRecurringContract": "The issuer claims that a previous transaction was chargebacked, cancelling the recurring contract. There is however proof that no prior transaction has been chargebacked at the time of settlement.",
|
|
472
|
+
"disputes.defenseReason.proofCardholderReceivedMerchandise": "There is proof that the cardholder or person that the cardholder authorized received the merchandise. For example:",
|
|
473
|
+
"disputes.defenseReason.proofDeficiencyCorrected": "The acquirer can document it corrected the deficiency that led to the chargeback.",
|
|
474
|
+
"disputes.defenseReason.proofOfCardPresenceAvailableNotAuthorisedMastercardNetwork": "Proof of Card Presence Available (Not authorised via MasterCard Wold Wide Network)",
|
|
475
|
+
"disputes.defenseReason.proofOfCardPresenceMastercardCorporateFleet": "Proof of Card Presence Available (Mastercard Corporate Fleet Card)",
|
|
476
|
+
"disputes.defenseReason.provideInformationForCollectionOrFraudCase": "Provide the required information for collection or fraud case",
|
|
477
|
+
"disputes.defenseReason.provideMissingInformation": "Provide Missing Information",
|
|
478
|
+
"disputes.defenseReason.provideTransactionalInformation": "Provide the requested transactional information to the issuer. At least this should include a copy of the invoice, receipt, sales ticket or any other document that provides the relevant order details, like the description of merchandise or services and the shipping data (if applicable).",
|
|
479
|
+
"disputes.defenseReason.provideTransactionalInfoTravelDetails": "Provide the requested transactional information to the issuer. At least this should include a copy of the invoice, receipt, sales ticket or any other document that provides the relevant order details, like the passenger name, travel agency (if applicable), ticket number (if applicable) and airline flight information.",
|
|
480
|
+
"disputes.defenseReason.purchaseProperlyPosted": "Purchase Properly Posted",
|
|
481
|
+
"disputes.defenseReason.qpsTransaction": "QPS Transaction",
|
|
482
|
+
"disputes.defenseReason.qpsTransactionWithAmountLessThanChargebackProtectionAmount": "The transaction was a QPS transaction with a transaction amount equal to or less than the chargeback protection amount.",
|
|
483
|
+
"disputes.defenseReason.receiptWithItemsBilledBecauseOfLossTheftDamages": "Card was present and a signed terminal receipt is available. The transaction involves loss, theft or damage. The merchant should provide the receipt containing specially the items that were additionally billed, because of the loss, theft or damages.",
|
|
484
|
+
"disputes.defenseReason.recurringTransactionCompellingEvidence": "Recurring Transaction Compelling Evidence",
|
|
485
|
+
"disputes.defenseReason.recurringTransactionCompellingMerchantEvidence": "Recurring Transaction Compelling Merchant Evidence",
|
|
486
|
+
"disputes.defenseReason.reponseToRfi": "Response to Request for Information",
|
|
487
|
+
"disputes.defenseReason.reponseToRfiCardPresent": "Response to a Request for Information (Card Present only)",
|
|
488
|
+
"disputes.defenseReason.requiredDocumentationNotReceived": "Non-receipt of Required Documentation to Support Chargeback",
|
|
489
|
+
"disputes.defenseReason.responseToRfiAirlines": "Response to Request for Information (Airlines only)",
|
|
490
|
+
"disputes.defenseReason.responseToRfiCarRental": "Response to Request for Information (Car Rental only)",
|
|
491
|
+
"disputes.defenseReason.retrievalRequestFulfilled": "Retrieval request fulfilled",
|
|
492
|
+
"disputes.defenseReason.returnNotAccepted": "The cancellation of services or the return of the merchandise was not accepted.",
|
|
493
|
+
"disputes.defenseReason.scanningError": "Scanning error - unrelated documents or partial scan",
|
|
494
|
+
"disputes.defenseReason.serviceCancelledButMerchantNotNotified": "The service was cancelled, but the merchant and acquirer were not notified in time to prevent the recurring transaction.",
|
|
495
|
+
"disputes.defenseReason.serviceNotCancelled": "Service was not Cancelled",
|
|
496
|
+
"disputes.defenseReason.serviceNotCancelledEvidence": "There is evidence that shows that the service was not cancelled at the time of the settlement.",
|
|
497
|
+
"disputes.defenseReason.servicesProvidedAfterCancellation": "Services Provided after Cancellation",
|
|
498
|
+
"disputes.defenseReason.servicesProvidedAndUsedAfterCancellation": "The merchant has provided services after the cancellation date, which have been used by the cardholder.",
|
|
499
|
+
"disputes.defenseReason.shopperClaimsRefundWasPromisedButNotExecuted": "The shopper claims that a refund was promised but not executed. To defend against this, simply upload a statement that this was not agreed.",
|
|
500
|
+
"disputes.defenseReason.shopperUsedAirlineTicket": "Shopper has or could have used the provided airline ticket",
|
|
501
|
+
"disputes.defenseReason.signedImprintedSalesSlipInvoicePosReceipt": "A signed and imprinted sales slip, invoice, or terminal-generated POS receipt showing that the cardholder, or a person that the cardholder authorized, picked up the merchandise. This documentation proves that the merchant did not ship or deliver the merchandise.",
|
|
502
|
+
"disputes.defenseReason.signedTerminalReceiptAvailable": "Signed Terminal Receipt Available",
|
|
503
|
+
"disputes.defenseReason.supplyDefenseMaterial": "Supply Defense Material",
|
|
504
|
+
"disputes.defenseReason.surchargeCorrectlyProcessed": "The acquirer substantiates that the surcharge was correctly processed.",
|
|
505
|
+
"disputes.defenseReason.surchargeIncorrectlyCalculatedByIssuer": "The acquirer substantiates that the pro-rated surcharge was incorrectly calculated by the issuer.",
|
|
506
|
+
"disputes.defenseReason.termsOfSaleWereNotMisrepresented": "Terms of sale were not misrepresented",
|
|
507
|
+
"disputes.defenseReason.thisReasonIsTechnical": "Please take care when using this dispute reason; this reason is technical in nature and does not always address the true nature of the dispute.",
|
|
508
|
+
"disputes.defenseReason.timeBetweenAuthorisationAndSettlementWithinTimeLimits": "The time between the authorisation and the settlement was within the time limits set by the schemes. For normal transactions the time limit is 180 days. In case the card account is no longer active/valid, the settlement should take place within 30 days for normal cards and 6 days for Visa Electron cards.",
|
|
509
|
+
"disputes.defenseReason.transactioAuthorisedEmergencyPaymentAuthorizationService": "The transaction was authorised through the Emergency Payment Authorization Service.",
|
|
510
|
+
"disputes.defenseReason.transactionAmountAlreadyRefunded": "The credit was previously issued, for example, the merchant already refunded the full transaction amount to the card holder.",
|
|
511
|
+
"disputes.defenseReason.transactionApproved3dSecureAuthenticated": "The transaction approved by the issuer was fully (directory and authentication response both Y) 3D Secure authenticated.",
|
|
512
|
+
"disputes.defenseReason.transactionBetweenChipLiabilityShiftProgramCustomers": "The transaction was between customers that participate in the appropriate Chip Liability Shift Program, occurred at a hybrid terminal, and was initiated with a non-EMV chip card.",
|
|
513
|
+
"disputes.defenseReason.transactionFallsCvc2ValidationProgram": "The transaction falls under the CVC2 Validation Program",
|
|
514
|
+
"disputes.defenseReason.transactionFromAccountTakeover": "The transaction resulted from an account takeover.",
|
|
515
|
+
"disputes.defenseReason.transactionInformationDocument": "The Transaction Information Document (TID) shows that the amount was processed correctly",
|
|
516
|
+
"disputes.defenseReason.transactionIssuerApproved3dSecureAuthenticated": "The transaction approved by the issuer was fully (directory and authentication response both Y) 3D Secure authenticated.",
|
|
517
|
+
"disputes.defenseReason.transactionNotChargebackedAutoDefense": "The issuer claims that a previous chargeback indicated the cancellation of the service. This claim is however not justified, since the transaction indicated by the issuer is not chargebacked or was not chargebacked at the time of settlement. This can be defended automatically by the system.",
|
|
518
|
+
"disputes.defenseReason.transactionNotFully3dSecureAuthenticated": "The transaction approved by the issuer was not fully 3D Secure authenticated, but there was a liability shift for the given dispute reason.",
|
|
519
|
+
"disputes.defenseReason.transactionNotRecurring": "Transaction is not Recurring",
|
|
520
|
+
"disputes.defenseReason.transactionNotRecurringTransactionInstallment": "The transaction was not recurring. For example, if the transaction is an installment.",
|
|
521
|
+
"disputes.defenseReason.transactionSettledWithinTimeLimit": "Transaction was settled within Time Limit",
|
|
522
|
+
"disputes.defenseReason.transactionsInitiatedDueToLossTheftOrDamages": "Transactions was initiated due to loss, theft or damages",
|
|
523
|
+
"disputes.defenseReason.transactionWasAuthorised": "Transaction was Authorised",
|
|
524
|
+
"disputes.defenseReason.transactionWasAuthorisedOnline": "Transaction was authorised online.",
|
|
525
|
+
"disputes.defenseReason.transactionWasECommerceGivenChargebackReasonNotApplicable": "The transaction was a E-Commerce, MOTO or Recurring transaction. The given chargeback reason is not applicable for these transaction types.",
|
|
526
|
+
"disputes.defenseReason.transactionWasInFaceToFaceEnvironment": "The transaction took place in a face-to-face (POS) environment.",
|
|
527
|
+
"disputes.defenseReason.transactionWasProperlyIdentifiedAsInstallmentTransaction": "The issuer claimed that the transaction was not for an installment billing, and transaction was properly identified as an installment transaction in the authorization request.",
|
|
528
|
+
"disputes.defenseReason.transactionWasResultOfGuaranteedReservation": "The transaction was the result of Guaranteed Reservation Service (a No-Show)",
|
|
529
|
+
"disputes.defenseReason.twoDifferentTidsNonAtm": "Two Different TIDs-Non-ATM",
|
|
530
|
+
"disputes.defenseReason.twoDifferentTidsWithSameCardholderAccount": "The Merchant can provide documentation to support two separate transactions by providing two different TIDs with the same cardholder account number.",
|
|
531
|
+
"disputes.defenseReason.twoDifferentTransactions": "Two Different Transactions",
|
|
532
|
+
"disputes.defenseReason.twoPreviousFraudRelatedChargebacks": "Two or More Previous Fraud-related Chargebacks",
|
|
533
|
+
"disputes.defenseReason.twoSeparateTransactions": "There is documentation available to support the claim that there were two separate transactions.",
|
|
534
|
+
"disputes.defenseReason.unfoundedCardholderDispute": "Unfounded cardholder dispute",
|
|
535
|
+
"disputes.defenseReason.unreasonableAmount": "Unreasonable Amount",
|
|
536
|
+
"disputes.defenseReason.uploadReturnPolicyDocument": "To defend against this dispute, upload a document that states the return policy, e.g. ToS",
|
|
537
|
+
"disputes.defenseReason.useThisDefenseReasonIfApplicable": "Use this defense reason if one of the following is applicable:",
|
|
538
|
+
"disputes.defenseReason.validityOfTransactionChargedExplanation": "The merchant can provide an explanation that substantiates the validity of the transaction charged.",
|
|
539
|
+
"disputes.defenseReason.waiverFormAbsolvingMerchantResponsibility": "A written merchant rebuttal to the claim of non-receipt of merchandise, such as a waiver form absolving merchant responsibility.",
|
|
540
|
+
"disputes.disputedAmount": "Disputed amount",
|
|
541
|
+
"disputes.disputeManagementTitle": "Dispute management",
|
|
542
|
+
"disputes.disputeReason": "Reason",
|
|
543
|
+
"disputes.disputeReference": "Dispute reference",
|
|
544
|
+
"disputes.documentRequirements": "Document requirements",
|
|
545
|
+
"disputes.documentRequirements.acceptableFormatAndSize": "Max 2MB for PDF or 10MB for JPEG, JPG, TIFF",
|
|
546
|
+
"disputes.documentRequirements.mustBeInEnglish": "Must be in English",
|
|
547
|
+
"disputes.documentRequirements.recommendedSize": "Recommended A4 or US letter size",
|
|
548
|
+
"disputes.empty.noChargebacksFound": "No chargebacks found",
|
|
549
|
+
"disputes.empty.noDisputesFound": "No disputes found",
|
|
550
|
+
"disputes.empty.noFraudAlertsFound": "No fraud alerts found",
|
|
551
|
+
"disputes.empty.tryDifferentSearchOrCheckAgainLaterForNewChargebacks": "Try different filters or check again later for new chargebacks.",
|
|
552
|
+
"disputes.empty.tryDifferentSearchOrCheckAgainLaterForNewDisputes": "Try different filters or check again later for new disputes.",
|
|
553
|
+
"disputes.empty.tryDifferentSearchOrCheckAgainLaterForNewFraudAlerts": "Try different filters or check again later for new fraud alerts.",
|
|
554
|
+
"disputes.error.couldNotLoadDisputesOverview": "We could not load the disputes overview component",
|
|
555
|
+
"disputes.error.entityWasNotFound": "Entity was not found",
|
|
556
|
+
"disputes.error.entityWasNotFoundDetail": "Dispute not found for the specified Account Holder",
|
|
557
|
+
"disputes.error.failedRetry": "Failed, retry",
|
|
558
|
+
"disputes.error.weCouldNotLoadYourDispute": "We could not load your dispute.",
|
|
559
|
+
"disputes.error.weCouldNotLoadYourDisputes": "We could not load your disputes.",
|
|
560
|
+
"disputes.error.weCouldNotProcessTheDisputePleaseTryAgainOrContactSupport": "We couldn't process this dispute. Please try again, or contact support if you continue to have problems.",
|
|
561
|
+
"disputes.evidence": "Evidence",
|
|
562
|
+
"disputes.expiredOn": "Expired on",
|
|
563
|
+
"disputes.goBack": "Go back",
|
|
564
|
+
"disputes.gridCell.dueDate": "Due: %{dueDate}",
|
|
565
|
+
"disputes.inputError.fileIsOverSizeLimitForTypeChooseASmallerFileAndTryAgain": "File is over %{size} limit for %{type}. Choose a smaller file and try again.",
|
|
566
|
+
"disputes.inputError.somethingWentWrongPleaseCheckYourDocuments": "Something went wrong, please check that your documents are meeting requirements.",
|
|
567
|
+
"disputes.inputError.uploadAtLeastOneSupportingDocumentToContinue": "Upload at least one supporting document to continue",
|
|
568
|
+
"disputes.issuerComment.showLess": "Show less",
|
|
569
|
+
"disputes.issuerComment.showMore": "Show more",
|
|
570
|
+
"disputes.issuerComment.title": "The issuer came back with some feedback:",
|
|
571
|
+
"disputes.merchantReference": "Merchant reference",
|
|
572
|
+
"disputes.openedOn": "Opened on",
|
|
573
|
+
"disputes.paymentMethod": "Payment method",
|
|
574
|
+
"disputes.paymentReference": "Payment reference",
|
|
575
|
+
"disputes.reason": "Reason",
|
|
576
|
+
"disputes.reasonCategory.adjustment": "Adjustment",
|
|
577
|
+
"disputes.reasonCategory.authorisationError": "Authorisation error",
|
|
578
|
+
"disputes.reasonCategory.consumerDispute": "Consumer dispute",
|
|
579
|
+
"disputes.reasonCategory.fraud": "Fraud",
|
|
580
|
+
"disputes.reasonCategory.other": "Other",
|
|
581
|
+
"disputes.reasonCategory.processingError": "Processing error",
|
|
582
|
+
"disputes.reasonCategory.requestForInformation": "Request for information",
|
|
583
|
+
"disputes.reasonCode": "Reason code",
|
|
584
|
+
"disputes.respondBy": "Respond by",
|
|
585
|
+
"disputes.showDisputeDetails": "Show details",
|
|
586
|
+
"disputes.status": "Status",
|
|
587
|
+
"disputes.status.accepted": "Accepted",
|
|
588
|
+
"disputes.status.expired": "Expired",
|
|
589
|
+
"disputes.status.lost": "Lost",
|
|
590
|
+
"disputes.status.pending": "Pending",
|
|
591
|
+
"disputes.status.responded": "Responded",
|
|
592
|
+
"disputes.status.undefended": "Undefended",
|
|
593
|
+
"disputes.status.unresponded": "Unresponded",
|
|
594
|
+
"disputes.status.won": "Won",
|
|
595
|
+
"disputes.statusGroup.chargebacks": "Chargebacks",
|
|
596
|
+
"disputes.statusGroup.fraudAlerts": "Fraud alerts",
|
|
597
|
+
"disputes.statusGroup.ongoingAndClosed": "Ongoing & closed",
|
|
598
|
+
"disputes.title": "Disputes",
|
|
599
|
+
"disputes.totalPaymentAmount": "Total payment amount",
|
|
600
|
+
"disputes.type.chargeback": "Chargeback",
|
|
601
|
+
"disputes.type.notificationOfFraud": "Notification of fraud",
|
|
602
|
+
"disputes.type.requestForInformation": "Request for information",
|
|
603
|
+
"disputes.uploadDocuments.addOptionalDocument": "Add optional document",
|
|
604
|
+
"disputes.uploadDocuments.extraRequiredDocument": "Required document",
|
|
605
|
+
"disputes.uploadDocuments.optionalDocument": "Optional document",
|
|
606
|
+
"disputes.uploadDocuments.selectDocumentType": "Select document type",
|
|
607
|
+
"disputes.uploadDocuments.selectOneOfTheRequiredOptions": "Select one of the required options",
|
|
608
|
+
download: S,
|
|
609
|
+
downloading: F,
|
|
610
|
+
email: N,
|
|
123
611
|
entityWasNotFound: O,
|
|
124
|
-
entityWasNotFoundDetail:
|
|
612
|
+
entityWasNotFoundDetail: I,
|
|
125
613
|
"error.pleaseTryAgainLater": "Please try again later.",
|
|
126
614
|
"error.somethingWentWrongWithDownload": "Something went wrong with the download",
|
|
127
615
|
"expandableCard.collapse": "Collapse",
|
|
128
616
|
"expandableCard.expand": "Expand",
|
|
129
617
|
export: "Export",
|
|
130
|
-
fee:
|
|
131
|
-
file:
|
|
618
|
+
fee: M,
|
|
619
|
+
file: x,
|
|
132
620
|
"filter.date.since": "Since %{date}",
|
|
133
621
|
"filter.date.until": "Until %{date}",
|
|
134
|
-
filterBar:
|
|
622
|
+
filterBar: q,
|
|
135
623
|
"filterPlaceholder.category": "Type",
|
|
136
624
|
"filterPlaceholder.currency": "Currency",
|
|
137
625
|
"filterPlaceholder.status": "Status",
|
|
138
|
-
from:
|
|
139
|
-
full:
|
|
140
|
-
fundsCaptured:
|
|
141
|
-
goBack:
|
|
142
|
-
grantIssued:
|
|
143
|
-
grantRepayment:
|
|
144
|
-
hideContent:
|
|
145
|
-
id:
|
|
146
|
-
incompleteField:
|
|
147
|
-
inProgress:
|
|
626
|
+
from: E,
|
|
627
|
+
full: W,
|
|
628
|
+
fundsCaptured: B,
|
|
629
|
+
goBack: L,
|
|
630
|
+
grantIssued: H,
|
|
631
|
+
grantRepayment: X,
|
|
632
|
+
hideContent: z,
|
|
633
|
+
id: Y,
|
|
634
|
+
incompleteField: U,
|
|
635
|
+
inProgress: G,
|
|
148
636
|
"inputError.disallowedFileType": "File type not accepted",
|
|
149
637
|
"inputError.fileRequired": "File required",
|
|
150
638
|
"inputError.tooManyFiles": "Too many files",
|
|
151
639
|
"inputError.veryLargeFile": "File size exceeds the maximum file size",
|
|
152
|
-
loading:
|
|
640
|
+
loading: V,
|
|
153
641
|
max: j,
|
|
154
|
-
min:
|
|
155
|
-
mobile:
|
|
156
|
-
netPayout:
|
|
642
|
+
min: J,
|
|
643
|
+
mobile: _,
|
|
644
|
+
netPayout: Q,
|
|
157
645
|
nextPayouts: K,
|
|
158
646
|
noData: Z,
|
|
159
647
|
noNegativeNumbersAllowed: $,
|
|
@@ -161,19 +649,19 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
161
649
|
noReportsFound: te,
|
|
162
650
|
noTransactionsFound: ne,
|
|
163
651
|
other: ae,
|
|
164
|
-
paginatedNavigation:
|
|
652
|
+
paginatedNavigation: se,
|
|
165
653
|
"pagination.nextPage": "Next page",
|
|
166
654
|
"pagination.previousPage": "Previous page",
|
|
167
655
|
"pagination.showing": "Showing",
|
|
168
|
-
partial:
|
|
656
|
+
partial: oe,
|
|
169
657
|
paymentId: ie,
|
|
170
|
-
paymentMethod:
|
|
171
|
-
payoutDetails:
|
|
172
|
-
payoutsNotice:
|
|
173
|
-
payoutsTitle:
|
|
658
|
+
paymentMethod: re,
|
|
659
|
+
payoutDetails: de,
|
|
660
|
+
payoutsNotice: ce,
|
|
661
|
+
payoutsTitle: ue,
|
|
174
662
|
Pending: le,
|
|
175
663
|
pleaseComeBackLater: pe,
|
|
176
|
-
pleaseReachOutToSupportForAssistance:
|
|
664
|
+
pleaseReachOutToSupportForAssistance: he,
|
|
177
665
|
"rangePreset.custom": "Custom",
|
|
178
666
|
"rangePreset.last30Days": "Last 30 days",
|
|
179
667
|
"rangePreset.last7Days": "Last 7 days",
|
|
@@ -182,10 +670,10 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
182
670
|
"rangePreset.thisMonth": "This month",
|
|
183
671
|
"rangePreset.thisWeek": "This week",
|
|
184
672
|
"rangePreset.yearToDate": "Year to date",
|
|
185
|
-
reachOutToSupport:
|
|
673
|
+
reachOutToSupport: fe,
|
|
186
674
|
referenceID: me,
|
|
187
|
-
refresh:
|
|
188
|
-
refund:
|
|
675
|
+
refresh: ge,
|
|
676
|
+
refund: ye,
|
|
189
677
|
"refund.amountAlreadyRefunded": "You already refunded %{amount}",
|
|
190
678
|
"refund.amountFailed": "The refund for %{amount} has failed. It is not currently possible to refund this amount. Please contact support.",
|
|
191
679
|
"refund.amountInProgress": "The partial refund of %{amount} is being processed.",
|
|
@@ -203,49 +691,49 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
203
691
|
"refund.refundPspReference": "Refund PSP Reference",
|
|
204
692
|
"refund.returnToRefund": "Return to refund",
|
|
205
693
|
"refund.theRefundIsBeingProcessed": "The refund is being processed.",
|
|
206
|
-
refundAction:
|
|
207
|
-
refundActionErrorSubtitle:
|
|
208
|
-
refundActionErrorTitle:
|
|
209
|
-
refundActionSuccessSubtitle:
|
|
210
|
-
refundActionSuccessTitle:
|
|
694
|
+
refundAction: ve,
|
|
695
|
+
refundActionErrorSubtitle: Re,
|
|
696
|
+
refundActionErrorTitle: be,
|
|
697
|
+
refundActionSuccessSubtitle: Te,
|
|
698
|
+
refundActionSuccessTitle: De,
|
|
211
699
|
refundAmount: Ce,
|
|
212
700
|
"refundAmount.excess": "You cannot exceed the available amount of %{amount}",
|
|
213
701
|
"refundAmount.required": "Enter a refund amount",
|
|
214
702
|
"refunded.full": "Fully refunded",
|
|
215
703
|
"refunded.partial": "Partially refunded",
|
|
216
|
-
refundNotice:
|
|
217
|
-
refundPayment:
|
|
218
|
-
refundReason:
|
|
704
|
+
refundNotice: we,
|
|
705
|
+
refundPayment: Ae,
|
|
706
|
+
refundReason: Pe,
|
|
219
707
|
"refundReason.duplicate": "Duplicate",
|
|
220
708
|
"refundReason.fraudulent": "Fraudulent",
|
|
221
709
|
"refundReason.issue_with_item_sold": "Issue with item sold",
|
|
222
710
|
"refundReason.other": "Other",
|
|
223
711
|
"refundReason.requested_by_customer": "Requested by customer",
|
|
224
|
-
refundReference:
|
|
712
|
+
refundReference: ke,
|
|
225
713
|
"refundReference.placeholder": "Enter the reference here",
|
|
226
|
-
remainingAmount:
|
|
227
|
-
report:
|
|
714
|
+
remainingAmount: Se,
|
|
715
|
+
report: Fe,
|
|
228
716
|
"reportsError.tooManyDownloads": "We couldn't download all the files. Please try again later.",
|
|
229
|
-
reportsNotice:
|
|
717
|
+
reportsNotice: Ne,
|
|
230
718
|
reportsTitle: Oe,
|
|
231
719
|
"reportType.payout": "Payout",
|
|
232
|
-
reset:
|
|
233
|
-
Reversed:
|
|
720
|
+
reset: Ie,
|
|
721
|
+
Reversed: Me,
|
|
234
722
|
"select.filter.placeholder": "Placeholder",
|
|
235
723
|
"select.noOptionsFound": "No options match this search",
|
|
236
|
-
somethingWentWrong:
|
|
237
|
-
somethingWentWrongTryRefreshingOrComeBackLater:
|
|
238
|
-
status:
|
|
239
|
-
structuredList:
|
|
240
|
-
subtractions:
|
|
241
|
-
sumOfSameDayPayouts:
|
|
242
|
-
tabs:
|
|
243
|
-
theErrorCodeIs:
|
|
244
|
-
thereAreNoResults:
|
|
245
|
-
theRequestIsMissingRequiredFieldsOrContainsInvalidData:
|
|
246
|
-
thereWasAnUnexpectedError:
|
|
247
|
-
theSelectedBalanceAccountIsIncorrect:
|
|
248
|
-
timezone:
|
|
724
|
+
somethingWentWrong: xe,
|
|
725
|
+
somethingWentWrongTryRefreshingOrComeBackLater: qe,
|
|
726
|
+
status: Ee,
|
|
727
|
+
structuredList: We,
|
|
728
|
+
subtractions: Be,
|
|
729
|
+
sumOfSameDayPayouts: Le,
|
|
730
|
+
tabs: He,
|
|
731
|
+
theErrorCodeIs: Xe,
|
|
732
|
+
thereAreNoResults: ze,
|
|
733
|
+
theRequestIsMissingRequiredFieldsOrContainsInvalidData: Ye,
|
|
734
|
+
thereWasAnUnexpectedError: Ue,
|
|
735
|
+
theSelectedBalanceAccountIsIncorrect: Ge,
|
|
736
|
+
timezone: Ve,
|
|
249
737
|
to: je,
|
|
250
738
|
"tooltip.ATM": "Money withdrawn at an ATM",
|
|
251
739
|
"tooltip.Capital": "Money from an incoming loan grant or outgoing loan repayment",
|
|
@@ -258,9 +746,9 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
258
746
|
"tooltip.totalIncoming": "All money received into your account based on the selected filters",
|
|
259
747
|
"tooltip.totalOutgoing": "All fees, refunds, payouts, and other charges based on the selected filters",
|
|
260
748
|
"tooltip.Transfer": "Money moved between your account and another account",
|
|
261
|
-
totalIncoming:
|
|
262
|
-
totalOutgoing:
|
|
263
|
-
toValueShouldBeGreaterThanTheFromValue:
|
|
749
|
+
totalIncoming: Je,
|
|
750
|
+
totalOutgoing: _e,
|
|
751
|
+
toValueShouldBeGreaterThanTheFromValue: Qe,
|
|
264
752
|
transactionDetails: Ke,
|
|
265
753
|
transactions: Ze,
|
|
266
754
|
transactionsOverviewTitle: $e,
|
|
@@ -268,7 +756,7 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
268
756
|
transfer: tt,
|
|
269
757
|
tryDifferentSearchOrResetYourFiltersAndWeWillTryAgain: nt,
|
|
270
758
|
tryRefreshingThePageOrComeBackLater: at,
|
|
271
|
-
txAmount:
|
|
759
|
+
txAmount: st,
|
|
272
760
|
"txType.ATM": "ATM",
|
|
273
761
|
"txType.Capital": "Capital",
|
|
274
762
|
"txType.Chargeback": "Chargeback",
|
|
@@ -278,73 +766,73 @@ const e = "Account", t = "Account Balance", n = "Account description", a = "Acco
|
|
|
278
766
|
"txType.Payment": "Payment",
|
|
279
767
|
"txType.Refund": "Refund",
|
|
280
768
|
"txType.Transfer": "Transfer",
|
|
281
|
-
type:
|
|
769
|
+
type: ot,
|
|
282
770
|
"uploadedFile.remove": "Delete %{filename} file",
|
|
283
771
|
"uploadFile.browse": "Browse files",
|
|
284
772
|
value: it,
|
|
285
|
-
weCouldNotLoadThePayoutsOverview:
|
|
286
|
-
weCouldNotLoadTheReportsOverview:
|
|
287
|
-
weCouldNotLoadTheTransactionsOverview:
|
|
288
|
-
weCouldNotLoadYourBalanceAccounts:
|
|
773
|
+
weCouldNotLoadThePayoutsOverview: rt,
|
|
774
|
+
weCouldNotLoadTheReportsOverview: dt,
|
|
775
|
+
weCouldNotLoadTheTransactionsOverview: ct,
|
|
776
|
+
weCouldNotLoadYourBalanceAccounts: ut,
|
|
289
777
|
weCouldNotLoadYourPayouts: lt,
|
|
290
778
|
weCouldNotLoadYourReports: pt,
|
|
291
|
-
weCouldNotLoadYourTransactions:
|
|
779
|
+
weCouldNotLoadYourTransactions: ht
|
|
292
780
|
};
|
|
293
781
|
export {
|
|
294
782
|
p as Booked,
|
|
295
783
|
le as Pending,
|
|
296
|
-
|
|
784
|
+
Me as Reversed,
|
|
297
785
|
e as account,
|
|
298
786
|
t as accountBalance,
|
|
299
787
|
n as accountDescription,
|
|
300
788
|
a as accountID,
|
|
301
|
-
|
|
302
|
-
|
|
789
|
+
s as additions,
|
|
790
|
+
o as adjustments,
|
|
303
791
|
i as amount,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
792
|
+
r as and,
|
|
793
|
+
d as apply,
|
|
794
|
+
c as back,
|
|
795
|
+
u as balanceAccount,
|
|
308
796
|
l as balanceAccountId,
|
|
309
|
-
|
|
310
|
-
|
|
797
|
+
h as capture,
|
|
798
|
+
f as category,
|
|
311
799
|
m as chargeback,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
800
|
+
g as closeIconLabel,
|
|
801
|
+
y as contactSupport,
|
|
802
|
+
v as contactSupportForHelp,
|
|
803
|
+
R as contactSupportForHelpAndShareErrorCode,
|
|
804
|
+
b as copied,
|
|
805
|
+
T as copy,
|
|
806
|
+
D as correction,
|
|
319
807
|
C as currency,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
808
|
+
w as date,
|
|
809
|
+
A as dateRange,
|
|
810
|
+
ft as default,
|
|
811
|
+
P as description,
|
|
812
|
+
k as dismiss,
|
|
813
|
+
S as download,
|
|
814
|
+
F as downloading,
|
|
815
|
+
N as email,
|
|
328
816
|
O as entityWasNotFound,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
817
|
+
I as entityWasNotFoundDetail,
|
|
818
|
+
M as fee,
|
|
819
|
+
x as file,
|
|
820
|
+
q as filterBar,
|
|
821
|
+
E as from,
|
|
822
|
+
W as full,
|
|
823
|
+
B as fundsCaptured,
|
|
824
|
+
L as goBack,
|
|
825
|
+
H as grantIssued,
|
|
826
|
+
X as grantRepayment,
|
|
827
|
+
z as hideContent,
|
|
828
|
+
Y as id,
|
|
829
|
+
G as inProgress,
|
|
830
|
+
U as incompleteField,
|
|
831
|
+
V as loading,
|
|
344
832
|
j as max,
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
833
|
+
J as min,
|
|
834
|
+
_ as mobile,
|
|
835
|
+
Q as netPayout,
|
|
348
836
|
K as nextPayouts,
|
|
349
837
|
Z as noData,
|
|
350
838
|
$ as noNegativeNumbersAllowed,
|
|
@@ -352,51 +840,51 @@ export {
|
|
|
352
840
|
te as noReportsFound,
|
|
353
841
|
ne as noTransactionsFound,
|
|
354
842
|
ae as other,
|
|
355
|
-
|
|
356
|
-
|
|
843
|
+
se as paginatedNavigation,
|
|
844
|
+
oe as partial,
|
|
357
845
|
ie as paymentId,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
846
|
+
re as paymentMethod,
|
|
847
|
+
de as payoutDetails,
|
|
848
|
+
ce as payoutsNotice,
|
|
849
|
+
ue as payoutsTitle,
|
|
362
850
|
pe as pleaseComeBackLater,
|
|
363
|
-
|
|
364
|
-
|
|
851
|
+
he as pleaseReachOutToSupportForAssistance,
|
|
852
|
+
fe as reachOutToSupport,
|
|
365
853
|
me as referenceID,
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
854
|
+
ge as refresh,
|
|
855
|
+
ye as refund,
|
|
856
|
+
ve as refundAction,
|
|
857
|
+
Re as refundActionErrorSubtitle,
|
|
858
|
+
be as refundActionErrorTitle,
|
|
859
|
+
Te as refundActionSuccessSubtitle,
|
|
860
|
+
De as refundActionSuccessTitle,
|
|
373
861
|
Ce as refundAmount,
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
862
|
+
we as refundNotice,
|
|
863
|
+
Ae as refundPayment,
|
|
864
|
+
Pe as refundReason,
|
|
865
|
+
ke as refundReference,
|
|
866
|
+
Se as remainingAmount,
|
|
867
|
+
Fe as report,
|
|
868
|
+
Ne as reportsNotice,
|
|
381
869
|
Oe as reportsTitle,
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
870
|
+
Ie as reset,
|
|
871
|
+
xe as somethingWentWrong,
|
|
872
|
+
qe as somethingWentWrongTryRefreshingOrComeBackLater,
|
|
873
|
+
Ee as status,
|
|
874
|
+
We as structuredList,
|
|
875
|
+
Be as subtractions,
|
|
876
|
+
Le as sumOfSameDayPayouts,
|
|
877
|
+
He as tabs,
|
|
878
|
+
Xe as theErrorCodeIs,
|
|
879
|
+
Ye as theRequestIsMissingRequiredFieldsOrContainsInvalidData,
|
|
880
|
+
Ge as theSelectedBalanceAccountIsIncorrect,
|
|
881
|
+
ze as thereAreNoResults,
|
|
882
|
+
Ue as thereWasAnUnexpectedError,
|
|
883
|
+
Ve as timezone,
|
|
396
884
|
je as to,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
885
|
+
Qe as toValueShouldBeGreaterThanTheFromValue,
|
|
886
|
+
Je as totalIncoming,
|
|
887
|
+
_e as totalOutgoing,
|
|
400
888
|
Ke as transactionDetails,
|
|
401
889
|
et as transactionType,
|
|
402
890
|
Ze as transactions,
|
|
@@ -404,14 +892,14 @@ export {
|
|
|
404
892
|
tt as transfer,
|
|
405
893
|
nt as tryDifferentSearchOrResetYourFiltersAndWeWillTryAgain,
|
|
406
894
|
at as tryRefreshingThePageOrComeBackLater,
|
|
407
|
-
|
|
408
|
-
|
|
895
|
+
st as txAmount,
|
|
896
|
+
ot as type,
|
|
409
897
|
it as value,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
898
|
+
rt as weCouldNotLoadThePayoutsOverview,
|
|
899
|
+
dt as weCouldNotLoadTheReportsOverview,
|
|
900
|
+
ct as weCouldNotLoadTheTransactionsOverview,
|
|
901
|
+
ut as weCouldNotLoadYourBalanceAccounts,
|
|
414
902
|
lt as weCouldNotLoadYourPayouts,
|
|
415
903
|
pt as weCouldNotLoadYourReports,
|
|
416
|
-
|
|
904
|
+
ht as weCouldNotLoadYourTransactions
|
|
417
905
|
};
|