@justifi/webcomponents 5.7.7 → 6.0.0-rc.10
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/cjs/{Api-DLhABIj9.js → Api-DyimBzKT.js} +1 -1
- package/dist/cjs/{ComponentError-C4MdBBMe.js → ComponentError-D4OLnOkg.js} +10 -0
- package/dist/cjs/{Refund-1bG6RRPO.js → Refund-BefKONu4.js} +248 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -1
- package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +8 -9
- package/dist/cjs/bank-account-form.cjs.entry.js +66 -0
- package/dist/cjs/{business.service-CaCyLLFW.js → business.service-BB6zl4Gc.js} +3 -5
- package/dist/cjs/card-form.cjs.entry.js +74 -0
- package/dist/cjs/{check-pkg-version-D6Kztnv7.js → check-pkg-version-DiQ-d5Nl.js} +10 -6
- package/dist/cjs/{checkout.service-DgD37tJv.js → checkout.service-B-R80p4f.js} +3 -5
- package/dist/cjs/checkout.store-BGvYPPz0.js +88 -0
- package/dist/cjs/checkouts-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{checkouts-table-Bzpqcsu0.js → checkouts-table-DjMdEiEW.js} +1 -1
- package/dist/cjs/{custom-popper.cjs.entry.js → custom-popper_2.cjs.entry.js} +22 -2
- package/dist/cjs/dinero-BwNN_k7x.js +1657 -0
- package/dist/cjs/{dispute.service-C0w_4Agq.js → dispute.service-B5tITFAh.js} +3 -5
- package/dist/cjs/form-alert_5.cjs.entry.js +4 -4
- package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-control-date.cjs.entry.js +2 -2
- package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-monetary-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/form-control-monetary.cjs.entry.js +4 -3
- package/dist/cjs/form-control-number-masked_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-select_3.cjs.entry.js → form-control-select_2.cjs.entry.js} +4 -23
- package/dist/cjs/{get-business-BJrtsomz.js → get-business-o5jPq_ME.js} +2 -2
- package/dist/cjs/{get-payment-details-BbfnopoD.js → get-payment-details-BfgRmNL4.js} +5 -7
- package/dist/cjs/{get-payout-csv-CXEQkjDm.js → get-payout-csv-DE_D9y08.js} +2 -2
- package/dist/cjs/{get-subaccounts-CpCJjnYt.js → get-subaccounts-Bnfv2tEN.js} +5 -7
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +3 -2
- package/dist/cjs/{iframe-input_4.cjs.entry.js → hidden-input_2.cjs.entry.js} +111 -153
- package/dist/cjs/index-D-dD-aC2.js +30 -0
- package/dist/cjs/index.cjs.js +8 -0
- package/dist/cjs/{insurance-state-e44s1lUQ.js → insurance-state-d2thhXUX.js} +18 -0
- package/dist/cjs/justifi-additional-questions-form-step-core_6.cjs.entry.js +4 -5
- package/dist/cjs/justifi-additional-questions-form-step_9.cjs.entry.js +17 -18
- package/dist/cjs/justifi-additional-statement_8.cjs.entry.js +8 -8
- package/dist/cjs/justifi-apple-pay.cjs.entry.js +782 -0
- package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +373 -0
- package/dist/cjs/justifi-business-details.cjs.entry.js +11 -12
- package/dist/cjs/justifi-business-form.cjs.entry.js +10 -11
- package/dist/cjs/justifi-business-representative-form-inputs.cjs.entry.js +1 -1
- package/dist/cjs/justifi-checkout-summary_7.cjs.entry.js +1421 -0
- package/dist/cjs/justifi-checkout.cjs.entry.js +69 -99
- package/dist/cjs/justifi-checkouts-list-filters.cjs.entry.js +11 -12
- package/dist/cjs/justifi-checkouts-list.cjs.entry.js +13 -14
- package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +1 -1
- package/dist/cjs/justifi-dispute-management.cjs.entry.js +10 -11
- package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +13 -14
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +8 -9
- package/dist/cjs/justifi-order-terminals.cjs.entry.js +12 -13
- package/dist/cjs/justifi-owner-form_3.cjs.entry.js +12 -13
- package/dist/cjs/justifi-payment-details.cjs.entry.js +11 -12
- package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +11 -12
- package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +4 -3
- package/dist/cjs/justifi-payments-list.cjs.entry.js +12 -13
- package/dist/cjs/justifi-payout-details.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +4 -3
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +13 -14
- package/dist/cjs/justifi-refund-payment.cjs.entry.js +10 -11
- package/dist/cjs/justifi-saved-payment-method.cjs.entry.js +31 -0
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +120 -18
- package/dist/cjs/justifi-skeleton.cjs.entry.js +17 -0
- package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +6 -7
- package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +5 -6
- package/dist/cjs/justifi-terminals-list.cjs.entry.js +12 -13
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-C0-LCfay.js → package-Be2aoTf8.js} +1 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +10 -9
- package/dist/cjs/payment-method-option-utils-WYHIHy-l.js +15 -0
- package/dist/cjs/payment-method-option.cjs.entry.js +17 -0
- package/dist/cjs/{payment-provisioning-actions-BkWSDJQQ.js → payment-provisioning-actions-CZVlnRA0.js} +2 -2
- package/dist/cjs/{payment.service-CtSdIJoy.js → payment.service-aR96UW5e.js} +3 -5
- package/dist/cjs/payments-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{payments-table-CUGE6F-R.js → payments-table-BE8u0-i0.js} +1 -1
- package/dist/cjs/payout-details-core.cjs.entry.js +5 -4
- package/dist/cjs/{payout.service-7DP6F8x7.js → payout.service-6Cl_yXXQ.js} +3 -5
- package/dist/cjs/payouts-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{payouts-table-Ca9HqjV7.js → payouts-table-BbydhJUr.js} +1 -1
- package/dist/cjs/table-filters-menu.cjs.entry.js +1 -1
- package/dist/cjs/terminal-orders-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{terminal-orders-table-DPe_2FNB.js → terminal-orders-table-B4HjERrK.js} +3 -5
- package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
- package/dist/cjs/{terminal.service-BR9g1yaB.js → terminal.service-D1FAYZzd.js} +3 -5
- package/dist/cjs/terminals-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{terminals-table-DDoJIYZu.js → terminals-table-C79Xc4FI.js} +1 -1
- package/dist/cjs/{utils-Dewr6SlQ.js → utils-ChCUZgUy.js} +3 -1661
- package/dist/cjs/{utils-l0veqT9y.js → utils-DvUQQLmR.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/actions/checkout/checkout-actions.js +2 -1
- package/dist/collection/api/ApplePay.js +119 -0
- package/dist/collection/api/BillingInformation.js +1 -0
- package/dist/collection/api/Checkout.js +1 -3
- package/dist/collection/api/ComponentError.js +10 -0
- package/dist/collection/api/Payment.js +5 -2
- package/dist/collection/api/PaymentMethod.js +1 -0
- package/dist/collection/api/services/apple-pay.service.js +293 -0
- package/dist/collection/api/services/plaid.service.js +20 -0
- package/dist/collection/assets/plaid-icon.svg +1 -0
- package/dist/collection/collection-manifest.json +17 -9
- package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +1 -1
- package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/identity-address/identity-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form-core.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/bank-account-document-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/bank-account-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/form-control-monetary-provisioning.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-buttons.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-steps.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +1 -1
- package/dist/collection/components/checkout/billing-form/billing-form-schema.js +3 -3
- package/dist/collection/components/checkout/card-form/card-form.js +2 -2
- package/dist/collection/components/checkout/checkout.js +136 -53
- package/dist/collection/components/checkout/payment-method-option-utils.js +0 -1
- package/dist/collection/components/checkout/save-new-payment-method.js +9 -5
- package/dist/collection/components/checkout/saved-payment-method.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-core.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-filters.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management.js +1 -1
- package/dist/collection/components/dispute-management/dispute-notification.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/additional-statement.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/cancellation-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/customer-details.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/duplicate-charge.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/electronic-evidence.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/product-or-service.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/refund-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/shipping-details.js +1 -1
- package/dist/collection/components/filters/table-filters-menu.js +1 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
- package/dist/collection/components/insurance/insurance-state.js +18 -1
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +118 -12
- package/dist/collection/components/modular-checkout/ModularCheckout.js +28 -0
- package/dist/collection/components/modular-checkout/modular-checkout.js +525 -0
- package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +509 -0
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/bank-account-billing-form-simple.js +7 -5
- package/dist/collection/components/modular-checkout/sub-components/bank-account-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/bank-account.js +98 -0
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/billing-form-full.js +12 -8
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/card-billing-form-simple.js +7 -5
- package/dist/collection/components/modular-checkout/sub-components/card-form-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/card-form.js +102 -0
- package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +113 -0
- package/dist/collection/components/modular-checkout/sub-components/plaid-payment-method.js +885 -0
- package/dist/collection/components/modular-checkout/sub-components/plaid-payment-method.test.js +124 -0
- package/dist/collection/components/modular-checkout/sub-components/saved-payment-methods.js +42 -0
- package/dist/collection/components/modular-checkout/sub-components/sezzle-payment-method.js +144 -0
- package/dist/collection/components/modular-checkout/sub-components/summary.js +12 -0
- package/dist/collection/components/order-terminals/order-terminals.js +1 -1
- package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
- package/dist/collection/components/payment-details/payment-details-core.js +8 -8
- package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
- package/dist/collection/components/payments-list/payments-list-core.js +1 -1
- package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
- package/dist/collection/components/payments-list/payments-list.js +1 -1
- package/dist/collection/components/payout-details/payout-details-core.js +3 -3
- package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
- package/dist/collection/components/payouts-list/payouts-list.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
- package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list.js +1 -1
- package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +317 -78
- package/dist/collection/index.js +1 -0
- package/dist/collection/store/checkout.store.js +78 -0
- package/dist/collection/ui-components/apple-pay-button.js +146 -0
- package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
- package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
- package/dist/collection/ui-components/form/form-control-date.js +2 -2
- package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
- package/dist/collection/ui-components/form/form-control-file.js +2 -2
- package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
- package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
- package/dist/collection/ui-components/form/form-control-number.js +2 -2
- package/dist/collection/ui-components/form/form-control-radio.js +5 -5
- package/dist/collection/ui-components/form/form-control-select.js +2 -2
- package/dist/collection/ui-components/form/form-control-text.js +2 -2
- package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
- package/dist/collection/ui-components/form/hidden-input.js +1 -1
- package/dist/collection/ui-components/form/iframe-input.js +10 -5
- package/dist/collection/ui-components/index.js +1 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +176 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +83 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-radio-list-item.js +155 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +108 -0
- package/dist/collection/utils/check-pkg-version.js +6 -0
- package/dist/docs.json +5408 -5097
- package/dist/esm/{Api-BJv2_XdA.js → Api-DAWuvzbl.js} +1 -1
- package/dist/esm/{ComponentError-SdntD1xf.js → ComponentError-Cjcsf8ku.js} +11 -1
- package/dist/esm/{Dispute-7MWRbTXI.js → Dispute-BH0Xfn-F.js} +1 -1
- package/dist/esm/{Refund-Dwnnpqim.js → Refund-CVh70dXA.js} +247 -2
- package/dist/esm/additional-questions-details_5.entry.js +4 -3
- package/dist/esm/{badge-XXatxWS0.js → badge-DSYSJcRy.js} +1 -1
- package/dist/esm/bank-account-document-form-inputs_4.entry.js +12 -13
- package/dist/{module/bank-account-form2.js → esm/bank-account-form.entry.js} +12 -36
- package/dist/esm/business-details-core.entry.js +3 -3
- package/dist/esm/{business.service-Di9jP2_p.js → business.service-cQrH5BqF.js} +4 -6
- package/dist/esm/{button-C-ZZ9yD1.js → button-CpllL0At.js} +1 -1
- package/dist/esm/card-form.entry.js +72 -0
- package/dist/esm/{check-pkg-version-8KHO3ihW.js → check-pkg-version-CAnDiqiu.js} +11 -7
- package/dist/esm/{checkout.service-l-H_OIZa.js → checkout.service-Bbgi1I6V.js} +4 -6
- package/dist/esm/checkout.store-CCdFOPCK.js +83 -0
- package/dist/esm/checkouts-list-core.entry.js +11 -12
- package/dist/esm/{checkouts-table-DmwocPX2.js → checkouts-table-Ddf2I-Ul.js} +3 -3
- package/dist/esm/{custom-popper.entry.js → custom-popper_2.entry.js} +22 -3
- package/dist/esm/dinero-HXpYMWUU.js +1655 -0
- package/dist/esm/{dispute.service-CaEbHFjw.js → dispute.service-CrZsNDW8.js} +4 -6
- package/dist/esm/form-alert_5.entry.js +5 -5
- package/dist/esm/form-control-checkbox.entry.js +5 -5
- package/dist/esm/form-control-date.entry.js +4 -4
- package/dist/esm/{form-control-error-text-eKr_QuRZ.js → form-control-error-text-R7U07nTg.js} +1 -1
- package/dist/esm/form-control-file-v2_2.entry.js +5 -5
- package/dist/esm/{form-control-help-text-Dw2vjMQ5.js → form-control-help-text-CRLH-2f7.js} +1 -1
- package/dist/esm/form-control-monetary-provisioning.entry.js +5 -5
- package/dist/esm/form-control-monetary.entry.js +7 -6
- package/dist/esm/form-control-number-masked_2.entry.js +5 -5
- package/dist/esm/form-control-number.entry.js +5 -5
- package/dist/esm/form-control-radio.entry.js +3 -3
- package/dist/esm/{form-control-select_3.entry.js → form-control-select_2.entry.js} +7 -25
- package/dist/esm/{get-business-GEPTefIj.js → get-business-Crb6P-iI.js} +2 -2
- package/dist/esm/{get-payment-details-BOpjKcRB.js → get-payment-details-0VzpMNY9.js} +5 -7
- package/dist/esm/{get-payout-csv-D7IYYqVL.js → get-payout-csv-D-Lnooki.js} +2 -2
- package/dist/esm/{get-subaccounts-0Ri4RB5r.js → get-subaccounts-9UMbyFiT.js} +6 -8
- package/dist/esm/gross-payment-chart-core.entry.js +6 -5
- package/dist/esm/{header-1-BnwrlkS-.js → header-1-3M9If0gM.js} +1 -1
- package/dist/esm/{header-3-IOnOCyak.js → header-3-CWa41YWq.js} +1 -1
- package/dist/esm/{iframe-input_4.entry.js → hidden-input_2.entry.js} +106 -146
- package/dist/esm/index-CbL73B6U.js +30 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/insurance-state-CTalqbNa.js +45 -0
- package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +8 -9
- package/dist/esm/justifi-additional-questions-form-step_9.entry.js +20 -21
- package/dist/esm/justifi-additional-statement_8.entry.js +9 -9
- package/dist/esm/justifi-apple-pay.entry.js +780 -0
- package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +363 -0
- package/dist/esm/justifi-business-details.entry.js +13 -14
- package/dist/esm/justifi-business-form.entry.js +15 -16
- package/dist/esm/justifi-business-representative-form-inputs.entry.js +2 -2
- package/dist/esm/justifi-checkout-summary_7.entry.js +1413 -0
- package/dist/esm/justifi-checkout.entry.js +69 -99
- package/dist/esm/justifi-checkouts-list-filters.entry.js +7 -8
- package/dist/esm/justifi-checkouts-list.entry.js +15 -16
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-dispute-management-core.entry.js +2 -2
- package/dist/esm/justifi-dispute-management.entry.js +11 -12
- package/dist/esm/justifi-dispute-notification_3.entry.js +16 -17
- package/dist/esm/justifi-gross-payment-chart.entry.js +11 -12
- package/dist/esm/justifi-order-terminals.entry.js +15 -16
- package/dist/esm/justifi-owner-form_3.entry.js +14 -15
- package/dist/esm/justifi-payment-details.entry.js +13 -14
- package/dist/esm/justifi-payment-provisioning-core.entry.js +4 -4
- package/dist/esm/justifi-payment-provisioning.entry.js +12 -13
- package/dist/esm/justifi-payment-transactions-list.entry.js +14 -15
- package/dist/esm/justifi-payments-list-filters.entry.js +5 -4
- package/dist/esm/justifi-payments-list.entry.js +15 -16
- package/dist/esm/justifi-payout-details.entry.js +13 -14
- package/dist/esm/justifi-payout-transactions-list.entry.js +14 -15
- package/dist/esm/justifi-payouts-list-filters.entry.js +5 -4
- package/dist/esm/justifi-payouts-list.entry.js +17 -18
- package/dist/esm/justifi-refund-payment.entry.js +14 -15
- package/dist/esm/justifi-saved-payment-method.entry.js +29 -0
- package/dist/esm/justifi-season-interruption-insurance.entry.js +122 -20
- package/dist/esm/justifi-skeleton.entry.js +15 -0
- package/dist/esm/justifi-terminal-orders-list-filters.entry.js +8 -9
- package/dist/esm/justifi-terminal-orders-list.entry.js +13 -14
- package/dist/esm/justifi-terminals-list-filters.entry.js +7 -8
- package/dist/esm/justifi-terminals-list.entry.js +15 -16
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-BOCuVjGs.js → package-CnWtPu8L.js} +1 -1
- package/dist/esm/pagination-menu.entry.js +1 -1
- package/dist/esm/{parts-CVGBVdVC.js → parts-RvUQ__Pq.js} +1 -1
- package/dist/esm/payment-details-core.entry.js +15 -14
- package/dist/esm/payment-method-option-utils-lUHAQVFl.js +15 -0
- package/dist/esm/payment-method-option.entry.js +15 -0
- package/dist/esm/{payment-provisioning-actions-BIfyW239.js → payment-provisioning-actions-ONP8lDnV.js} +2 -2
- package/dist/esm/{payment.service-Dz5mhgIm.js → payment.service-TxyxCg0E.js} +4 -6
- package/dist/esm/payments-list-core.entry.js +12 -13
- package/dist/esm/{payments-status-CN8wEqKC.js → payments-status-5orNU2Rd.js} +1 -1
- package/dist/esm/{payments-table-SmMgUr5X.js → payments-table-gkJV5GNK.js} +3 -3
- package/dist/esm/payout-details-core.entry.js +11 -10
- package/dist/esm/{payout.service-DUnRbCmv.js → payout.service-BOwZ4wWh.js} +4 -6
- package/dist/esm/payouts-list-core.entry.js +12 -13
- package/dist/esm/{payouts-status-BzTh9X2W.js → payouts-status-CZPwa2AE.js} +1 -1
- package/dist/esm/{payouts-table-SB6q0e7V.js → payouts-table-0PtktGRd.js} +3 -3
- package/dist/esm/{skeleton-DK6mW457.js → skeleton-qMb0_Cjy.js} +1 -1
- package/dist/esm/{spinner-CWoD0q_S.js → spinner-DUzyWLhj.js} +1 -1
- package/dist/esm/{table-KCj3mM1K.js → table-Br3n9Xu-.js} +2 -2
- package/dist/esm/table-filters-menu.entry.js +3 -3
- package/dist/esm/terminal-orders-list-core.entry.js +11 -12
- package/dist/esm/{terminal-orders-table-CPsSDEWs.js → terminal-orders-table-DTBSIMlJ.js} +6 -8
- package/dist/esm/terminal-quantity-selector.entry.js +2 -2
- package/dist/esm/{terminal.service-Vhk3qPk2.js → terminal.service-E6dZlM43.js} +4 -6
- package/dist/esm/terminals-list-core.entry.js +11 -12
- package/dist/esm/{terminals-table-CAavYaG5.js → terminals-table-TGUKTi7I.js} +3 -3
- package/dist/esm/{utils-Dccsn9BY.js → utils-BeQLScSm.js} +1 -1
- package/dist/esm/{utils-CKEiU2Q5.js → utils-BscIVFn8.js} +3 -1660
- package/dist/esm/{utils-_kzStVq_.js → utils-Dg6gMUTv.js} +1 -1
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/{check-pkg-version.js → Analytics.js} +28 -24
- package/dist/module/ModularCheckout.js +30 -0
- package/dist/module/Refund.js +331 -1
- package/dist/module/additional-questions.js +1 -1
- package/dist/module/additional-statement.js +2 -2
- package/dist/module/badge.js +1 -1
- package/dist/module/bank-account-billing-form-simple.js +9 -4
- package/dist/module/bank-account-document-inputs.js +3 -5
- package/dist/module/bank-account-form-inputs2.js +1 -1
- package/dist/module/bank-account-form.js +86 -1
- package/dist/module/bank-account.js +103 -0
- package/dist/module/billing-form-full.js +14 -11
- package/dist/module/billing-form-schema.js +3 -3
- package/dist/module/business-additional-questions-form-step.js +2 -2
- package/dist/module/business-bank-account-form-step-core.js +2 -4
- package/dist/module/business-bank-account-form-step.js +3 -5
- package/dist/module/business-core-info-form-step.js +2 -2
- package/dist/module/business-core-info.js +1 -1
- package/dist/module/business-details-core2.js +1 -0
- package/dist/module/business-documents-on-file2.js +2 -1
- package/dist/module/business-owners-form-step-core.js +1 -0
- package/dist/module/business-owners-form-step.js +2 -2
- package/dist/module/business-representative-form-inputs.js +1 -1
- package/dist/module/business-representative-form-step.js +2 -2
- package/dist/module/business-representative.js +1 -1
- package/dist/module/business-terms-conditions-form-step.js +2 -4
- package/dist/module/business.service.js +1 -3
- package/dist/module/button.js +1 -1
- package/dist/module/cancellation-policy.js +2 -2
- package/dist/module/card-billing-form-simple.js +9 -4
- package/dist/module/card-form.js +94 -1
- package/dist/module/card-form2.js +28 -13
- package/dist/module/checkout.service.js +1 -3
- package/dist/module/checkout.store.js +81 -0
- package/dist/module/checkouts-list-core2.js +6 -6
- package/dist/module/custom-popper2.js +2 -2
- package/dist/module/customer-details.js +2 -2
- package/dist/module/dinero.js +1655 -0
- package/dist/module/dispute-management-core.js +2 -2
- package/dist/module/dispute-notification.js +3 -2
- package/dist/module/dispute-response-actions.js +1 -3
- package/dist/module/dispute-response-core.js +2 -2
- package/dist/module/dispute-response.js +4 -3
- package/dist/module/duplicate-charge.js +2 -2
- package/dist/module/electronic-evidence.js +2 -2
- package/dist/module/form-alert2.js +1 -1
- package/dist/module/form-control-checkbox2.js +4 -3
- package/dist/module/form-control-date2.js +3 -2
- package/dist/module/form-control-file-v22.js +1 -1
- package/dist/module/form-control-file2.js +3 -2
- package/dist/module/form-control-monetary-provisioning2.js +4 -3
- package/dist/module/form-control-monetary2.js +4 -3
- package/dist/module/form-control-number-masked2.js +3 -2
- package/dist/module/form-control-number.js +4 -3
- package/dist/module/form-control-radio2.js +4 -4
- package/dist/module/form-control-select2.js +3 -2
- package/dist/module/form-control-text2.js +3 -2
- package/dist/module/form-control-textarea2.js +3 -3
- package/dist/module/get-business.js +1 -1
- package/dist/module/get-payment-details.js +2 -4
- package/dist/module/get-payout-csv.js +1 -1
- package/dist/module/get-subaccounts.js +2 -4
- package/dist/module/gross-payment-chart-core2.js +2 -2
- package/dist/module/header-2.js +8 -0
- package/dist/module/header-3.js +8 -0
- package/dist/module/hidden-input2.js +2 -2
- package/dist/module/identity-address-form.js +1 -1
- package/dist/module/iframe-input2.js +6 -6
- package/dist/module/index.js +1 -0
- package/dist/module/insurance-state.js +18 -7
- package/dist/module/{justifi-checkout-core.d.ts → justifi-apple-pay.d.ts} +4 -4
- package/dist/module/justifi-apple-pay.js +811 -0
- package/dist/module/justifi-bank-account-form.d.ts +11 -0
- package/dist/module/justifi-bank-account-form.js +6 -0
- package/dist/module/justifi-business-details.js +2 -2
- package/dist/module/justifi-business-form.js +4 -5
- package/dist/module/justifi-button.d.ts +11 -0
- package/dist/module/justifi-button.js +6 -0
- package/dist/module/justifi-button2.js +41 -0
- package/dist/module/justifi-card-form.d.ts +11 -0
- package/dist/module/justifi-card-form.js +6 -0
- package/dist/module/justifi-checkout-summary.d.ts +11 -0
- package/dist/module/justifi-checkout-summary.js +6 -0
- package/dist/module/justifi-checkout.js +147 -139
- package/dist/module/justifi-checkouts-list-filters.js +4 -5
- package/dist/module/justifi-checkouts-list.js +5 -6
- package/dist/module/justifi-dispute-management.js +3 -4
- package/dist/module/justifi-gross-payment-chart.js +2 -4
- package/dist/module/justifi-header.d.ts +11 -0
- package/dist/module/justifi-header.js +6 -0
- package/dist/module/justifi-header2.js +43 -0
- package/dist/module/justifi-modular-checkout.d.ts +11 -0
- package/dist/module/justifi-modular-checkout.js +6 -0
- package/dist/module/justifi-order-terminals.js +7 -7
- package/dist/module/justifi-payment-details.js +2 -2
- package/dist/module/justifi-payment-provisioning.js +3 -5
- package/dist/module/justifi-payment-transactions-list.js +7 -7
- package/dist/module/justifi-payments-list-filters.js +4 -3
- package/dist/module/justifi-payments-list.js +5 -6
- package/dist/module/justifi-payout-details.js +3 -5
- package/dist/module/justifi-payout-transactions-list.js +7 -7
- package/dist/module/justifi-payouts-list-filters.js +4 -3
- package/dist/module/justifi-payouts-list.js +5 -6
- package/dist/module/justifi-plaid-payment-method.d.ts +11 -0
- package/dist/module/justifi-plaid-payment-method.js +6 -0
- package/dist/module/justifi-radio-list-item.d.ts +11 -0
- package/dist/module/justifi-radio-list-item.js +6 -0
- package/dist/module/justifi-radio-list-item2.js +55 -0
- package/dist/module/justifi-refund-payment.js +3 -4
- package/dist/module/justifi-saved-payment-method.js +57 -1
- package/dist/module/justifi-saved-payment-methods.d.ts +11 -0
- package/dist/module/justifi-saved-payment-methods.js +6 -0
- package/dist/module/justifi-season-interruption-insurance.js +124 -24
- package/dist/module/justifi-skeleton.d.ts +11 -0
- package/dist/module/justifi-skeleton.js +39 -0
- package/dist/module/justifi-terminal-orders-list-filters.js +5 -6
- package/dist/module/justifi-terminal-orders-list.js +5 -6
- package/dist/module/justifi-terminals-list-filters.js +4 -5
- package/dist/module/justifi-terminals-list.js +5 -6
- package/dist/module/justifi-tokenize-payment-method.js +1 -219
- package/dist/module/legal-address-form-step.js +2 -2
- package/dist/module/legal-address-form.js +1 -1
- package/dist/module/modular-checkout.js +406 -0
- package/dist/module/owner-form-core2.js +3 -2
- package/dist/module/owner-form-inputs2.js +1 -1
- package/dist/module/owner-form.js +1 -1
- package/dist/module/package.js +3 -3
- package/dist/module/pagination-menu2.js +1 -1
- package/dist/module/parts.js +1 -1
- package/dist/module/payment-details-core2.js +10 -9
- package/dist/module/payment-method-option-utils.js +15 -0
- package/dist/module/payment-method-option.d.ts +11 -0
- package/dist/module/payment-method-option.js +54 -0
- package/dist/module/payment-provisioning-actions.js +1 -1
- package/dist/module/payment-provisioning-core.js +3 -2
- package/dist/module/payment-provisioning-form-buttons.js +2 -1
- package/dist/module/payment-provisioning-form-steps.js +1 -1
- package/dist/module/payment-provisioning-loading.js +1 -0
- package/dist/module/payment.service.js +1 -3
- package/dist/module/payments-list-core2.js +6 -6
- package/dist/module/payout-details-core2.js +5 -4
- package/dist/module/payout.service.js +1 -3
- package/dist/module/payouts-list-core2.js +6 -6
- package/dist/module/plaid-payment-method.js +687 -0
- package/dist/module/product-or-service.js +2 -2
- package/dist/module/refund-policy.js +2 -2
- package/dist/module/save-new-payment-method.js +13 -6
- package/dist/module/saved-payment-methods.js +75 -0
- package/dist/module/sezzle-payment-method.js +34 -35
- package/dist/module/shipping-details.js +2 -2
- package/dist/module/spinner.js +1 -1
- package/dist/module/summary.js +35 -0
- package/dist/module/table-filters-menu2.js +1 -1
- package/dist/module/table.js +1 -1
- package/dist/module/terminal-orders-list-core2.js +6 -6
- package/dist/module/terminal-quantity-selector2.js +2 -2
- package/dist/module/terminal.service.js +1 -3
- package/dist/module/terminals-list-core2.js +6 -6
- package/dist/module/tokenize-payment-method.js +410 -0
- package/dist/module/utils2.js +3 -1660
- package/dist/module/utils4.js +1 -1
- package/dist/types/api/ApplePay.d.ts +196 -0
- package/dist/types/api/BillingInformation.d.ts +13 -0
- package/dist/types/api/Checkout.d.ts +23 -26
- package/dist/types/api/ComponentError.d.ts +10 -1
- package/dist/types/api/Payment.d.ts +4 -3
- package/dist/types/api/PaymentMethod.d.ts +21 -0
- package/dist/types/api/services/apple-pay.service.d.ts +55 -0
- package/dist/types/api/services/plaid.service.d.ts +12 -0
- package/dist/types/components/checkout/billing-form/billing-form-schema.d.ts +4 -4
- package/dist/types/components/checkout/checkout.d.ts +26 -11
- package/dist/types/components/checkout/save-new-payment-method.d.ts +1 -1
- package/dist/types/components/insurance/insurance-state.d.ts +2 -1
- package/dist/types/components/insurance/season-interruption/season-interruption-insurance.d.ts +9 -3
- package/dist/types/components/modular-checkout/ModularCheckout.d.ts +31 -0
- package/dist/types/components/modular-checkout/modular-checkout.d.ts +43 -0
- package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +39 -0
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/bank-account-billing-form-simple.d.ts +1 -1
- package/dist/types/components/modular-checkout/sub-components/bank-account-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/bank-account.d.ts +18 -0
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/billing-form-full.d.ts +1 -2
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/card-billing-form-simple.d.ts +1 -1
- package/dist/types/components/modular-checkout/sub-components/card-form-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/card-form.d.ts +20 -0
- package/dist/types/components/modular-checkout/sub-components/payment-method-option.d.ts +8 -0
- package/dist/types/components/modular-checkout/sub-components/plaid-payment-method.d.ts +80 -0
- package/dist/types/components/modular-checkout/sub-components/plaid-payment-method.test.d.ts +1 -0
- package/dist/types/components/modular-checkout/sub-components/saved-payment-methods.d.ts +7 -0
- package/dist/types/components/{checkout → modular-checkout/sub-components}/sezzle-payment-method.d.ts +4 -10
- package/dist/types/components/modular-checkout/sub-components/summary.d.ts +3 -0
- package/dist/types/components/tokenize-payment-method/tokenize-payment-method.d.ts +45 -17
- package/dist/types/components.d.ts +468 -223
- package/dist/types/index.d.ts +2 -0
- package/dist/types/store/checkout.store.d.ts +38 -0
- package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
- package/dist/types/ui-components/form/form-control-radio.d.ts +1 -1
- package/dist/types/ui-components/form/iframe-input.d.ts +2 -1
- package/dist/types/ui-components/index.d.ts +1 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-button.d.ts +13 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-radio-list-item.d.ts +12 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-skeleton.d.ts +10 -0
- package/dist/webcomponents/index.esm.js +1 -0
- package/dist/webcomponents/p-0803d130.entry.js +1 -0
- package/dist/webcomponents/{p-BtyEAd0R.js → p-0Om7jLBs.js} +1 -1
- package/dist/webcomponents/p-117b7f47.entry.js +1 -0
- package/dist/webcomponents/p-17093105.entry.js +1 -0
- package/dist/webcomponents/p-1a08b47f.entry.js +1 -0
- package/dist/webcomponents/p-1bcb3852.entry.js +1 -0
- package/dist/webcomponents/p-1eb2b847.entry.js +1 -0
- package/dist/webcomponents/p-2f7aa249.entry.js +1 -0
- package/dist/webcomponents/{p-7a0661a2.entry.js → p-2fa34c82.entry.js} +4 -4
- package/dist/webcomponents/p-33311d41.entry.js +1 -0
- package/dist/webcomponents/p-336c31b3.entry.js +1 -0
- package/dist/webcomponents/p-3f33c940.entry.js +1 -0
- package/dist/webcomponents/p-442f86e8.entry.js +1 -0
- package/dist/webcomponents/{p-80b6c011.entry.js → p-44450a94.entry.js} +1 -1
- package/dist/webcomponents/p-464e7a8e.entry.js +1 -0
- package/dist/webcomponents/p-50392803.entry.js +1 -0
- package/dist/webcomponents/p-52cbd667.entry.js +1 -0
- package/dist/webcomponents/{p-d43a4316.entry.js → p-54ca3070.entry.js} +1 -1
- package/dist/webcomponents/{p-BTS3E50C.js → p-5aA7gjr5.js} +1 -1
- package/dist/webcomponents/p-5ad0f438.entry.js +1 -0
- package/dist/webcomponents/p-613421d4.entry.js +1 -0
- package/dist/webcomponents/p-62d12566.entry.js +1 -0
- package/dist/webcomponents/p-65ed60bf.entry.js +1 -0
- package/dist/webcomponents/p-6cf30a24.entry.js +1 -0
- package/dist/webcomponents/{p-bcadc072.entry.js → p-70f51444.entry.js} +1 -1
- package/dist/webcomponents/p-729dbd8f.entry.js +1 -0
- package/dist/webcomponents/p-77948b46.entry.js +1 -0
- package/dist/webcomponents/p-7bcfaff4.entry.js +1 -0
- package/dist/webcomponents/{p-96247d70.entry.js → p-7cf87637.entry.js} +1 -1
- package/dist/webcomponents/p-7dd74e6f.entry.js +1 -0
- package/dist/webcomponents/{p-ck6bcYXe.js → p-7s1gsXM5.js} +1 -1
- package/dist/webcomponents/p-80331983.entry.js +1 -0
- package/dist/webcomponents/p-85f20746.entry.js +1 -0
- package/dist/webcomponents/p-8687e5d6.entry.js +1 -0
- package/dist/webcomponents/p-89ecd650.entry.js +1 -0
- package/dist/webcomponents/p-8a6718b6.entry.js +1 -0
- package/dist/webcomponents/p-8d6b81ba.entry.js +1 -0
- package/dist/webcomponents/p-8d743490.entry.js +1 -0
- package/dist/webcomponents/p-8f7396b1.entry.js +1 -0
- package/dist/webcomponents/p-8ff839a4.entry.js +1 -0
- package/dist/webcomponents/{p-d53c3370.entry.js → p-95cbb655.entry.js} +1 -1
- package/dist/webcomponents/p-98cffba9.entry.js +1 -0
- package/dist/webcomponents/{p-cdd2c7c8.entry.js → p-9a2c044f.entry.js} +1 -1
- package/dist/webcomponents/p-9be67b19.entry.js +1 -0
- package/dist/webcomponents/p-9e8021a1.entry.js +1 -0
- package/dist/webcomponents/p-9fc0ea58.entry.js +1 -0
- package/dist/webcomponents/p-9fc567d8.entry.js +1 -0
- package/dist/webcomponents/p-9fcff84c.entry.js +1 -0
- package/dist/webcomponents/p-B71k50jz.js +1 -0
- package/dist/webcomponents/p-BF4U0yVj.js +1 -0
- package/dist/webcomponents/{p-7MWRbTXI.js → p-BH0Xfn-F.js} +1 -1
- package/dist/webcomponents/p-BHf9IqGw.js +1 -0
- package/dist/webcomponents/p-BSt6p1oq.js +1 -0
- package/dist/webcomponents/{p-BQQ7ifKz.js → p-Bb-6bNcq.js} +1 -1
- package/dist/webcomponents/p-BbZwa5UI.js +1 -0
- package/dist/webcomponents/p-BdKWuCys.js +1 -0
- package/dist/webcomponents/p-BfM6X7lF.js +1 -0
- package/dist/webcomponents/{p-DK0C7j0u.js → p-BjVfIXWC.js} +1 -1
- package/dist/webcomponents/{p-BpWSwi9x.js → p-BsGE9UDv.js} +1 -1
- package/dist/webcomponents/{p-DV1c2IYS.js → p-C5id7s_l.js} +1 -1
- package/dist/webcomponents/{p-dzS7n4Xj.js → p-CAJnQLZF.js} +1 -1
- package/dist/webcomponents/{p-DetWIU1e.js → p-CB0mCq1M.js} +1 -1
- package/dist/webcomponents/p-CaAVuW6B.js +1 -0
- package/dist/webcomponents/p-Cb0FhuyU.js +1 -0
- package/dist/webcomponents/p-CbL73B6U.js +1 -0
- package/dist/webcomponents/p-Cjcsf8ku.js +1 -0
- package/dist/webcomponents/p-CnWtPu8L.js +1 -0
- package/dist/webcomponents/{p-C5RuuShs.js → p-D2muobcE.js} +1 -1
- package/dist/webcomponents/{p-v6yK8Vbe.js → p-DD0Mvpeu.js} +1 -1
- package/dist/webcomponents/{p-B_t2t34m.js → p-DDUmOl3v.js} +1 -1
- package/dist/webcomponents/p-DH8F0bsw.js +1 -0
- package/dist/webcomponents/p-DIDloHpm.js +1 -0
- package/dist/webcomponents/p-DIjoBk44.js +1 -0
- package/dist/webcomponents/p-DK2sRMlx.js +1 -0
- package/dist/webcomponents/{p-qGbNz93o.js → p-DNo0OPOP.js} +1 -1
- package/dist/webcomponents/p-DRXvcLy9.js +1 -0
- package/dist/webcomponents/p-DYGIC0QH.js +1 -0
- package/dist/webcomponents/p-DZYcH7jA.js +1 -0
- package/dist/webcomponents/p-Da3idOSV.js +1 -0
- package/dist/webcomponents/p-Dgflaz6J.js +1 -0
- package/dist/webcomponents/p-ED_TzwCp.js +1 -0
- package/dist/webcomponents/p-HXpYMWUU.js +1 -0
- package/dist/webcomponents/p-JyHlIFWl.js +1 -0
- package/dist/webcomponents/{p-CVGBVdVC.js → p-RvUQ__Pq.js} +1 -1
- package/dist/webcomponents/p-Wh1V0gvF.js +1 -0
- package/dist/webcomponents/p-ZpPDShvP.js +1 -0
- package/dist/webcomponents/p-a55f07af.entry.js +1 -0
- package/dist/webcomponents/p-aa6194ef.entry.js +1 -0
- package/dist/webcomponents/p-ab6a5dc9.entry.js +1 -0
- package/dist/webcomponents/p-af9c4174.entry.js +1 -0
- package/dist/webcomponents/p-b7d2f2eb.entry.js +1 -0
- package/dist/webcomponents/p-bbc4b4cb.entry.js +1 -0
- package/dist/webcomponents/p-c599e526.entry.js +1 -0
- package/dist/webcomponents/p-d62cd269.entry.js +1 -0
- package/dist/webcomponents/p-d9dd7d24.entry.js +1 -0
- package/dist/webcomponents/p-dd7352da.entry.js +1 -0
- package/dist/webcomponents/p-e8a67dc7.entry.js +1 -0
- package/dist/webcomponents/p-eb2d9e5b.entry.js +1 -0
- package/dist/webcomponents/p-eddaca4e.entry.js +1 -0
- package/dist/webcomponents/p-ef32fe0e.entry.js +1 -0
- package/dist/webcomponents/{p-c51651aa.entry.js → p-f1cba43c.entry.js} +1 -1
- package/dist/webcomponents/p-f1f0b405.entry.js +1 -0
- package/dist/webcomponents/p-f499a8de.entry.js +1 -0
- package/dist/webcomponents/p-f4d0cdf0.entry.js +1 -0
- package/dist/webcomponents/p-f680e617.entry.js +1 -0
- package/dist/webcomponents/p-f7c4222f.entry.js +1 -0
- package/dist/webcomponents/p-fa1884b4.entry.js +1 -0
- package/dist/webcomponents/p-z-5r0gWn.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/Checkout-BbhldGDh.js +0 -103
- package/dist/cjs/Payment-D6XuQ4Ve.js +0 -151
- package/dist/cjs/bank-account-form_9.cjs.entry.js +0 -544
- package/dist/cjs/iframe-input-styles-state-DH-5a2Mg.js +0 -26
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +0 -141
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +0 -124
- package/dist/cjs/justifi-tokenize-payment-method.cjs.entry.js +0 -80
- package/dist/collection/components/checkout/checkout-core.js +0 -454
- package/dist/collection/components/checkout/new-payment-method.js +0 -378
- package/dist/collection/components/checkout/payment-method-options.js +0 -440
- package/dist/collection/components/checkout/sezzle-payment-method.js +0 -240
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +0 -447
- package/dist/esm/Checkout-CIUkm9aQ.js +0 -101
- package/dist/esm/Payment-DrCqUoz-.js +0 -149
- package/dist/esm/bank-account-form_9.entry.js +0 -534
- package/dist/esm/iframe-input-styles-state-Cqb62KAu.js +0 -23
- package/dist/esm/insurance-state-DRFl0tWj.js +0 -28
- package/dist/esm/justifi-checkout-core.entry.js +0 -139
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +0 -122
- package/dist/esm/justifi-tokenize-payment-method.entry.js +0 -78
- package/dist/module/Checkout.js +0 -121
- package/dist/module/Payment.js +0 -204
- package/dist/module/checkout-core.js +0 -292
- package/dist/module/justifi-checkout-core.js +0 -6
- package/dist/module/justifi-new-payment-method.d.ts +0 -11
- package/dist/module/justifi-new-payment-method.js +0 -6
- package/dist/module/justifi-payment-method-options.d.ts +0 -11
- package/dist/module/justifi-payment-method-options.js +0 -6
- package/dist/module/justifi-season-interruption-insurance-core.d.ts +0 -11
- package/dist/module/justifi-season-interruption-insurance-core.js +0 -6
- package/dist/module/new-payment-method.js +0 -222
- package/dist/module/payment-method-options.js +0 -237
- package/dist/module/saved-payment-method.js +0 -79
- package/dist/module/season-interruption-insurance-core.js +0 -168
- package/dist/types/components/checkout/checkout-core.d.ts +0 -49
- package/dist/types/components/checkout/new-payment-method.d.ts +0 -31
- package/dist/types/components/checkout/payment-method-options.d.ts +0 -32
- package/dist/types/components/insurance/season-interruption/season-interruption-insurance-core.d.ts +0 -32
- package/dist/webcomponents/p-08e1bf28.entry.js +0 -1
- package/dist/webcomponents/p-09cb06ed.entry.js +0 -1
- package/dist/webcomponents/p-0adbbb23.entry.js +0 -1
- package/dist/webcomponents/p-0b067d3c.entry.js +0 -1
- package/dist/webcomponents/p-0bfd309e.entry.js +0 -1
- package/dist/webcomponents/p-0f005fdd.entry.js +0 -1
- package/dist/webcomponents/p-0nMw2Aul.js +0 -1
- package/dist/webcomponents/p-14dc17fd.entry.js +0 -1
- package/dist/webcomponents/p-266f1ff3.entry.js +0 -1
- package/dist/webcomponents/p-35387685.entry.js +0 -1
- package/dist/webcomponents/p-3946adfa.entry.js +0 -1
- package/dist/webcomponents/p-3c44b724.entry.js +0 -1
- package/dist/webcomponents/p-3e3b5cdb.entry.js +0 -1
- package/dist/webcomponents/p-41876098.entry.js +0 -1
- package/dist/webcomponents/p-45edf188.entry.js +0 -1
- package/dist/webcomponents/p-4786f2d0.entry.js +0 -1
- package/dist/webcomponents/p-4c1c55bb.entry.js +0 -1
- package/dist/webcomponents/p-4f358b63.entry.js +0 -1
- package/dist/webcomponents/p-5375df08.entry.js +0 -1
- package/dist/webcomponents/p-575b972d.entry.js +0 -1
- package/dist/webcomponents/p-580aa2e3.entry.js +0 -1
- package/dist/webcomponents/p-5b857a1c.entry.js +0 -1
- package/dist/webcomponents/p-5c9d1c35.entry.js +0 -1
- package/dist/webcomponents/p-690514f2.entry.js +0 -1
- package/dist/webcomponents/p-6a853571.entry.js +0 -1
- package/dist/webcomponents/p-724e4e6c.entry.js +0 -1
- package/dist/webcomponents/p-756a7021.entry.js +0 -1
- package/dist/webcomponents/p-89431ee2.entry.js +0 -1
- package/dist/webcomponents/p-8f5c1ae6.entry.js +0 -1
- package/dist/webcomponents/p-989d56de.entry.js +0 -1
- package/dist/webcomponents/p-99f7a36d.entry.js +0 -1
- package/dist/webcomponents/p-BCgpQGhw.js +0 -1
- package/dist/webcomponents/p-BOCuVjGs.js +0 -1
- package/dist/webcomponents/p-BUSn_ReW.js +0 -1
- package/dist/webcomponents/p-BZtgbC0H.js +0 -1
- package/dist/webcomponents/p-Bs-84XY6.js +0 -1
- package/dist/webcomponents/p-BvXjypQm.js +0 -1
- package/dist/webcomponents/p-C-wMveZe.js +0 -1
- package/dist/webcomponents/p-CCl9g-ln.js +0 -1
- package/dist/webcomponents/p-CDPZXQAo.js +0 -1
- package/dist/webcomponents/p-CKEiU2Q5.js +0 -1
- package/dist/webcomponents/p-CS4_rnSp.js +0 -1
- package/dist/webcomponents/p-CnMP2-Xk.js +0 -1
- package/dist/webcomponents/p-Cs0cIpIm.js +0 -1
- package/dist/webcomponents/p-CxHdQoIo.js +0 -1
- package/dist/webcomponents/p-DFWnHEN2.js +0 -1
- package/dist/webcomponents/p-DKSNNnPC.js +0 -1
- package/dist/webcomponents/p-DjFzWJxk.js +0 -1
- package/dist/webcomponents/p-DnGswpsl.js +0 -1
- package/dist/webcomponents/p-DniQ6yo6.js +0 -1
- package/dist/webcomponents/p-DsLxs70Z.js +0 -1
- package/dist/webcomponents/p-DtdcFDM_.js +0 -1
- package/dist/webcomponents/p-DwF36W04.js +0 -1
- package/dist/webcomponents/p-L4y68wud.js +0 -1
- package/dist/webcomponents/p-SdntD1xf.js +0 -1
- package/dist/webcomponents/p-a09ca567.entry.js +0 -1
- package/dist/webcomponents/p-a3313ebe.entry.js +0 -1
- package/dist/webcomponents/p-aeaafe28.entry.js +0 -1
- package/dist/webcomponents/p-b25bbf0a.entry.js +0 -1
- package/dist/webcomponents/p-b7594923.entry.js +0 -1
- package/dist/webcomponents/p-b79e302a.entry.js +0 -1
- package/dist/webcomponents/p-ba268a78.entry.js +0 -1
- package/dist/webcomponents/p-ba68ea4f.entry.js +0 -1
- package/dist/webcomponents/p-bf0e00be.entry.js +0 -1
- package/dist/webcomponents/p-c15d8dd0.entry.js +0 -1
- package/dist/webcomponents/p-c28f2569.entry.js +0 -1
- package/dist/webcomponents/p-c5911cd9.entry.js +0 -1
- package/dist/webcomponents/p-cefb9a76.entry.js +0 -1
- package/dist/webcomponents/p-d2ae3c55.entry.js +0 -1
- package/dist/webcomponents/p-d2e1d179.entry.js +0 -1
- package/dist/webcomponents/p-d4d58793.entry.js +0 -1
- package/dist/webcomponents/p-dc6b707a.entry.js +0 -1
- package/dist/webcomponents/p-dfd9aff0.entry.js +0 -1
- package/dist/webcomponents/p-e4682bb6.entry.js +0 -1
- package/dist/webcomponents/p-ee566062.entry.js +0 -1
- package/dist/webcomponents/p-ef07d761.entry.js +0 -1
- package/dist/webcomponents/p-f24b04eb.entry.js +0 -1
- package/dist/webcomponents/p-f8e974af.entry.js +0 -1
- package/dist/webcomponents/p-fb60bc7a.entry.js +0 -1
- package/dist/webcomponents/p-znmwKCgq.js +0 -1
|
@@ -0,0 +1,885 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { checkoutStore, onChange } from "../../../store/checkout.store";
|
|
3
|
+
import { StyledHost } from "../../../ui-components";
|
|
4
|
+
import plaidLogoSvg from "../../../assets/plaid-icon.svg";
|
|
5
|
+
import { PlaidService } from "../../../api/services/plaid.service";
|
|
6
|
+
import { ComponentErrorSeverity } from "../../../api/ComponentError";
|
|
7
|
+
import { PaymentMethodTypes } from "../../../api";
|
|
8
|
+
// Plaid-specific error codes
|
|
9
|
+
export var PlaidErrorCodes;
|
|
10
|
+
(function (PlaidErrorCodes) {
|
|
11
|
+
PlaidErrorCodes["PLAID_SDK_LOAD_FAILED"] = "plaid-sdk-load-failed";
|
|
12
|
+
PlaidErrorCodes["PLAID_LINK_INIT_FAILED"] = "plaid-link-init-failed";
|
|
13
|
+
PlaidErrorCodes["PLAID_LINK_TOKEN_FAILED"] = "plaid-link-token-failed";
|
|
14
|
+
PlaidErrorCodes["PLAID_AUTHENTICATION_FAILED"] = "plaid-authentication-failed";
|
|
15
|
+
PlaidErrorCodes["PLAID_BANK_NOT_SUPPORTED"] = "plaid-bank-not-supported";
|
|
16
|
+
PlaidErrorCodes["PLAID_TOKEN_EXPIRED"] = "plaid-token-expired";
|
|
17
|
+
PlaidErrorCodes["PLAID_NETWORK_ERROR"] = "plaid-network-error";
|
|
18
|
+
PlaidErrorCodes["PLAID_USER_CANCELLED"] = "plaid-user-cancelled";
|
|
19
|
+
PlaidErrorCodes["PLAID_TIMEOUT"] = "plaid-timeout";
|
|
20
|
+
PlaidErrorCodes["PLAID_INVALID_CREDENTIALS"] = "plaid-invalid-credentials";
|
|
21
|
+
PlaidErrorCodes["PLAID_ACCOUNT_LOCKED"] = "plaid-account-locked";
|
|
22
|
+
PlaidErrorCodes["PLAID_MAINTENANCE"] = "plaid-maintenance";
|
|
23
|
+
PlaidErrorCodes["PLAID_RATE_LIMITED"] = "plaid-rate-limited";
|
|
24
|
+
})(PlaidErrorCodes || (PlaidErrorCodes = {}));
|
|
25
|
+
// Plaid error message mapping
|
|
26
|
+
const PLAID_ERROR_MESSAGES = {
|
|
27
|
+
[PlaidErrorCodes.PLAID_SDK_LOAD_FAILED]: 'Unable to load Plaid. Please refresh the page and try again.',
|
|
28
|
+
[PlaidErrorCodes.PLAID_LINK_INIT_FAILED]: 'Unable to initialize bank connection. Please try again.',
|
|
29
|
+
[PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED]: 'Unable to connect to bank service. Please try again.',
|
|
30
|
+
[PlaidErrorCodes.PLAID_AUTHENTICATION_FAILED]: 'Bank authentication failed. Please try again.',
|
|
31
|
+
[PlaidErrorCodes.PLAID_BANK_NOT_SUPPORTED]: 'Your bank is not currently supported. Please try a different payment method.',
|
|
32
|
+
[PlaidErrorCodes.PLAID_TOKEN_EXPIRED]: 'Your bank session has expired. Please reconnect your account.',
|
|
33
|
+
[PlaidErrorCodes.PLAID_NETWORK_ERROR]: 'Network connection issue. Please check your internet connection and try again.',
|
|
34
|
+
[PlaidErrorCodes.PLAID_USER_CANCELLED]: 'Bank connection was cancelled. Click to try again.',
|
|
35
|
+
[PlaidErrorCodes.PLAID_TIMEOUT]: 'Bank connection timed out. Please try again.',
|
|
36
|
+
[PlaidErrorCodes.PLAID_INVALID_CREDENTIALS]: 'Invalid bank credentials. Please check your username and password.',
|
|
37
|
+
[PlaidErrorCodes.PLAID_ACCOUNT_LOCKED]: 'Your bank account is temporarily locked. Please contact your bank.',
|
|
38
|
+
[PlaidErrorCodes.PLAID_MAINTENANCE]: 'Bank service is temporarily unavailable. Please try again later.',
|
|
39
|
+
[PlaidErrorCodes.PLAID_RATE_LIMITED]: 'Too many connection attempts. Please wait a moment and try again.',
|
|
40
|
+
};
|
|
41
|
+
// Plaid error severity mapping
|
|
42
|
+
const PLAID_ERROR_SEVERITY = {
|
|
43
|
+
[PlaidErrorCodes.PLAID_SDK_LOAD_FAILED]: ComponentErrorSeverity.ERROR,
|
|
44
|
+
[PlaidErrorCodes.PLAID_LINK_INIT_FAILED]: ComponentErrorSeverity.ERROR,
|
|
45
|
+
[PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED]: ComponentErrorSeverity.ERROR,
|
|
46
|
+
[PlaidErrorCodes.PLAID_AUTHENTICATION_FAILED]: ComponentErrorSeverity.ERROR,
|
|
47
|
+
[PlaidErrorCodes.PLAID_BANK_NOT_SUPPORTED]: ComponentErrorSeverity.WARNING,
|
|
48
|
+
[PlaidErrorCodes.PLAID_TOKEN_EXPIRED]: ComponentErrorSeverity.WARNING,
|
|
49
|
+
[PlaidErrorCodes.PLAID_NETWORK_ERROR]: ComponentErrorSeverity.WARNING,
|
|
50
|
+
[PlaidErrorCodes.PLAID_USER_CANCELLED]: ComponentErrorSeverity.INFO,
|
|
51
|
+
[PlaidErrorCodes.PLAID_TIMEOUT]: ComponentErrorSeverity.WARNING,
|
|
52
|
+
[PlaidErrorCodes.PLAID_INVALID_CREDENTIALS]: ComponentErrorSeverity.ERROR,
|
|
53
|
+
[PlaidErrorCodes.PLAID_ACCOUNT_LOCKED]: ComponentErrorSeverity.ERROR,
|
|
54
|
+
[PlaidErrorCodes.PLAID_MAINTENANCE]: ComponentErrorSeverity.WARNING,
|
|
55
|
+
[PlaidErrorCodes.PLAID_RATE_LIMITED]: ComponentErrorSeverity.WARNING,
|
|
56
|
+
};
|
|
57
|
+
export class PlaidPaymentMethod {
|
|
58
|
+
constructor() {
|
|
59
|
+
this.isAuthenticating = false;
|
|
60
|
+
this.publicToken = null;
|
|
61
|
+
this.linkToken = null;
|
|
62
|
+
this.linkTokenId = null;
|
|
63
|
+
this.error = null;
|
|
64
|
+
this.plaidLink = null;
|
|
65
|
+
this.isSelected = false;
|
|
66
|
+
this.retryCount = 0;
|
|
67
|
+
this.isRetrying = false;
|
|
68
|
+
this.plaidService = new PlaidService();
|
|
69
|
+
this.maxRetries = 3;
|
|
70
|
+
this.retryDelay = 2000; // 2 seconds
|
|
71
|
+
this.timeoutId = null;
|
|
72
|
+
this.abortController = null;
|
|
73
|
+
this.hasLoggedDisabledWarning = false;
|
|
74
|
+
this.waitForStoreAndInitialize = () => {
|
|
75
|
+
// Check if store has necessary data
|
|
76
|
+
if (checkoutStore.authToken && checkoutStore.accountId && checkoutStore.checkoutId) {
|
|
77
|
+
this.initializePlaidLink();
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
// Wait a bit and try again
|
|
81
|
+
setTimeout(() => {
|
|
82
|
+
this.waitForStoreAndInitialize();
|
|
83
|
+
}, 100);
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
this.initializePlaidLink = async () => {
|
|
87
|
+
try {
|
|
88
|
+
// Check if Plaid is available globally
|
|
89
|
+
if (typeof window.Plaid === 'undefined') {
|
|
90
|
+
this.handleError({
|
|
91
|
+
code: PlaidErrorCodes.PLAID_SDK_LOAD_FAILED,
|
|
92
|
+
message: PLAID_ERROR_MESSAGES[PlaidErrorCodes.PLAID_SDK_LOAD_FAILED],
|
|
93
|
+
severity: PLAID_ERROR_SEVERITY[PlaidErrorCodes.PLAID_SDK_LOAD_FAILED],
|
|
94
|
+
retryable: true,
|
|
95
|
+
userAction: 'Refresh the page and try again'
|
|
96
|
+
});
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
// Get link token from backend
|
|
100
|
+
await this.getLinkToken();
|
|
101
|
+
if (!this.linkToken) {
|
|
102
|
+
this.handleError({
|
|
103
|
+
code: PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED,
|
|
104
|
+
message: PLAID_ERROR_MESSAGES[PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED],
|
|
105
|
+
severity: PLAID_ERROR_SEVERITY[PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED],
|
|
106
|
+
retryable: true,
|
|
107
|
+
userAction: 'Click to try again'
|
|
108
|
+
});
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
// Initialize Plaid Link
|
|
112
|
+
const Plaid = window.Plaid;
|
|
113
|
+
this.plaidLink = Plaid.create({
|
|
114
|
+
token: this.linkToken,
|
|
115
|
+
onSuccess: this.handlePlaidSuccess,
|
|
116
|
+
onExit: this.handlePlaidExit,
|
|
117
|
+
onEvent: this.handlePlaidEvent,
|
|
118
|
+
onLoad: this.handlePlaidLoad,
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
catch (error) {
|
|
122
|
+
this.handleError({
|
|
123
|
+
code: PlaidErrorCodes.PLAID_LINK_INIT_FAILED,
|
|
124
|
+
message: PLAID_ERROR_MESSAGES[PlaidErrorCodes.PLAID_LINK_INIT_FAILED],
|
|
125
|
+
severity: PLAID_ERROR_SEVERITY[PlaidErrorCodes.PLAID_LINK_INIT_FAILED],
|
|
126
|
+
originalError: error,
|
|
127
|
+
retryable: true,
|
|
128
|
+
userAction: 'Click to try again'
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
this.getLinkToken = async () => {
|
|
133
|
+
var _a, _b, _c, _d, _e;
|
|
134
|
+
try {
|
|
135
|
+
if (!checkoutStore.authToken || !checkoutStore.accountId) {
|
|
136
|
+
this.handleError({
|
|
137
|
+
code: PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED,
|
|
138
|
+
message: 'Missing authentication. Please refresh the page and try again.',
|
|
139
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
140
|
+
retryable: false,
|
|
141
|
+
userAction: 'Refresh the page'
|
|
142
|
+
});
|
|
143
|
+
return;
|
|
144
|
+
}
|
|
145
|
+
// Create abort controller for timeout handling
|
|
146
|
+
this.abortController = new AbortController();
|
|
147
|
+
// Set timeout for the request
|
|
148
|
+
this.timeoutId = setTimeout(() => {
|
|
149
|
+
var _a;
|
|
150
|
+
(_a = this.abortController) === null || _a === void 0 ? void 0 : _a.abort();
|
|
151
|
+
}, 30000); // 30 second timeout
|
|
152
|
+
const response = await this.plaidService.getLinkToken(checkoutStore.authToken, checkoutStore.accountId, checkoutStore.checkoutId, this.abortController.signal);
|
|
153
|
+
// Clear timeout
|
|
154
|
+
if (this.timeoutId) {
|
|
155
|
+
clearTimeout(this.timeoutId);
|
|
156
|
+
this.timeoutId = null;
|
|
157
|
+
}
|
|
158
|
+
if (response.error) {
|
|
159
|
+
const errorMessage = typeof response.error === 'string'
|
|
160
|
+
? response.error
|
|
161
|
+
: response.error.message || 'Failed to get link token';
|
|
162
|
+
throw new Error(errorMessage);
|
|
163
|
+
}
|
|
164
|
+
// Some backends may return an id along with the link token
|
|
165
|
+
this.linkToken = response.data.link_token;
|
|
166
|
+
// Try to capture link token id if present in envelope
|
|
167
|
+
this.linkTokenId = (response === null || response === void 0 ? void 0 : response.id) || ((_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.id) || null;
|
|
168
|
+
}
|
|
169
|
+
catch (error) {
|
|
170
|
+
// Clear timeout
|
|
171
|
+
if (this.timeoutId) {
|
|
172
|
+
clearTimeout(this.timeoutId);
|
|
173
|
+
this.timeoutId = null;
|
|
174
|
+
}
|
|
175
|
+
let errorCode = PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED;
|
|
176
|
+
let message = PLAID_ERROR_MESSAGES[errorCode];
|
|
177
|
+
let retryable = true;
|
|
178
|
+
// Handle specific error types
|
|
179
|
+
if (error.name === 'AbortError') {
|
|
180
|
+
errorCode = PlaidErrorCodes.PLAID_TIMEOUT;
|
|
181
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
182
|
+
retryable = true;
|
|
183
|
+
}
|
|
184
|
+
else if (((_b = error.message) === null || _b === void 0 ? void 0 : _b.includes('network')) || ((_c = error.message) === null || _c === void 0 ? void 0 : _c.includes('fetch'))) {
|
|
185
|
+
errorCode = PlaidErrorCodes.PLAID_NETWORK_ERROR;
|
|
186
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
187
|
+
retryable = true;
|
|
188
|
+
}
|
|
189
|
+
else if (((_d = error.message) === null || _d === void 0 ? void 0 : _d.includes('401')) || ((_e = error.message) === null || _e === void 0 ? void 0 : _e.includes('unauthorized'))) {
|
|
190
|
+
errorCode = PlaidErrorCodes.PLAID_INVALID_CREDENTIALS;
|
|
191
|
+
message = 'Authentication failed. Please refresh the page and try again.';
|
|
192
|
+
retryable = false;
|
|
193
|
+
}
|
|
194
|
+
this.handleError({
|
|
195
|
+
code: errorCode,
|
|
196
|
+
message: message,
|
|
197
|
+
severity: PLAID_ERROR_SEVERITY[errorCode],
|
|
198
|
+
originalError: error,
|
|
199
|
+
retryable,
|
|
200
|
+
userAction: retryable ? 'Click to try again' : 'Refresh the page'
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
};
|
|
204
|
+
this.mapApiErrorToPlaidError = (apiError) => {
|
|
205
|
+
if (typeof apiError === 'string') {
|
|
206
|
+
if (apiError.includes('rate_limit'))
|
|
207
|
+
return PlaidErrorCodes.PLAID_RATE_LIMITED;
|
|
208
|
+
if (apiError.includes('maintenance'))
|
|
209
|
+
return PlaidErrorCodes.PLAID_MAINTENANCE;
|
|
210
|
+
if (apiError.includes('not_authenticated'))
|
|
211
|
+
return PlaidErrorCodes.PLAID_INVALID_CREDENTIALS;
|
|
212
|
+
}
|
|
213
|
+
if (apiError === null || apiError === void 0 ? void 0 : apiError.code) {
|
|
214
|
+
switch (apiError.code) {
|
|
215
|
+
case 'rate_limited': return PlaidErrorCodes.PLAID_RATE_LIMITED;
|
|
216
|
+
case 'maintenance': return PlaidErrorCodes.PLAID_MAINTENANCE;
|
|
217
|
+
case 'not_authenticated': return PlaidErrorCodes.PLAID_INVALID_CREDENTIALS;
|
|
218
|
+
case 'invalid_parameter': return PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED;
|
|
219
|
+
default: return PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
return PlaidErrorCodes.PLAID_LINK_TOKEN_FAILED;
|
|
223
|
+
};
|
|
224
|
+
this.openPlaidLink = () => {
|
|
225
|
+
if (this.plaidLink && this.linkToken) {
|
|
226
|
+
this.isAuthenticating = true;
|
|
227
|
+
this.clearError();
|
|
228
|
+
this.plaidLink.open();
|
|
229
|
+
}
|
|
230
|
+
};
|
|
231
|
+
this.handlePlaidSuccess = (publicToken, _metadata) => {
|
|
232
|
+
this.publicToken = publicToken;
|
|
233
|
+
this.isAuthenticating = false;
|
|
234
|
+
this.clearError();
|
|
235
|
+
this.retryCount = 0; // Reset retry count on success
|
|
236
|
+
// Ensure the component remains selected after successful authentication
|
|
237
|
+
if (!this.isSelected) {
|
|
238
|
+
this.isSelected = true;
|
|
239
|
+
checkoutStore.selectedPaymentMethod = { type: PaymentMethodTypes.plaid };
|
|
240
|
+
}
|
|
241
|
+
// Emit success event for parent components
|
|
242
|
+
this.plaidErrorRecovered.emit({
|
|
243
|
+
code: 'plaid-success',
|
|
244
|
+
message: 'Bank account connected successfully',
|
|
245
|
+
severity: ComponentErrorSeverity.INFO
|
|
246
|
+
});
|
|
247
|
+
// Immediately exchange the public token for a payment method token via backend
|
|
248
|
+
this.exchangePublicTokenForPaymentMethod();
|
|
249
|
+
};
|
|
250
|
+
this.exchangePublicTokenForPaymentMethod = async () => {
|
|
251
|
+
var _a;
|
|
252
|
+
if (!this.publicToken) {
|
|
253
|
+
console.error('[PlaidPaymentMethod] exchange: missing publicToken');
|
|
254
|
+
return;
|
|
255
|
+
}
|
|
256
|
+
if (!checkoutStore.authToken || !checkoutStore.accountId) {
|
|
257
|
+
console.error('[PlaidPaymentMethod] exchange: missing auth/account context');
|
|
258
|
+
return;
|
|
259
|
+
}
|
|
260
|
+
try {
|
|
261
|
+
const response = await this.plaidService.tokenizeBankAccount(checkoutStore.authToken, checkoutStore.accountId, this.publicToken, this.linkTokenId || undefined, checkoutStore.savePaymentMethod ? checkoutStore.paymentMethodGroupId : undefined);
|
|
262
|
+
if (response === null || response === void 0 ? void 0 : response.error) {
|
|
263
|
+
console.error('[PlaidPaymentMethod] exchange: backend error', response.error);
|
|
264
|
+
return;
|
|
265
|
+
}
|
|
266
|
+
// Extract token from payment method response
|
|
267
|
+
const paymentMethod = response === null || response === void 0 ? void 0 : response.data;
|
|
268
|
+
const token = ((_a = paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.bank_account) === null || _a === void 0 ? void 0 : _a.token) || (paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.token) || (paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.id);
|
|
269
|
+
if (!token) {
|
|
270
|
+
console.error('[PlaidPaymentMethod] exchange: no token in response');
|
|
271
|
+
return;
|
|
272
|
+
}
|
|
273
|
+
// Save for downstream submit flows
|
|
274
|
+
checkoutStore.paymentToken = token;
|
|
275
|
+
}
|
|
276
|
+
catch (err) {
|
|
277
|
+
console.error('[PlaidPaymentMethod] exchange: exception', {
|
|
278
|
+
message: (err === null || err === void 0 ? void 0 : err.message) || String(err),
|
|
279
|
+
});
|
|
280
|
+
}
|
|
281
|
+
};
|
|
282
|
+
this.handlePlaidExit = (err, _metadata) => {
|
|
283
|
+
this.isAuthenticating = false;
|
|
284
|
+
if (err) {
|
|
285
|
+
this.handlePlaidError(err);
|
|
286
|
+
}
|
|
287
|
+
else {
|
|
288
|
+
// User closed the modal without error
|
|
289
|
+
// If user closed without completing authentication, ensure component remains selected
|
|
290
|
+
// but clear any existing tokens to force re-authentication
|
|
291
|
+
if (this.isSelected && !this.publicToken) {
|
|
292
|
+
// Component is selected but no token, this is expected state
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
this.handlePlaidEvent = (eventName, metadata) => {
|
|
297
|
+
// Handle specific events if needed
|
|
298
|
+
switch (eventName) {
|
|
299
|
+
case 'OPEN':
|
|
300
|
+
this.isAuthenticating = true;
|
|
301
|
+
break;
|
|
302
|
+
case 'CLOSE':
|
|
303
|
+
this.isAuthenticating = false;
|
|
304
|
+
break;
|
|
305
|
+
case 'ERROR':
|
|
306
|
+
this.handlePlaidError(metadata);
|
|
307
|
+
break;
|
|
308
|
+
case 'HANDOFF':
|
|
309
|
+
// User is being redirected to their bank
|
|
310
|
+
break;
|
|
311
|
+
case 'TRANSITION_VIEW':
|
|
312
|
+
// Plaid Link view transition
|
|
313
|
+
break;
|
|
314
|
+
}
|
|
315
|
+
};
|
|
316
|
+
this.handlePlaidLoad = () => {
|
|
317
|
+
};
|
|
318
|
+
this.handlePlaidError = (error) => {
|
|
319
|
+
let errorCode = PlaidErrorCodes.PLAID_AUTHENTICATION_FAILED;
|
|
320
|
+
let message = PLAID_ERROR_MESSAGES[errorCode];
|
|
321
|
+
let retryable = true;
|
|
322
|
+
let userAction = 'Click to try again';
|
|
323
|
+
// Map Plaid error codes to our error codes
|
|
324
|
+
if (error.error_code) {
|
|
325
|
+
switch (error.error_code) {
|
|
326
|
+
case 'INVALID_CREDENTIALS':
|
|
327
|
+
errorCode = PlaidErrorCodes.PLAID_INVALID_CREDENTIALS;
|
|
328
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
329
|
+
retryable = true;
|
|
330
|
+
break;
|
|
331
|
+
case 'ITEM_LOGIN_REQUIRED':
|
|
332
|
+
errorCode = PlaidErrorCodes.PLAID_INVALID_CREDENTIALS;
|
|
333
|
+
message = 'Your bank requires re-authentication. Please try again.';
|
|
334
|
+
retryable = true;
|
|
335
|
+
break;
|
|
336
|
+
case 'ITEM_LOCKED':
|
|
337
|
+
errorCode = PlaidErrorCodes.PLAID_ACCOUNT_LOCKED;
|
|
338
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
339
|
+
retryable = false;
|
|
340
|
+
userAction = 'Contact your bank';
|
|
341
|
+
break;
|
|
342
|
+
case 'INSTITUTION_NOT_RESPONDING':
|
|
343
|
+
errorCode = PlaidErrorCodes.PLAID_MAINTENANCE;
|
|
344
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
345
|
+
retryable = true;
|
|
346
|
+
break;
|
|
347
|
+
case 'RATE_LIMIT_EXCEEDED':
|
|
348
|
+
errorCode = PlaidErrorCodes.PLAID_RATE_LIMITED;
|
|
349
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
350
|
+
retryable = true;
|
|
351
|
+
break;
|
|
352
|
+
case 'INVALID_REQUEST':
|
|
353
|
+
errorCode = PlaidErrorCodes.PLAID_AUTHENTICATION_FAILED;
|
|
354
|
+
message = 'Invalid request. Please try again.';
|
|
355
|
+
retryable = true;
|
|
356
|
+
break;
|
|
357
|
+
case 'PLAID_ERROR':
|
|
358
|
+
errorCode = PlaidErrorCodes.PLAID_AUTHENTICATION_FAILED;
|
|
359
|
+
message = error.error_message || 'Bank authentication failed. Please try again.';
|
|
360
|
+
retryable = true;
|
|
361
|
+
break;
|
|
362
|
+
default:
|
|
363
|
+
// Use the error message from Plaid if available
|
|
364
|
+
if (error.error_message) {
|
|
365
|
+
message = error.error_message;
|
|
366
|
+
}
|
|
367
|
+
break;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
// Handle specific error messages
|
|
371
|
+
if (error.error_message) {
|
|
372
|
+
const lowerMessage = error.error_message.toLowerCase();
|
|
373
|
+
if (lowerMessage.includes('not supported') || lowerMessage.includes('unsupported')) {
|
|
374
|
+
errorCode = PlaidErrorCodes.PLAID_BANK_NOT_SUPPORTED;
|
|
375
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
376
|
+
retryable = false;
|
|
377
|
+
userAction = 'Try a different payment method';
|
|
378
|
+
}
|
|
379
|
+
else if (lowerMessage.includes('expired') || lowerMessage.includes('timeout')) {
|
|
380
|
+
errorCode = PlaidErrorCodes.PLAID_TOKEN_EXPIRED;
|
|
381
|
+
message = PLAID_ERROR_MESSAGES[errorCode];
|
|
382
|
+
retryable = true;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
this.handleError({
|
|
386
|
+
code: errorCode,
|
|
387
|
+
message,
|
|
388
|
+
severity: PLAID_ERROR_SEVERITY[errorCode],
|
|
389
|
+
originalError: error,
|
|
390
|
+
retryable,
|
|
391
|
+
userAction
|
|
392
|
+
});
|
|
393
|
+
this.isAuthenticating = false;
|
|
394
|
+
// Even with an error, the component should remain selected to allow retry
|
|
395
|
+
if (this.isSelected) {
|
|
396
|
+
}
|
|
397
|
+
};
|
|
398
|
+
this.handleError = (plaidError) => {
|
|
399
|
+
this.error = plaidError;
|
|
400
|
+
// Emit error event for parent components
|
|
401
|
+
this.plaidError.emit({
|
|
402
|
+
code: plaidError.code,
|
|
403
|
+
message: plaidError.message,
|
|
404
|
+
severity: plaidError.severity,
|
|
405
|
+
data: {
|
|
406
|
+
originalError: plaidError.originalError,
|
|
407
|
+
retryable: plaidError.retryable,
|
|
408
|
+
userAction: plaidError.userAction,
|
|
409
|
+
retryCount: this.retryCount
|
|
410
|
+
}
|
|
411
|
+
});
|
|
412
|
+
console.error('Plaid error:', plaidError);
|
|
413
|
+
// Auto-retry for retryable errors if under max retries
|
|
414
|
+
if (plaidError.retryable && this.retryCount < this.maxRetries) {
|
|
415
|
+
this.scheduleRetry();
|
|
416
|
+
}
|
|
417
|
+
};
|
|
418
|
+
this.scheduleRetry = () => {
|
|
419
|
+
if (this.isRetrying)
|
|
420
|
+
return;
|
|
421
|
+
this.isRetrying = true;
|
|
422
|
+
this.retryCount++;
|
|
423
|
+
setTimeout(() => {
|
|
424
|
+
this.isRetrying = false;
|
|
425
|
+
this.clearError();
|
|
426
|
+
this.waitForStoreAndInitialize();
|
|
427
|
+
}, this.retryDelay * this.retryCount); // Exponential backoff
|
|
428
|
+
};
|
|
429
|
+
this.clearError = () => {
|
|
430
|
+
if (this.error) {
|
|
431
|
+
this.error = null;
|
|
432
|
+
this.retryCount = 0;
|
|
433
|
+
}
|
|
434
|
+
};
|
|
435
|
+
// Watch for store changes to sync component state
|
|
436
|
+
this.syncWithStore = () => {
|
|
437
|
+
const shouldBeSelected = checkoutStore.selectedPaymentMethod.type === PaymentMethodTypes.plaid;
|
|
438
|
+
if (this.isSelected !== shouldBeSelected) {
|
|
439
|
+
this.isSelected = shouldBeSelected;
|
|
440
|
+
}
|
|
441
|
+
};
|
|
442
|
+
}
|
|
443
|
+
onSelectionChange(newValue) {
|
|
444
|
+
// Ensure store is updated when component selection changes
|
|
445
|
+
if (newValue && checkoutStore.selectedPaymentMethod.type !== PaymentMethodTypes.plaid) {
|
|
446
|
+
checkoutStore.selectedPaymentMethod = { type: PaymentMethodTypes.plaid };
|
|
447
|
+
}
|
|
448
|
+
// Auto-start Plaid flow when selected and ready
|
|
449
|
+
if (newValue &&
|
|
450
|
+
this.plaidLink &&
|
|
451
|
+
!this.publicToken &&
|
|
452
|
+
!this.isAuthenticating &&
|
|
453
|
+
!this.error) {
|
|
454
|
+
this.openPlaidLink();
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
componentDidRender() {
|
|
458
|
+
if (!this.scriptRef)
|
|
459
|
+
return;
|
|
460
|
+
this.scriptRef.onload = () => {
|
|
461
|
+
// Wait for store to be populated before initializing
|
|
462
|
+
this.waitForStoreAndInitialize();
|
|
463
|
+
};
|
|
464
|
+
// Add error handler for script loading failures
|
|
465
|
+
this.scriptRef.onerror = () => {
|
|
466
|
+
this.handleError({
|
|
467
|
+
code: PlaidErrorCodes.PLAID_SDK_LOAD_FAILED,
|
|
468
|
+
message: PLAID_ERROR_MESSAGES[PlaidErrorCodes.PLAID_SDK_LOAD_FAILED],
|
|
469
|
+
severity: PLAID_ERROR_SEVERITY[PlaidErrorCodes.PLAID_SDK_LOAD_FAILED],
|
|
470
|
+
retryable: true,
|
|
471
|
+
userAction: 'Refresh the page and try again'
|
|
472
|
+
});
|
|
473
|
+
};
|
|
474
|
+
}
|
|
475
|
+
componentWillLoad() {
|
|
476
|
+
// Initialize selection state based on store
|
|
477
|
+
this.isSelected = checkoutStore.selectedPaymentMethod.type === PaymentMethodTypes.plaid;
|
|
478
|
+
}
|
|
479
|
+
async resolvePaymentMethod() {
|
|
480
|
+
if (!this.publicToken) {
|
|
481
|
+
return { validationError: true };
|
|
482
|
+
}
|
|
483
|
+
return {
|
|
484
|
+
token: this.publicToken,
|
|
485
|
+
data: {
|
|
486
|
+
type: 'bank_account',
|
|
487
|
+
plaid_public_token: this.publicToken
|
|
488
|
+
}
|
|
489
|
+
};
|
|
490
|
+
}
|
|
491
|
+
// Returns a usable payment method token for checkout completion.
|
|
492
|
+
// Will perform the backend exchange if the token is not yet present in the store.
|
|
493
|
+
async getPaymentToken() {
|
|
494
|
+
if (checkoutStore.paymentToken) {
|
|
495
|
+
return checkoutStore.paymentToken;
|
|
496
|
+
}
|
|
497
|
+
await this.exchangePublicTokenForPaymentMethod();
|
|
498
|
+
return checkoutStore.paymentToken;
|
|
499
|
+
}
|
|
500
|
+
async handleSelectionClick() {
|
|
501
|
+
// Update local selection state
|
|
502
|
+
this.isSelected = true;
|
|
503
|
+
// Update store selection
|
|
504
|
+
checkoutStore.selectedPaymentMethod = { type: PaymentMethodTypes.plaid };
|
|
505
|
+
// If there's an error, clear it and try to initialize again
|
|
506
|
+
if (this.error) {
|
|
507
|
+
this.clearError();
|
|
508
|
+
this.waitForStoreAndInitialize();
|
|
509
|
+
return;
|
|
510
|
+
}
|
|
511
|
+
// If Plaid Link is ready and no public token exists, open Plaid Link
|
|
512
|
+
if (this.plaidLink && !this.publicToken && !this.isAuthenticating) {
|
|
513
|
+
this.openPlaidLink();
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
// Method to handle external selection changes (e.g., from other payment methods)
|
|
517
|
+
async setSelected(selected) {
|
|
518
|
+
this.isSelected = selected;
|
|
519
|
+
if (selected) {
|
|
520
|
+
checkoutStore.selectedPaymentMethod = { type: PaymentMethodTypes.plaid };
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
// Method to check if component is currently selected
|
|
524
|
+
async isCurrentlySelected() {
|
|
525
|
+
return this.isSelected;
|
|
526
|
+
}
|
|
527
|
+
// Method to handle external deselection (when another payment method is selected)
|
|
528
|
+
async deselect() {
|
|
529
|
+
this.isSelected = false;
|
|
530
|
+
// Don't clear the public token or error state as they might be needed if user reselects
|
|
531
|
+
}
|
|
532
|
+
// Method to reset component state (useful for testing or error recovery)
|
|
533
|
+
async reset() {
|
|
534
|
+
this.publicToken = null;
|
|
535
|
+
this.clearError();
|
|
536
|
+
this.isAuthenticating = false;
|
|
537
|
+
this.linkToken = null;
|
|
538
|
+
this.plaidLink = null;
|
|
539
|
+
this.retryCount = 0;
|
|
540
|
+
this.isRetrying = false;
|
|
541
|
+
// Clear any pending timeouts
|
|
542
|
+
if (this.timeoutId) {
|
|
543
|
+
clearTimeout(this.timeoutId);
|
|
544
|
+
this.timeoutId = null;
|
|
545
|
+
}
|
|
546
|
+
// Abort any pending requests
|
|
547
|
+
if (this.abortController) {
|
|
548
|
+
this.abortController.abort();
|
|
549
|
+
this.abortController = null;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
// Method to check if component is ready for authentication
|
|
553
|
+
async isReadyForAuthentication() {
|
|
554
|
+
return !!(this.plaidLink && this.linkToken && !this.isAuthenticating);
|
|
555
|
+
}
|
|
556
|
+
// Method to manually retry after an error
|
|
557
|
+
async retry() {
|
|
558
|
+
if (this.error && this.error.retryable) {
|
|
559
|
+
this.clearError();
|
|
560
|
+
this.waitForStoreAndInitialize();
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
// Method to get current error information
|
|
564
|
+
async getErrorInfo() {
|
|
565
|
+
return this.error;
|
|
566
|
+
}
|
|
567
|
+
componentDidLoad() {
|
|
568
|
+
// Set up store change listener to keep component in sync
|
|
569
|
+
const unsubscribe = onChange('selectedPaymentMethod', this.syncWithStore);
|
|
570
|
+
// Store unsubscribe function for cleanup
|
|
571
|
+
this.unsubscribeFromStore = unsubscribe;
|
|
572
|
+
}
|
|
573
|
+
disconnectedCallback() {
|
|
574
|
+
// Clean up store subscription
|
|
575
|
+
if (this.unsubscribeFromStore) {
|
|
576
|
+
this.unsubscribeFromStore();
|
|
577
|
+
}
|
|
578
|
+
// Clean up timeouts and abort controllers
|
|
579
|
+
if (this.timeoutId) {
|
|
580
|
+
clearTimeout(this.timeoutId);
|
|
581
|
+
}
|
|
582
|
+
if (this.abortController) {
|
|
583
|
+
this.abortController.abort();
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
render() {
|
|
587
|
+
// Only allow use if enabled in checkout settings
|
|
588
|
+
if (checkoutStore.bankAccountVerification !== true) {
|
|
589
|
+
if (!this.hasLoggedDisabledWarning) {
|
|
590
|
+
// Log once per component lifecycle
|
|
591
|
+
console.warn('[PlaidPaymentMethod] bank_account_verification is disabled. Component will not render.');
|
|
592
|
+
this.hasLoggedDisabledWarning = true;
|
|
593
|
+
}
|
|
594
|
+
return null;
|
|
595
|
+
}
|
|
596
|
+
const plaidLogo = (h("img", { class: "plaid-logo-img", src: plaidLogoSvg, alt: "Plaid", title: "Plaid", style: {
|
|
597
|
+
display: 'inline',
|
|
598
|
+
width: '20px',
|
|
599
|
+
height: '20px',
|
|
600
|
+
marginLeft: '5px',
|
|
601
|
+
marginTop: '-2px',
|
|
602
|
+
} }));
|
|
603
|
+
const renderErrorState = () => {
|
|
604
|
+
if (!this.error)
|
|
605
|
+
return null;
|
|
606
|
+
const errorClass = this.error.severity === ComponentErrorSeverity.ERROR
|
|
607
|
+
? 'text-danger'
|
|
608
|
+
: this.error.severity === ComponentErrorSeverity.WARNING
|
|
609
|
+
? 'text-warning'
|
|
610
|
+
: 'text-info';
|
|
611
|
+
return (h("div", { class: `${errorClass} mt-2` }, h("small", null, this.error.message), h("br", null), h("small", { class: "text-muted" }, this.error.userAction, this.error.retryable && this.retryCount < this.maxRetries && (h("span", null, " \u2022 Auto-retry in progress...")))));
|
|
612
|
+
};
|
|
613
|
+
const renderStatusState = () => {
|
|
614
|
+
if (this.error)
|
|
615
|
+
return null;
|
|
616
|
+
if (this.isAuthenticating) {
|
|
617
|
+
return (h("div", { class: "text-info mt-2" }, h("small", null, "Connecting to your bank...")));
|
|
618
|
+
}
|
|
619
|
+
if (this.publicToken) {
|
|
620
|
+
return (h("div", { class: "text-success mt-2" }, h("small", null, "\u2713 Bank account connected successfully")));
|
|
621
|
+
}
|
|
622
|
+
if (this.isSelected && !this.publicToken && !this.error && !this.isAuthenticating) {
|
|
623
|
+
return (h("div", { class: "text-muted mt-2" }, h("small", null, "Click to connect your bank account")));
|
|
624
|
+
}
|
|
625
|
+
return null;
|
|
626
|
+
};
|
|
627
|
+
return (h(StyledHost, { class: "payment-method" }, h("script", { src: "https://cdn.plaid.com/link/v2/stable/link-initialize.js", async: true, ref: (el) => (this.scriptRef = el) }), h("div", { title: "Pay with Plaid" }, h("div", { onClick: (event) => { event.preventDefault(); this.handleSelectionClick(); } }, "Pay with Bank Account ", plaidLogo, " "), renderErrorState(), renderStatusState())));
|
|
628
|
+
}
|
|
629
|
+
static get is() { return "justifi-plaid-payment-method"; }
|
|
630
|
+
static get encapsulation() { return "shadow"; }
|
|
631
|
+
static get states() {
|
|
632
|
+
return {
|
|
633
|
+
"isAuthenticating": {},
|
|
634
|
+
"publicToken": {},
|
|
635
|
+
"linkToken": {},
|
|
636
|
+
"linkTokenId": {},
|
|
637
|
+
"error": {},
|
|
638
|
+
"plaidLink": {},
|
|
639
|
+
"isSelected": {},
|
|
640
|
+
"retryCount": {},
|
|
641
|
+
"isRetrying": {}
|
|
642
|
+
};
|
|
643
|
+
}
|
|
644
|
+
static get events() {
|
|
645
|
+
return [{
|
|
646
|
+
"method": "paymentMethodOptionSelected",
|
|
647
|
+
"name": "paymentMethodOptionSelected",
|
|
648
|
+
"bubbles": true,
|
|
649
|
+
"cancelable": true,
|
|
650
|
+
"composed": true,
|
|
651
|
+
"docs": {
|
|
652
|
+
"tags": [],
|
|
653
|
+
"text": ""
|
|
654
|
+
},
|
|
655
|
+
"complexType": {
|
|
656
|
+
"original": "any",
|
|
657
|
+
"resolved": "any",
|
|
658
|
+
"references": {}
|
|
659
|
+
}
|
|
660
|
+
}, {
|
|
661
|
+
"method": "plaidError",
|
|
662
|
+
"name": "plaidError",
|
|
663
|
+
"bubbles": true,
|
|
664
|
+
"cancelable": true,
|
|
665
|
+
"composed": true,
|
|
666
|
+
"docs": {
|
|
667
|
+
"tags": [],
|
|
668
|
+
"text": ""
|
|
669
|
+
},
|
|
670
|
+
"complexType": {
|
|
671
|
+
"original": "any",
|
|
672
|
+
"resolved": "any",
|
|
673
|
+
"references": {}
|
|
674
|
+
}
|
|
675
|
+
}, {
|
|
676
|
+
"method": "plaidErrorRecovered",
|
|
677
|
+
"name": "plaidErrorRecovered",
|
|
678
|
+
"bubbles": true,
|
|
679
|
+
"cancelable": true,
|
|
680
|
+
"composed": true,
|
|
681
|
+
"docs": {
|
|
682
|
+
"tags": [],
|
|
683
|
+
"text": ""
|
|
684
|
+
},
|
|
685
|
+
"complexType": {
|
|
686
|
+
"original": "any",
|
|
687
|
+
"resolved": "any",
|
|
688
|
+
"references": {}
|
|
689
|
+
}
|
|
690
|
+
}];
|
|
691
|
+
}
|
|
692
|
+
static get methods() {
|
|
693
|
+
return {
|
|
694
|
+
"resolvePaymentMethod": {
|
|
695
|
+
"complexType": {
|
|
696
|
+
"signature": "() => Promise<PaymentMethodPayload>",
|
|
697
|
+
"parameters": [],
|
|
698
|
+
"references": {
|
|
699
|
+
"Promise": {
|
|
700
|
+
"location": "global",
|
|
701
|
+
"id": "global::Promise"
|
|
702
|
+
},
|
|
703
|
+
"PaymentMethodPayload": {
|
|
704
|
+
"location": "import",
|
|
705
|
+
"path": "../../checkout/payment-method-payload",
|
|
706
|
+
"id": "src/components/checkout/payment-method-payload.ts::PaymentMethodPayload"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"return": "Promise<PaymentMethodPayload>"
|
|
710
|
+
},
|
|
711
|
+
"docs": {
|
|
712
|
+
"text": "",
|
|
713
|
+
"tags": []
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"getPaymentToken": {
|
|
717
|
+
"complexType": {
|
|
718
|
+
"signature": "() => Promise<string | undefined>",
|
|
719
|
+
"parameters": [],
|
|
720
|
+
"references": {
|
|
721
|
+
"Promise": {
|
|
722
|
+
"location": "global",
|
|
723
|
+
"id": "global::Promise"
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
"return": "Promise<string>"
|
|
727
|
+
},
|
|
728
|
+
"docs": {
|
|
729
|
+
"text": "",
|
|
730
|
+
"tags": []
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"handleSelectionClick": {
|
|
734
|
+
"complexType": {
|
|
735
|
+
"signature": "() => Promise<void>",
|
|
736
|
+
"parameters": [],
|
|
737
|
+
"references": {
|
|
738
|
+
"Promise": {
|
|
739
|
+
"location": "global",
|
|
740
|
+
"id": "global::Promise"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"return": "Promise<void>"
|
|
744
|
+
},
|
|
745
|
+
"docs": {
|
|
746
|
+
"text": "",
|
|
747
|
+
"tags": []
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"setSelected": {
|
|
751
|
+
"complexType": {
|
|
752
|
+
"signature": "(selected: boolean) => Promise<void>",
|
|
753
|
+
"parameters": [{
|
|
754
|
+
"name": "selected",
|
|
755
|
+
"type": "boolean",
|
|
756
|
+
"docs": ""
|
|
757
|
+
}],
|
|
758
|
+
"references": {
|
|
759
|
+
"Promise": {
|
|
760
|
+
"location": "global",
|
|
761
|
+
"id": "global::Promise"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"return": "Promise<void>"
|
|
765
|
+
},
|
|
766
|
+
"docs": {
|
|
767
|
+
"text": "",
|
|
768
|
+
"tags": []
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"isCurrentlySelected": {
|
|
772
|
+
"complexType": {
|
|
773
|
+
"signature": "() => Promise<boolean>",
|
|
774
|
+
"parameters": [],
|
|
775
|
+
"references": {
|
|
776
|
+
"Promise": {
|
|
777
|
+
"location": "global",
|
|
778
|
+
"id": "global::Promise"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"return": "Promise<boolean>"
|
|
782
|
+
},
|
|
783
|
+
"docs": {
|
|
784
|
+
"text": "",
|
|
785
|
+
"tags": []
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"deselect": {
|
|
789
|
+
"complexType": {
|
|
790
|
+
"signature": "() => Promise<void>",
|
|
791
|
+
"parameters": [],
|
|
792
|
+
"references": {
|
|
793
|
+
"Promise": {
|
|
794
|
+
"location": "global",
|
|
795
|
+
"id": "global::Promise"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"return": "Promise<void>"
|
|
799
|
+
},
|
|
800
|
+
"docs": {
|
|
801
|
+
"text": "",
|
|
802
|
+
"tags": []
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"reset": {
|
|
806
|
+
"complexType": {
|
|
807
|
+
"signature": "() => Promise<void>",
|
|
808
|
+
"parameters": [],
|
|
809
|
+
"references": {
|
|
810
|
+
"Promise": {
|
|
811
|
+
"location": "global",
|
|
812
|
+
"id": "global::Promise"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"return": "Promise<void>"
|
|
816
|
+
},
|
|
817
|
+
"docs": {
|
|
818
|
+
"text": "",
|
|
819
|
+
"tags": []
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"isReadyForAuthentication": {
|
|
823
|
+
"complexType": {
|
|
824
|
+
"signature": "() => Promise<boolean>",
|
|
825
|
+
"parameters": [],
|
|
826
|
+
"references": {
|
|
827
|
+
"Promise": {
|
|
828
|
+
"location": "global",
|
|
829
|
+
"id": "global::Promise"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"return": "Promise<boolean>"
|
|
833
|
+
},
|
|
834
|
+
"docs": {
|
|
835
|
+
"text": "",
|
|
836
|
+
"tags": []
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
"retry": {
|
|
840
|
+
"complexType": {
|
|
841
|
+
"signature": "() => Promise<void>",
|
|
842
|
+
"parameters": [],
|
|
843
|
+
"references": {
|
|
844
|
+
"Promise": {
|
|
845
|
+
"location": "global",
|
|
846
|
+
"id": "global::Promise"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"return": "Promise<void>"
|
|
850
|
+
},
|
|
851
|
+
"docs": {
|
|
852
|
+
"text": "",
|
|
853
|
+
"tags": []
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"getErrorInfo": {
|
|
857
|
+
"complexType": {
|
|
858
|
+
"signature": "() => Promise<PlaidError | null>",
|
|
859
|
+
"parameters": [],
|
|
860
|
+
"references": {
|
|
861
|
+
"Promise": {
|
|
862
|
+
"location": "global",
|
|
863
|
+
"id": "global::Promise"
|
|
864
|
+
},
|
|
865
|
+
"PlaidError": {
|
|
866
|
+
"location": "global",
|
|
867
|
+
"id": "global::PlaidError"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"return": "Promise<PlaidError>"
|
|
871
|
+
},
|
|
872
|
+
"docs": {
|
|
873
|
+
"text": "",
|
|
874
|
+
"tags": []
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
};
|
|
878
|
+
}
|
|
879
|
+
static get watchers() {
|
|
880
|
+
return [{
|
|
881
|
+
"propName": "isSelected",
|
|
882
|
+
"methodName": "onSelectionChange"
|
|
883
|
+
}];
|
|
884
|
+
}
|
|
885
|
+
}
|