mollie-api-typescript 0.1.2 → 0.1.3
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/FUNCTIONS.md +13 -0
- package/README.md +84 -0
- package/bin/mcp-server.js +5173 -1638
- package/bin/mcp-server.js.map +47 -46
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/cancelpayment.d.ts +1458 -19
- package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelpayment.js +755 -20
- package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +1596 -20
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.js +819 -22
- package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +1596 -20
- package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpayment.js +810 -22
- package/dist/commonjs/models/operations/createpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpaymentlink.d.ts +2 -2
- package/dist/commonjs/models/operations/getnextsettlement.d.ts +6 -846
- package/dist/commonjs/models/operations/getnextsettlement.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getnextsettlement.js +3 -586
- package/dist/commonjs/models/operations/getnextsettlement.js.map +1 -1
- package/dist/commonjs/models/operations/getopensettlement.d.ts +6 -846
- package/dist/commonjs/models/operations/getopensettlement.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getopensettlement.js +3 -586
- package/dist/commonjs/models/operations/getopensettlement.js.map +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +1458 -19
- package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpayment.js +751 -20
- package/dist/commonjs/models/operations/getpayment.js.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlink.d.ts +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +1466 -27
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +771 -32
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/getsettlement.d.ts +6 -846
- package/dist/commonjs/models/operations/getsettlement.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getsettlement.js +3 -579
- package/dist/commonjs/models/operations/getsettlement.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.d.ts +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.js +8 -14
- package/dist/commonjs/models/operations/listallchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.d.ts +15 -15
- package/dist/commonjs/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.js +19 -18
- package/dist/commonjs/models/operations/listallmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.d.ts +8 -8
- package/dist/commonjs/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.js +8 -12
- package/dist/commonjs/models/operations/listallrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts +8 -8
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.js +8 -13
- package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listbalances.d.ts +8 -8
- package/dist/commonjs/models/operations/listbalances.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalances.js +8 -12
- package/dist/commonjs/models/operations/listbalances.js.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts +8 -8
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.js +8 -10
- package/dist/commonjs/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/commonjs/models/operations/listcaptures.d.ts +8 -8
- package/dist/commonjs/models/operations/listcaptures.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcaptures.js +8 -12
- package/dist/commonjs/models/operations/listcaptures.js.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.js +8 -12
- package/dist/commonjs/models/operations/listchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listclients.d.ts +8 -8
- package/dist/commonjs/models/operations/listclients.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listclients.js +8 -12
- package/dist/commonjs/models/operations/listclients.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.js +776 -42
- package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.d.ts +8 -8
- package/dist/commonjs/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.js +8 -12
- package/dist/commonjs/models/operations/listcustomers.js.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.d.ts +8 -8
- package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.js +8 -12
- package/dist/commonjs/models/operations/listinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listmandates.d.ts +8 -8
- package/dist/commonjs/models/operations/listmandates.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmandates.js +8 -12
- package/dist/commonjs/models/operations/listmandates.js.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts +9 -9
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.js +8 -13
- package/dist/commonjs/models/operations/listpaymentlinks.js.map +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpayments.js +768 -39
- package/dist/commonjs/models/operations/listpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.d.ts +8 -8
- package/dist/commonjs/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.js +8 -12
- package/dist/commonjs/models/operations/listprofiles.js.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.d.ts +8 -8
- package/dist/commonjs/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.js +8 -12
- package/dist/commonjs/models/operations/listrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsalesinvoices.d.ts +8 -8
- package/dist/commonjs/models/operations/listsalesinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsalesinvoices.js +8 -14
- package/dist/commonjs/models/operations/listsalesinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementcaptures.d.ts +8 -8
- package/dist/commonjs/models/operations/listsettlementcaptures.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementcaptures.js +8 -11
- package/dist/commonjs/models/operations/listsettlementcaptures.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.js +8 -10
- package/dist/commonjs/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.js +777 -40
- package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts +8 -8
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.js +8 -12
- package/dist/commonjs/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlements.d.ts +14 -854
- package/dist/commonjs/models/operations/listsettlements.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlements.js +11 -596
- package/dist/commonjs/models/operations/listsettlements.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +777 -39
- package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.d.ts +8 -8
- package/dist/commonjs/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.js +8 -14
- package/dist/commonjs/models/operations/listsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listterminals.d.ts +8 -8
- package/dist/commonjs/models/operations/listterminals.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listterminals.js +8 -12
- package/dist/commonjs/models/operations/listterminals.js.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.d.ts +8 -8
- package/dist/commonjs/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.js +8 -12
- package/dist/commonjs/models/operations/listwebhooks.js.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +1458 -19
- package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.js +755 -21
- package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
- package/dist/commonjs/models/operations/updatepaymentlink.d.ts +2 -2
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/cancelpayment.d.ts +1458 -19
- package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelpayment.js +735 -16
- package/dist/esm/models/operations/cancelpayment.js.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +1596 -20
- package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.js +796 -16
- package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +1596 -20
- package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createpayment.js +787 -16
- package/dist/esm/models/operations/createpayment.js.map +1 -1
- package/dist/esm/models/operations/createpaymentlink.d.ts +2 -2
- package/dist/esm/models/operations/getnextsettlement.d.ts +6 -846
- package/dist/esm/models/operations/getnextsettlement.d.ts.map +1 -1
- package/dist/esm/models/operations/getnextsettlement.js +2 -556
- package/dist/esm/models/operations/getnextsettlement.js.map +1 -1
- package/dist/esm/models/operations/getopensettlement.d.ts +6 -846
- package/dist/esm/models/operations/getopensettlement.d.ts.map +1 -1
- package/dist/esm/models/operations/getopensettlement.js +2 -556
- package/dist/esm/models/operations/getopensettlement.js.map +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +1458 -19
- package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/getpayment.js +731 -16
- package/dist/esm/models/operations/getpayment.js.map +1 -1
- package/dist/esm/models/operations/getpaymentlink.d.ts +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +1466 -27
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +751 -27
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/getsettlement.d.ts +6 -846
- package/dist/esm/models/operations/getsettlement.d.ts.map +1 -1
- package/dist/esm/models/operations/getsettlement.js +2 -549
- package/dist/esm/models/operations/getsettlement.js.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.d.ts +1 -1
- package/dist/esm/models/operations/listallchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listallchargebacks.js +8 -14
- package/dist/esm/models/operations/listallchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listallmethods.d.ts +15 -15
- package/dist/esm/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listallmethods.js +16 -15
- package/dist/esm/models/operations/listallmethods.js.map +1 -1
- package/dist/esm/models/operations/listallrefunds.d.ts +8 -8
- package/dist/esm/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listallrefunds.js +8 -12
- package/dist/esm/models/operations/listallrefunds.js.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.d.ts +8 -8
- package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.js +8 -13
- package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listbalances.d.ts +8 -8
- package/dist/esm/models/operations/listbalances.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalances.js +8 -12
- package/dist/esm/models/operations/listbalances.js.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.d.ts +8 -8
- package/dist/esm/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.js +8 -10
- package/dist/esm/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/esm/models/operations/listcaptures.d.ts +8 -8
- package/dist/esm/models/operations/listcaptures.d.ts.map +1 -1
- package/dist/esm/models/operations/listcaptures.js +8 -12
- package/dist/esm/models/operations/listcaptures.js.map +1 -1
- package/dist/esm/models/operations/listchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listchargebacks.js +8 -12
- package/dist/esm/models/operations/listchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listclients.d.ts +8 -8
- package/dist/esm/models/operations/listclients.d.ts.map +1 -1
- package/dist/esm/models/operations/listclients.js +8 -12
- package/dist/esm/models/operations/listclients.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.js +756 -37
- package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/esm/models/operations/listcustomers.d.ts +8 -8
- package/dist/esm/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomers.js +8 -12
- package/dist/esm/models/operations/listcustomers.js.map +1 -1
- package/dist/esm/models/operations/listinvoices.d.ts +8 -8
- package/dist/esm/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listinvoices.js +8 -12
- package/dist/esm/models/operations/listinvoices.js.map +1 -1
- package/dist/esm/models/operations/listmandates.d.ts +8 -8
- package/dist/esm/models/operations/listmandates.d.ts.map +1 -1
- package/dist/esm/models/operations/listmandates.js +8 -12
- package/dist/esm/models/operations/listmandates.js.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.d.ts +9 -9
- package/dist/esm/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.js +8 -13
- package/dist/esm/models/operations/listpaymentlinks.js.map +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listpayments.js +748 -34
- package/dist/esm/models/operations/listpayments.js.map +1 -1
- package/dist/esm/models/operations/listprofiles.d.ts +8 -8
- package/dist/esm/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/esm/models/operations/listprofiles.js +8 -12
- package/dist/esm/models/operations/listprofiles.js.map +1 -1
- package/dist/esm/models/operations/listrefunds.d.ts +8 -8
- package/dist/esm/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listrefunds.js +8 -12
- package/dist/esm/models/operations/listrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsalesinvoices.d.ts +8 -8
- package/dist/esm/models/operations/listsalesinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listsalesinvoices.js +8 -14
- package/dist/esm/models/operations/listsalesinvoices.js.map +1 -1
- package/dist/esm/models/operations/listsettlementcaptures.d.ts +8 -8
- package/dist/esm/models/operations/listsettlementcaptures.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementcaptures.js +8 -11
- package/dist/esm/models/operations/listsettlementcaptures.js.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.js +8 -10
- package/dist/esm/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.js +757 -35
- package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.d.ts +8 -8
- package/dist/esm/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.js +8 -12
- package/dist/esm/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsettlements.d.ts +14 -854
- package/dist/esm/models/operations/listsettlements.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlements.js +10 -566
- package/dist/esm/models/operations/listsettlements.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.js +757 -34
- package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.d.ts +8 -8
- package/dist/esm/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.js +8 -14
- package/dist/esm/models/operations/listsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listterminals.d.ts +8 -8
- package/dist/esm/models/operations/listterminals.d.ts.map +1 -1
- package/dist/esm/models/operations/listterminals.js +8 -12
- package/dist/esm/models/operations/listterminals.js.map +1 -1
- package/dist/esm/models/operations/listwebhooks.d.ts +8 -8
- package/dist/esm/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/esm/models/operations/listwebhooks.js +8 -12
- package/dist/esm/models/operations/listwebhooks.js.map +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +1458 -19
- package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/esm/models/operations/updatepayment.js +735 -16
- package/dist/esm/models/operations/updatepayment.js.map +1 -1
- package/dist/esm/models/operations/updatepaymentlink.d.ts +2 -2
- package/docs/sdks/customers/README.md +26 -0
- package/docs/sdks/payments/README.md +26 -0
- package/examples/package-lock.json +1 -1
- package/examples/paymentsCreate.example.ts +14 -0
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/cancelpayment.ts +2821 -1297
- package/src/models/operations/createcustomerpayment.ts +4804 -3036
- package/src/models/operations/createpayment.ts +4484 -2767
- package/src/models/operations/createpaymentlink.ts +2 -2
- package/src/models/operations/getnextsettlement.ts +4 -1290
- package/src/models/operations/getopensettlement.ts +4 -1290
- package/src/models/operations/getpayment.ts +3155 -1650
- package/src/models/operations/getpaymentlink.ts +1 -1
- package/src/models/operations/getpaymentlinkpayments.ts +3426 -1847
- package/src/models/operations/getsettlement.ts +4 -1253
- package/src/models/operations/getwebhookevent.ts +1 -1
- package/src/models/operations/listallchargebacks.ts +16 -22
- package/src/models/operations/listallmethods.ts +27 -34
- package/src/models/operations/listallrefunds.ts +16 -20
- package/src/models/operations/listallsubscriptions.ts +18 -21
- package/src/models/operations/listbalances.ts +16 -20
- package/src/models/operations/listbalancetransactions.ts +16 -18
- package/src/models/operations/listcaptures.ts +16 -20
- package/src/models/operations/listchargebacks.ts +16 -20
- package/src/models/operations/listclients.ts +16 -20
- package/src/models/operations/listcustomerpayments.ts +3408 -1847
- package/src/models/operations/listcustomers.ts +16 -20
- package/src/models/operations/listinvoices.ts +16 -20
- package/src/models/operations/listmandates.ts +16 -20
- package/src/models/operations/listpaymentlinks.ts +17 -22
- package/src/models/operations/listpayments.ts +2971 -1455
- package/src/models/operations/listprofiles.ts +16 -20
- package/src/models/operations/listrefunds.ts +16 -20
- package/src/models/operations/listsalesinvoices.ts +16 -22
- package/src/models/operations/listsettlementcaptures.ts +18 -19
- package/src/models/operations/listsettlementchargebacks.ts +16 -18
- package/src/models/operations/listsettlementpayments.ts +3436 -1859
- package/src/models/operations/listsettlementrefunds.ts +18 -20
- package/src/models/operations/listsettlements.ts +228 -1500
- package/src/models/operations/listsubscriptionpayments.ts +3479 -1875
- package/src/models/operations/listsubscriptions.ts +16 -22
- package/src/models/operations/listterminals.ts +16 -20
- package/src/models/operations/listwebhooks.ts +16 -20
- package/src/models/operations/updatepayment.ts +3437 -1913
- package/src/models/operations/updatepaymentlink.ts +2 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
import { ClosedEnum } from "../../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { RFCDate } from "../../types/rfcdate.js";
|
|
4
5
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
6
|
/**
|
|
6
7
|
* This endpoint allows you to include additional information via the `include` query string parameter.
|
|
@@ -423,7 +424,7 @@ export type GetPaymentLine = {
|
|
|
423
424
|
* An array with the voucher categories, in case of a line eligible for a voucher. See the
|
|
424
425
|
*
|
|
425
426
|
* @remarks
|
|
426
|
-
* [Integrating Vouchers](integrating-vouchers) guide for more information.
|
|
427
|
+
* [Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information.
|
|
427
428
|
*/
|
|
428
429
|
categories?: Array<GetPaymentCategory> | undefined;
|
|
429
430
|
/**
|
|
@@ -988,7 +989,7 @@ export type GetPaymentSequenceType = ClosedEnum<typeof GetPaymentSequenceType>;
|
|
|
988
989
|
* @remarks
|
|
989
990
|
* statuses occur at what point.
|
|
990
991
|
*/
|
|
991
|
-
export declare const
|
|
992
|
+
export declare const GetPaymentStatusEnum: {
|
|
992
993
|
readonly Open: "open";
|
|
993
994
|
readonly Pending: "pending";
|
|
994
995
|
readonly Authorized: "authorized";
|
|
@@ -1003,7 +1004,132 @@ export declare const GetPaymentStatus: {
|
|
|
1003
1004
|
* @remarks
|
|
1004
1005
|
* statuses occur at what point.
|
|
1005
1006
|
*/
|
|
1006
|
-
export type
|
|
1007
|
+
export type GetPaymentStatusEnum = ClosedEnum<typeof GetPaymentStatusEnum>;
|
|
1008
|
+
/**
|
|
1009
|
+
* A machine-readable code that indicates the reason for the payment's status.
|
|
1010
|
+
*/
|
|
1011
|
+
export declare const GetPaymentCode: {
|
|
1012
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
1013
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
1014
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
1015
|
+
readonly CaptureCard: "capture_card";
|
|
1016
|
+
readonly DoNotHonor: "do_not_honor";
|
|
1017
|
+
readonly Error: "error";
|
|
1018
|
+
readonly PartialApproval: "partial_approval";
|
|
1019
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
1020
|
+
readonly InvalidAmount: "invalid_amount";
|
|
1021
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
1022
|
+
readonly LostCard: "lost_card";
|
|
1023
|
+
readonly StolenCard: "stolen_card";
|
|
1024
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
1025
|
+
readonly ExpiredCard: "expired_card";
|
|
1026
|
+
readonly InvalidPin: "invalid_pin";
|
|
1027
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
1028
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
1029
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
1030
|
+
readonly RestrictedCard: "restricted_card";
|
|
1031
|
+
readonly SecurityViolation: "security_violation";
|
|
1032
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
1033
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
1034
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
1035
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
1036
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
1037
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
1038
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
1039
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
1040
|
+
readonly HonorWithId: "honor_with_id";
|
|
1041
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
1042
|
+
readonly FormatError: "format_error";
|
|
1043
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
1044
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
1045
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
1046
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
1047
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
1048
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
1049
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
1050
|
+
readonly PolicyRelated: "policy_related";
|
|
1051
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
1052
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
1053
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
1054
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
1055
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
1056
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
1057
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
1058
|
+
readonly VipApproval: "vip_approval";
|
|
1059
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
1060
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
1061
|
+
readonly NoActionTaken: "no_action_taken";
|
|
1062
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
1063
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
1064
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
1065
|
+
readonly ClosedAccount: "closed_account";
|
|
1066
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
1067
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
1068
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
1069
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
1070
|
+
readonly PinDataRequired: "pin_data_required";
|
|
1071
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
1072
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
1073
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
1074
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
1075
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
1076
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
1077
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
1078
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
1079
|
+
readonly ForceStip: "force_stip";
|
|
1080
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
1081
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
1082
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
1083
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
1084
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
1085
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
1086
|
+
readonly UnsafePin: "unsafe_pin";
|
|
1087
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
1088
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
1089
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
1090
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
1091
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
1092
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
1093
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
1094
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
1095
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
1096
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
1097
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
1098
|
+
readonly TerminalClosed: "terminal_closed";
|
|
1099
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
1100
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
1101
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
1102
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
1103
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
1104
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
1105
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
1106
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
1107
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
1108
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
1109
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
1110
|
+
readonly TerminalBusy: "terminal_busy";
|
|
1111
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
1112
|
+
readonly ServiceFailed: "service_failed";
|
|
1113
|
+
readonly InvalidOperation: "invalid_operation";
|
|
1114
|
+
readonly AuthorizationError: "authorization_error";
|
|
1115
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
1116
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
1117
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
1118
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
1119
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
1120
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
1121
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
1122
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
1123
|
+
readonly CardNotAvailable: "card_not_available";
|
|
1124
|
+
readonly WrongCurrency: "wrong_currency";
|
|
1125
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
1126
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
1127
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
1128
|
+
};
|
|
1129
|
+
/**
|
|
1130
|
+
* A machine-readable code that indicates the reason for the payment's status.
|
|
1131
|
+
*/
|
|
1132
|
+
export type GetPaymentCode = ClosedEnum<typeof GetPaymentCode>;
|
|
1007
1133
|
/**
|
|
1008
1134
|
* This object offers details about the status of a payment. Currently it is only available for point-of-sale
|
|
1009
1135
|
*
|
|
@@ -1014,15 +1140,518 @@ export type GetPaymentStatus = ClosedEnum<typeof GetPaymentStatus>;
|
|
|
1014
1140
|
* [this page](status-reasons).**
|
|
1015
1141
|
*/
|
|
1016
1142
|
export type GetPaymentStatusReason = {
|
|
1017
|
-
|
|
1018
|
-
* A machine-readable code that indicates the reason for the payment's status.
|
|
1019
|
-
*/
|
|
1020
|
-
code: string;
|
|
1143
|
+
code: GetPaymentCode;
|
|
1021
1144
|
/**
|
|
1022
1145
|
* A description of the status reason, localized according to the payment `locale`.
|
|
1023
1146
|
*/
|
|
1024
1147
|
message: string;
|
|
1025
1148
|
};
|
|
1149
|
+
/**
|
|
1150
|
+
* The card's target audience, if known.
|
|
1151
|
+
*/
|
|
1152
|
+
export declare const GetPaymentCardAudition: {
|
|
1153
|
+
readonly Consumer: "consumer";
|
|
1154
|
+
readonly Business: "business";
|
|
1155
|
+
};
|
|
1156
|
+
/**
|
|
1157
|
+
* The card's target audience, if known.
|
|
1158
|
+
*/
|
|
1159
|
+
export type GetPaymentCardAudition = ClosedEnum<typeof GetPaymentCardAudition>;
|
|
1160
|
+
/**
|
|
1161
|
+
* The card's label, if known.
|
|
1162
|
+
*/
|
|
1163
|
+
export declare const GetPaymentCardLabel: {
|
|
1164
|
+
readonly AmericanExpress: "American Express";
|
|
1165
|
+
readonly CartaSi: "Carta Si";
|
|
1166
|
+
readonly CarteBleue: "Carte Bleue";
|
|
1167
|
+
readonly Dankort: "Dankort";
|
|
1168
|
+
readonly DinersClub: "Diners Club";
|
|
1169
|
+
readonly Discover: "Discover";
|
|
1170
|
+
readonly Jcb: "JCB";
|
|
1171
|
+
readonly Laser: "Laser";
|
|
1172
|
+
readonly Maestro: "Maestro";
|
|
1173
|
+
readonly Mastercard: "Mastercard";
|
|
1174
|
+
readonly Unionpay: "Unionpay";
|
|
1175
|
+
readonly Visa: "Visa";
|
|
1176
|
+
readonly Vpay: "Vpay";
|
|
1177
|
+
};
|
|
1178
|
+
/**
|
|
1179
|
+
* The card's label, if known.
|
|
1180
|
+
*/
|
|
1181
|
+
export type GetPaymentCardLabel = ClosedEnum<typeof GetPaymentCardLabel>;
|
|
1182
|
+
/**
|
|
1183
|
+
* The card type.
|
|
1184
|
+
*/
|
|
1185
|
+
export declare const GetPaymentCardFunding: {
|
|
1186
|
+
readonly Debit: "debit";
|
|
1187
|
+
readonly Credit: "credit";
|
|
1188
|
+
readonly Prepaid: "prepaid";
|
|
1189
|
+
readonly DeferredDebit: "deferred-debit";
|
|
1190
|
+
};
|
|
1191
|
+
/**
|
|
1192
|
+
* The card type.
|
|
1193
|
+
*/
|
|
1194
|
+
export type GetPaymentCardFunding = ClosedEnum<typeof GetPaymentCardFunding>;
|
|
1195
|
+
/**
|
|
1196
|
+
* The level of security applied during card processing.
|
|
1197
|
+
*/
|
|
1198
|
+
export declare const GetPaymentCardSecurity: {
|
|
1199
|
+
readonly Normal: "normal";
|
|
1200
|
+
readonly Threedsecure: "3dsecure";
|
|
1201
|
+
};
|
|
1202
|
+
/**
|
|
1203
|
+
* The level of security applied during card processing.
|
|
1204
|
+
*/
|
|
1205
|
+
export type GetPaymentCardSecurity = ClosedEnum<typeof GetPaymentCardSecurity>;
|
|
1206
|
+
/**
|
|
1207
|
+
* The applicable card fee region.
|
|
1208
|
+
*/
|
|
1209
|
+
export declare const GetPaymentFeeRegion: {
|
|
1210
|
+
readonly AmericanExpress: "american-express";
|
|
1211
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
1212
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
1213
|
+
readonly IntraEu: "intra-eu";
|
|
1214
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
1215
|
+
readonly Domestic: "domestic";
|
|
1216
|
+
readonly Maestro: "maestro";
|
|
1217
|
+
readonly Other: "other";
|
|
1218
|
+
readonly Inter: "inter";
|
|
1219
|
+
readonly IntraEea: "intra-eea";
|
|
1220
|
+
};
|
|
1221
|
+
/**
|
|
1222
|
+
* The applicable card fee region.
|
|
1223
|
+
*/
|
|
1224
|
+
export type GetPaymentFeeRegion = ClosedEnum<typeof GetPaymentFeeRegion>;
|
|
1225
|
+
/**
|
|
1226
|
+
* A failure code to help understand why the payment failed.
|
|
1227
|
+
*/
|
|
1228
|
+
export declare const GetPaymentFailureReason: {
|
|
1229
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
1230
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
1231
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
1232
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
1233
|
+
readonly CardDeclined: "card_declined";
|
|
1234
|
+
readonly CardExpired: "card_expired";
|
|
1235
|
+
readonly InactiveCard: "inactive_card";
|
|
1236
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
1237
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
1238
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
1239
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
1240
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
1241
|
+
readonly PossibleFraud: "possible_fraud";
|
|
1242
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
1243
|
+
readonly UnknownReason: "unknown_reason";
|
|
1244
|
+
};
|
|
1245
|
+
/**
|
|
1246
|
+
* A failure code to help understand why the payment failed.
|
|
1247
|
+
*/
|
|
1248
|
+
export type GetPaymentFailureReason = ClosedEnum<typeof GetPaymentFailureReason>;
|
|
1249
|
+
/**
|
|
1250
|
+
* The wallet used when creating the payment.
|
|
1251
|
+
*/
|
|
1252
|
+
export declare const GetPaymentWallet: {
|
|
1253
|
+
readonly Applepay: "applepay";
|
|
1254
|
+
};
|
|
1255
|
+
/**
|
|
1256
|
+
* The wallet used when creating the payment.
|
|
1257
|
+
*/
|
|
1258
|
+
export type GetPaymentWallet = ClosedEnum<typeof GetPaymentWallet>;
|
|
1259
|
+
/**
|
|
1260
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1261
|
+
*
|
|
1262
|
+
* @remarks
|
|
1263
|
+
* payments, and if the information is made available by PayPal.
|
|
1264
|
+
*/
|
|
1265
|
+
export declare const GetPaymentSellerProtection: {
|
|
1266
|
+
readonly Eligible: "Eligible";
|
|
1267
|
+
readonly Ineligible: "Ineligible";
|
|
1268
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
1269
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
1270
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
1271
|
+
readonly None: "None";
|
|
1272
|
+
readonly Active: "Active";
|
|
1273
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
1274
|
+
};
|
|
1275
|
+
/**
|
|
1276
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1277
|
+
*
|
|
1278
|
+
* @remarks
|
|
1279
|
+
* payments, and if the information is made available by PayPal.
|
|
1280
|
+
*/
|
|
1281
|
+
export type GetPaymentSellerProtection = ClosedEnum<typeof GetPaymentSellerProtection>;
|
|
1282
|
+
/**
|
|
1283
|
+
* An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
|
|
1284
|
+
*
|
|
1285
|
+
* @remarks
|
|
1286
|
+
* PayPal will not charge a fee for this transaction.
|
|
1287
|
+
*/
|
|
1288
|
+
export type GetPaymentPaypalFee = {
|
|
1289
|
+
/**
|
|
1290
|
+
* A three-character ISO 4217 currency code.
|
|
1291
|
+
*/
|
|
1292
|
+
currency: string;
|
|
1293
|
+
/**
|
|
1294
|
+
* A string containing an exact monetary amount in the given currency.
|
|
1295
|
+
*/
|
|
1296
|
+
value: string;
|
|
1297
|
+
};
|
|
1298
|
+
/**
|
|
1299
|
+
* The method by which the card was read by the terminal.
|
|
1300
|
+
*/
|
|
1301
|
+
export declare const GetPaymentCardReadMethod: {
|
|
1302
|
+
readonly Chip: "chip";
|
|
1303
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
1304
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
1305
|
+
readonly Contactless: "contactless";
|
|
1306
|
+
readonly Moto: "moto";
|
|
1307
|
+
};
|
|
1308
|
+
/**
|
|
1309
|
+
* The method by which the card was read by the terminal.
|
|
1310
|
+
*/
|
|
1311
|
+
export type GetPaymentCardReadMethod = ClosedEnum<typeof GetPaymentCardReadMethod>;
|
|
1312
|
+
/**
|
|
1313
|
+
* The method used to verify the cardholder's identity.
|
|
1314
|
+
*/
|
|
1315
|
+
export declare const GetPaymentCardVerificationMethod: {
|
|
1316
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
1317
|
+
readonly OnlinePin: "online-pin";
|
|
1318
|
+
readonly OfflinePin: "offline-pin";
|
|
1319
|
+
readonly ConsumerDevice: "consumer-device";
|
|
1320
|
+
readonly Signature: "signature";
|
|
1321
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
1322
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
1323
|
+
readonly None: "none";
|
|
1324
|
+
readonly Failed: "failed";
|
|
1325
|
+
};
|
|
1326
|
+
/**
|
|
1327
|
+
* The method used to verify the cardholder's identity.
|
|
1328
|
+
*/
|
|
1329
|
+
export type GetPaymentCardVerificationMethod = ClosedEnum<typeof GetPaymentCardVerificationMethod>;
|
|
1330
|
+
/**
|
|
1331
|
+
* The Point of sale receipt object.
|
|
1332
|
+
*/
|
|
1333
|
+
export type GetPaymentReceipt = {
|
|
1334
|
+
/**
|
|
1335
|
+
* A unique code provided by the cardholder’s bank to confirm that the transaction was successfully approved.
|
|
1336
|
+
*/
|
|
1337
|
+
authorizationCode?: string | null | undefined;
|
|
1338
|
+
/**
|
|
1339
|
+
* The unique number that identifies a specific payment application on a chip card.
|
|
1340
|
+
*/
|
|
1341
|
+
applicationIdentifier?: string | null | undefined;
|
|
1342
|
+
/**
|
|
1343
|
+
* The method by which the card was read by the terminal.
|
|
1344
|
+
*/
|
|
1345
|
+
cardReadMethod?: GetPaymentCardReadMethod | null | undefined;
|
|
1346
|
+
/**
|
|
1347
|
+
* The method used to verify the cardholder's identity.
|
|
1348
|
+
*/
|
|
1349
|
+
cardVerificationMethod?: GetPaymentCardVerificationMethod | null | undefined;
|
|
1350
|
+
};
|
|
1351
|
+
/**
|
|
1352
|
+
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
1353
|
+
*
|
|
1354
|
+
* @remarks
|
|
1355
|
+
* the QR code details will be available in this object.
|
|
1356
|
+
*
|
|
1357
|
+
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
1358
|
+
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
1359
|
+
*/
|
|
1360
|
+
export type GetPaymentQrCode = {
|
|
1361
|
+
/**
|
|
1362
|
+
* The height of the QR code image in pixels.
|
|
1363
|
+
*/
|
|
1364
|
+
height?: number | undefined;
|
|
1365
|
+
/**
|
|
1366
|
+
* The width of the QR code image in pixels.
|
|
1367
|
+
*/
|
|
1368
|
+
width?: number | undefined;
|
|
1369
|
+
/**
|
|
1370
|
+
* The URL to the QR code image. The image is a PNG file, and can be displayed directly in the browser or
|
|
1371
|
+
*
|
|
1372
|
+
* @remarks
|
|
1373
|
+
* downloaded.
|
|
1374
|
+
*/
|
|
1375
|
+
src?: string | undefined;
|
|
1376
|
+
};
|
|
1377
|
+
/**
|
|
1378
|
+
* An amount object for the amount that remained after all gift cards or vouchers were applied.
|
|
1379
|
+
*/
|
|
1380
|
+
export type GetPaymentRemainderAmount = {
|
|
1381
|
+
/**
|
|
1382
|
+
* A three-character ISO 4217 currency code.
|
|
1383
|
+
*/
|
|
1384
|
+
currency: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* A string containing an exact monetary amount in the given currency.
|
|
1387
|
+
*/
|
|
1388
|
+
value: string;
|
|
1389
|
+
};
|
|
1390
|
+
/**
|
|
1391
|
+
* An object containing payment details collected during the payment process. For example, details may include the
|
|
1392
|
+
*
|
|
1393
|
+
* @remarks
|
|
1394
|
+
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
1395
|
+
* [method-specific parameters](extra-payment-parameters) guide.
|
|
1396
|
+
*/
|
|
1397
|
+
export type GetPaymentDetails = {
|
|
1398
|
+
/**
|
|
1399
|
+
* The customer's name, if made available by the payment method. For card payments, refer to details.cardHolder.
|
|
1400
|
+
*/
|
|
1401
|
+
consumerName?: string | null | undefined;
|
|
1402
|
+
/**
|
|
1403
|
+
* The customer's account reference.
|
|
1404
|
+
*
|
|
1405
|
+
* @remarks
|
|
1406
|
+
*
|
|
1407
|
+
* For banking-based payment methods — such as iDEAL — this is normally either an IBAN or a domestic bank account
|
|
1408
|
+
* number.
|
|
1409
|
+
*
|
|
1410
|
+
* For PayPal, the account reference is an email address.
|
|
1411
|
+
*
|
|
1412
|
+
* For card and Bancontact payments, refer to details.cardNumber.
|
|
1413
|
+
*/
|
|
1414
|
+
consumerAccount?: string | null | undefined;
|
|
1415
|
+
/**
|
|
1416
|
+
* The BIC of the customer's bank account, if applicable.
|
|
1417
|
+
*/
|
|
1418
|
+
consumerBic?: string | null | undefined;
|
|
1419
|
+
/**
|
|
1420
|
+
* For wallet payment methods — such as Apple Pay and PayPal — the shipping address is often already known by the
|
|
1421
|
+
*
|
|
1422
|
+
* @remarks
|
|
1423
|
+
* wallet provider. In these cases the shipping address may be available as a payment detail.
|
|
1424
|
+
*/
|
|
1425
|
+
shippingAddress?: {
|
|
1426
|
+
[k: string]: any;
|
|
1427
|
+
} | null | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* For bancontact, it will be the customer's masked card number. For cards, it will be the last 4-digit of the
|
|
1430
|
+
*
|
|
1431
|
+
* @remarks
|
|
1432
|
+
* PAN. For Point-of-sale, it will be the the last 4 digits of the customer's masked card number.
|
|
1433
|
+
*/
|
|
1434
|
+
cardNumber?: string | null | undefined;
|
|
1435
|
+
/**
|
|
1436
|
+
* The name of the bank that the customer will need to make the bank transfer payment towards.
|
|
1437
|
+
*/
|
|
1438
|
+
bankName?: string | undefined;
|
|
1439
|
+
/**
|
|
1440
|
+
* The bank account number the customer will need to make the bank transfer payment towards.
|
|
1441
|
+
*/
|
|
1442
|
+
bankAccount?: string | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* The BIC of the bank the customer will need to make the bank transfer payment towards.
|
|
1445
|
+
*/
|
|
1446
|
+
bankBic?: string | undefined;
|
|
1447
|
+
/**
|
|
1448
|
+
* The Mollie-generated reference the customer needs to use when transfering the amount. Do not apply any
|
|
1449
|
+
*
|
|
1450
|
+
* @remarks
|
|
1451
|
+
* formatting here; show it to the customer as-is.
|
|
1452
|
+
*/
|
|
1453
|
+
transferReference?: string | null | undefined;
|
|
1454
|
+
/**
|
|
1455
|
+
* A unique fingerprint for a specific card. Can be used to identify returning customers.
|
|
1456
|
+
*
|
|
1457
|
+
* @remarks
|
|
1458
|
+
*
|
|
1459
|
+
* In the case of Point-of-sale payments, it's a unique identifier assigned to a cardholder's payment account,
|
|
1460
|
+
* linking multiple transactions from wallets and physical card to a single account, also across payment methods
|
|
1461
|
+
* or when the card is reissued.
|
|
1462
|
+
*/
|
|
1463
|
+
cardFingerprint?: string | null | undefined;
|
|
1464
|
+
/**
|
|
1465
|
+
* The customer's name as shown on their card.
|
|
1466
|
+
*/
|
|
1467
|
+
cardHolder?: string | null | undefined;
|
|
1468
|
+
/**
|
|
1469
|
+
* The card's target audience, if known.
|
|
1470
|
+
*/
|
|
1471
|
+
cardAudition?: GetPaymentCardAudition | null | undefined;
|
|
1472
|
+
/**
|
|
1473
|
+
* The card's label, if known.
|
|
1474
|
+
*/
|
|
1475
|
+
cardLabel?: GetPaymentCardLabel | null | undefined;
|
|
1476
|
+
/**
|
|
1477
|
+
* The ISO 3166-1 alpha-2 country code of the country the card was issued in.
|
|
1478
|
+
*/
|
|
1479
|
+
cardCountryCode?: string | null | undefined;
|
|
1480
|
+
/**
|
|
1481
|
+
* The expiry date (MM/YY) of the card as displayed on the card.
|
|
1482
|
+
*/
|
|
1483
|
+
cardExpiryDate?: string | null | undefined;
|
|
1484
|
+
/**
|
|
1485
|
+
* The card type.
|
|
1486
|
+
*/
|
|
1487
|
+
cardFunding?: GetPaymentCardFunding | null | undefined;
|
|
1488
|
+
/**
|
|
1489
|
+
* The level of security applied during card processing.
|
|
1490
|
+
*/
|
|
1491
|
+
cardSecurity?: GetPaymentCardSecurity | null | undefined;
|
|
1492
|
+
/**
|
|
1493
|
+
* The applicable card fee region.
|
|
1494
|
+
*/
|
|
1495
|
+
feeRegion?: GetPaymentFeeRegion | null | undefined;
|
|
1496
|
+
/**
|
|
1497
|
+
* The first 6 and last 4 digits of the card number.
|
|
1498
|
+
*/
|
|
1499
|
+
cardMaskedNumber?: string | null | undefined;
|
|
1500
|
+
/**
|
|
1501
|
+
* The outcome of authentication attempted on transactions enforced by 3DS (ie valid only for oneoff and first).
|
|
1502
|
+
*/
|
|
1503
|
+
card3dsEci?: string | null | undefined;
|
|
1504
|
+
/**
|
|
1505
|
+
* The first 6 digit of the card bank identification number.
|
|
1506
|
+
*/
|
|
1507
|
+
cardBin?: string | null | undefined;
|
|
1508
|
+
/**
|
|
1509
|
+
* The issuer of the Card.
|
|
1510
|
+
*/
|
|
1511
|
+
cardIssuer?: string | null | undefined;
|
|
1512
|
+
/**
|
|
1513
|
+
* A failure code to help understand why the payment failed.
|
|
1514
|
+
*/
|
|
1515
|
+
failureReason?: GetPaymentFailureReason | null | undefined;
|
|
1516
|
+
/**
|
|
1517
|
+
* A human-friendly failure message that can be shown to the customer. The message is translated in accordance
|
|
1518
|
+
*
|
|
1519
|
+
* @remarks
|
|
1520
|
+
* with the payment's locale setting.
|
|
1521
|
+
*/
|
|
1522
|
+
failureMessage?: string | null | undefined;
|
|
1523
|
+
/**
|
|
1524
|
+
* The wallet used when creating the payment.
|
|
1525
|
+
*/
|
|
1526
|
+
wallet?: GetPaymentWallet | null | undefined;
|
|
1527
|
+
/**
|
|
1528
|
+
* PayPal's reference for the payment.
|
|
1529
|
+
*/
|
|
1530
|
+
paypalReference?: string | null | undefined;
|
|
1531
|
+
/**
|
|
1532
|
+
* ID of the customer's PayPal account.
|
|
1533
|
+
*/
|
|
1534
|
+
paypalPayerId?: string | null | undefined;
|
|
1535
|
+
/**
|
|
1536
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1537
|
+
*
|
|
1538
|
+
* @remarks
|
|
1539
|
+
* payments, and if the information is made available by PayPal.
|
|
1540
|
+
*/
|
|
1541
|
+
sellerProtection?: GetPaymentSellerProtection | null | undefined;
|
|
1542
|
+
/**
|
|
1543
|
+
* An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
|
|
1544
|
+
*
|
|
1545
|
+
* @remarks
|
|
1546
|
+
* PayPal will not charge a fee for this transaction.
|
|
1547
|
+
*/
|
|
1548
|
+
paypalFee?: GetPaymentPaypalFee | null | undefined;
|
|
1549
|
+
/**
|
|
1550
|
+
* The paysafecard customer reference either provided via the API or otherwise auto-generated by Mollie.
|
|
1551
|
+
*/
|
|
1552
|
+
customerReference?: string | undefined;
|
|
1553
|
+
/**
|
|
1554
|
+
* The ID of the terminal device where the payment took place on.
|
|
1555
|
+
*/
|
|
1556
|
+
terminalId?: string | undefined;
|
|
1557
|
+
/**
|
|
1558
|
+
* The first 6 digits & last 4 digits of the customer's masked card number.
|
|
1559
|
+
*/
|
|
1560
|
+
maskedNumber?: string | null | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* The Point of sale receipt object.
|
|
1563
|
+
*/
|
|
1564
|
+
receipt?: GetPaymentReceipt | undefined;
|
|
1565
|
+
/**
|
|
1566
|
+
* The creditor identifier indicates who is authorized to execute the payment. In this case, it is a
|
|
1567
|
+
*
|
|
1568
|
+
* @remarks
|
|
1569
|
+
* reference to Mollie.
|
|
1570
|
+
*/
|
|
1571
|
+
creditorIdentifier?: string | null | undefined;
|
|
1572
|
+
/**
|
|
1573
|
+
* Estimated date the payment is debited from the customer's bank account, in YYYY-MM-DD format.
|
|
1574
|
+
*/
|
|
1575
|
+
dueDate?: RFCDate | null | undefined;
|
|
1576
|
+
/**
|
|
1577
|
+
* Date the payment has been signed by the customer, in YYYY-MM-DD format. Only available if the payment
|
|
1578
|
+
*
|
|
1579
|
+
* @remarks
|
|
1580
|
+
* has been signed.
|
|
1581
|
+
*/
|
|
1582
|
+
signatureDate?: RFCDate | null | undefined;
|
|
1583
|
+
/**
|
|
1584
|
+
* The official reason why this payment has failed. A detailed description of each reason is available on the
|
|
1585
|
+
*
|
|
1586
|
+
* @remarks
|
|
1587
|
+
* website of the European Payments Council.
|
|
1588
|
+
*/
|
|
1589
|
+
bankReasonCode?: string | null | undefined;
|
|
1590
|
+
/**
|
|
1591
|
+
* A human-friendly description of the failure reason.
|
|
1592
|
+
*/
|
|
1593
|
+
bankReason?: string | null | undefined;
|
|
1594
|
+
/**
|
|
1595
|
+
* The end-to-end identifier you provided in the batch file.
|
|
1596
|
+
*/
|
|
1597
|
+
endToEndIdentifier?: string | null | undefined;
|
|
1598
|
+
/**
|
|
1599
|
+
* The mandate reference you provided in the batch file.
|
|
1600
|
+
*/
|
|
1601
|
+
mandateReference?: string | null | undefined;
|
|
1602
|
+
/**
|
|
1603
|
+
* The batch reference you provided in the batch file.
|
|
1604
|
+
*/
|
|
1605
|
+
batchReference?: string | null | undefined;
|
|
1606
|
+
/**
|
|
1607
|
+
* The file reference you provided in the batch file.
|
|
1608
|
+
*/
|
|
1609
|
+
fileReference?: string | null | undefined;
|
|
1610
|
+
/**
|
|
1611
|
+
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
1612
|
+
*
|
|
1613
|
+
* @remarks
|
|
1614
|
+
* the QR code details will be available in this object.
|
|
1615
|
+
*
|
|
1616
|
+
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
1617
|
+
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
1618
|
+
*/
|
|
1619
|
+
qrCode?: GetPaymentQrCode | undefined;
|
|
1620
|
+
/**
|
|
1621
|
+
* For payments with gift cards: the masked gift card number of the first gift card applied to the payment.
|
|
1622
|
+
*/
|
|
1623
|
+
voucherNumber?: string | undefined;
|
|
1624
|
+
/**
|
|
1625
|
+
* An array of detail objects for each gift card that was used on this payment, if any.
|
|
1626
|
+
*/
|
|
1627
|
+
giftcards?: Array<{
|
|
1628
|
+
[k: string]: any;
|
|
1629
|
+
}> | undefined;
|
|
1630
|
+
/**
|
|
1631
|
+
* For payments with vouchers: the brand name of the first voucher applied.
|
|
1632
|
+
*/
|
|
1633
|
+
issuer?: string | undefined;
|
|
1634
|
+
/**
|
|
1635
|
+
* An array of detail objects for each voucher that was used on this payment, if any.
|
|
1636
|
+
*/
|
|
1637
|
+
vouchers?: Array<{
|
|
1638
|
+
[k: string]: any;
|
|
1639
|
+
}> | undefined;
|
|
1640
|
+
/**
|
|
1641
|
+
* An amount object for the amount that remained after all gift cards or vouchers were applied.
|
|
1642
|
+
*/
|
|
1643
|
+
remainderAmount?: GetPaymentRemainderAmount | undefined;
|
|
1644
|
+
/**
|
|
1645
|
+
* The payment method used to pay the remainder amount, after all gift cards or vouchers were applied.
|
|
1646
|
+
*/
|
|
1647
|
+
remainderMethod?: string | undefined;
|
|
1648
|
+
/**
|
|
1649
|
+
* Optional include. The full payment method details of the remainder payment.
|
|
1650
|
+
*/
|
|
1651
|
+
remainderDetails?: {
|
|
1652
|
+
[k: string]: any;
|
|
1653
|
+
} | undefined;
|
|
1654
|
+
};
|
|
1026
1655
|
/**
|
|
1027
1656
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1028
1657
|
*/
|
|
@@ -1239,6 +1868,38 @@ export type GetPaymentDocumentation = {
|
|
|
1239
1868
|
*/
|
|
1240
1869
|
type: string;
|
|
1241
1870
|
};
|
|
1871
|
+
/**
|
|
1872
|
+
* Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
|
|
1873
|
+
*
|
|
1874
|
+
* @remarks
|
|
1875
|
+
* successful).
|
|
1876
|
+
*/
|
|
1877
|
+
export type GetPaymentLinksStatus = {
|
|
1878
|
+
/**
|
|
1879
|
+
* The actual URL string.
|
|
1880
|
+
*/
|
|
1881
|
+
href: string;
|
|
1882
|
+
/**
|
|
1883
|
+
* The content type of the page or endpoint the URL points to.
|
|
1884
|
+
*/
|
|
1885
|
+
type: string;
|
|
1886
|
+
};
|
|
1887
|
+
/**
|
|
1888
|
+
* Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
|
|
1889
|
+
*
|
|
1890
|
+
* @remarks
|
|
1891
|
+
* bank transfer.
|
|
1892
|
+
*/
|
|
1893
|
+
export type GetPaymentPayOnline = {
|
|
1894
|
+
/**
|
|
1895
|
+
* The actual URL string.
|
|
1896
|
+
*/
|
|
1897
|
+
href: string;
|
|
1898
|
+
/**
|
|
1899
|
+
* The content type of the page or endpoint the URL points to.
|
|
1900
|
+
*/
|
|
1901
|
+
type: string;
|
|
1902
|
+
};
|
|
1242
1903
|
/**
|
|
1243
1904
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
1244
1905
|
*/
|
|
@@ -1324,6 +1985,20 @@ export type GetPaymentLinks = {
|
|
|
1324
1985
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1325
1986
|
*/
|
|
1326
1987
|
documentation?: GetPaymentDocumentation | undefined;
|
|
1988
|
+
/**
|
|
1989
|
+
* Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
|
|
1990
|
+
*
|
|
1991
|
+
* @remarks
|
|
1992
|
+
* successful).
|
|
1993
|
+
*/
|
|
1994
|
+
status?: GetPaymentLinksStatus | undefined;
|
|
1995
|
+
/**
|
|
1996
|
+
* Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
|
|
1997
|
+
*
|
|
1998
|
+
* @remarks
|
|
1999
|
+
* bank transfer.
|
|
2000
|
+
*/
|
|
2001
|
+
payOnline?: GetPaymentPayOnline | undefined;
|
|
1327
2002
|
};
|
|
1328
2003
|
/**
|
|
1329
2004
|
* The payment object.
|
|
@@ -1663,7 +2338,7 @@ export type GetPaymentResponse = {
|
|
|
1663
2338
|
* @remarks
|
|
1664
2339
|
* statuses occur at what point.
|
|
1665
2340
|
*/
|
|
1666
|
-
status:
|
|
2341
|
+
status: GetPaymentStatusEnum;
|
|
1667
2342
|
/**
|
|
1668
2343
|
* This object offers details about the status of a payment. Currently it is only available for point-of-sale
|
|
1669
2344
|
*
|
|
@@ -1685,9 +2360,7 @@ export type GetPaymentResponse = {
|
|
|
1685
2360
|
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
1686
2361
|
* [method-specific parameters](extra-payment-parameters) guide.
|
|
1687
2362
|
*/
|
|
1688
|
-
details?:
|
|
1689
|
-
[k: string]: any;
|
|
1690
|
-
} | null | undefined;
|
|
2363
|
+
details?: GetPaymentDetails | null | undefined;
|
|
1691
2364
|
/**
|
|
1692
2365
|
* The entity's date and time of creation, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
1693
2366
|
*/
|
|
@@ -2770,15 +3443,15 @@ export declare namespace GetPaymentSequenceType$ {
|
|
|
2770
3443
|
}>;
|
|
2771
3444
|
}
|
|
2772
3445
|
/** @internal */
|
|
2773
|
-
export declare const
|
|
3446
|
+
export declare const GetPaymentStatusEnum$inboundSchema: z.ZodNativeEnum<typeof GetPaymentStatusEnum>;
|
|
2774
3447
|
/** @internal */
|
|
2775
|
-
export declare const
|
|
3448
|
+
export declare const GetPaymentStatusEnum$outboundSchema: z.ZodNativeEnum<typeof GetPaymentStatusEnum>;
|
|
2776
3449
|
/**
|
|
2777
3450
|
* @internal
|
|
2778
3451
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2779
3452
|
*/
|
|
2780
|
-
export declare namespace
|
|
2781
|
-
/** @deprecated use `
|
|
3453
|
+
export declare namespace GetPaymentStatusEnum$ {
|
|
3454
|
+
/** @deprecated use `GetPaymentStatusEnum$inboundSchema` instead. */
|
|
2782
3455
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2783
3456
|
readonly Open: "open";
|
|
2784
3457
|
readonly Pending: "pending";
|
|
@@ -2788,7 +3461,7 @@ export declare namespace GetPaymentStatus$ {
|
|
|
2788
3461
|
readonly Expired: "expired";
|
|
2789
3462
|
readonly Failed: "failed";
|
|
2790
3463
|
}>;
|
|
2791
|
-
/** @deprecated use `
|
|
3464
|
+
/** @deprecated use `GetPaymentStatusEnum$outboundSchema` instead. */
|
|
2792
3465
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2793
3466
|
readonly Open: "open";
|
|
2794
3467
|
readonly Pending: "pending";
|
|
@@ -2800,6 +3473,254 @@ export declare namespace GetPaymentStatus$ {
|
|
|
2800
3473
|
}>;
|
|
2801
3474
|
}
|
|
2802
3475
|
/** @internal */
|
|
3476
|
+
export declare const GetPaymentCode$inboundSchema: z.ZodNativeEnum<typeof GetPaymentCode>;
|
|
3477
|
+
/** @internal */
|
|
3478
|
+
export declare const GetPaymentCode$outboundSchema: z.ZodNativeEnum<typeof GetPaymentCode>;
|
|
3479
|
+
/**
|
|
3480
|
+
* @internal
|
|
3481
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3482
|
+
*/
|
|
3483
|
+
export declare namespace GetPaymentCode$ {
|
|
3484
|
+
/** @deprecated use `GetPaymentCode$inboundSchema` instead. */
|
|
3485
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3486
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
3487
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
3488
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
3489
|
+
readonly CaptureCard: "capture_card";
|
|
3490
|
+
readonly DoNotHonor: "do_not_honor";
|
|
3491
|
+
readonly Error: "error";
|
|
3492
|
+
readonly PartialApproval: "partial_approval";
|
|
3493
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
3494
|
+
readonly InvalidAmount: "invalid_amount";
|
|
3495
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
3496
|
+
readonly LostCard: "lost_card";
|
|
3497
|
+
readonly StolenCard: "stolen_card";
|
|
3498
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3499
|
+
readonly ExpiredCard: "expired_card";
|
|
3500
|
+
readonly InvalidPin: "invalid_pin";
|
|
3501
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
3502
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
3503
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
3504
|
+
readonly RestrictedCard: "restricted_card";
|
|
3505
|
+
readonly SecurityViolation: "security_violation";
|
|
3506
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
3507
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
3508
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
3509
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
3510
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
3511
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
3512
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
3513
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
3514
|
+
readonly HonorWithId: "honor_with_id";
|
|
3515
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3516
|
+
readonly FormatError: "format_error";
|
|
3517
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
3518
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
3519
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
3520
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
3521
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
3522
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
3523
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
3524
|
+
readonly PolicyRelated: "policy_related";
|
|
3525
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
3526
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
3527
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
3528
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
3529
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
3530
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
3531
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
3532
|
+
readonly VipApproval: "vip_approval";
|
|
3533
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
3534
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
3535
|
+
readonly NoActionTaken: "no_action_taken";
|
|
3536
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
3537
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
3538
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
3539
|
+
readonly ClosedAccount: "closed_account";
|
|
3540
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
3541
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
3542
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
3543
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
3544
|
+
readonly PinDataRequired: "pin_data_required";
|
|
3545
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
3546
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
3547
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
3548
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
3549
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
3550
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
3551
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
3552
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
3553
|
+
readonly ForceStip: "force_stip";
|
|
3554
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
3555
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
3556
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
3557
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
3558
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
3559
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
3560
|
+
readonly UnsafePin: "unsafe_pin";
|
|
3561
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
3562
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
3563
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
3564
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
3565
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
3566
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
3567
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
3568
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
3569
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
3570
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
3571
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
3572
|
+
readonly TerminalClosed: "terminal_closed";
|
|
3573
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
3574
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
3575
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
3576
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
3577
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
3578
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
3579
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
3580
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
3581
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
3582
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
3583
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
3584
|
+
readonly TerminalBusy: "terminal_busy";
|
|
3585
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
3586
|
+
readonly ServiceFailed: "service_failed";
|
|
3587
|
+
readonly InvalidOperation: "invalid_operation";
|
|
3588
|
+
readonly AuthorizationError: "authorization_error";
|
|
3589
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
3590
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
3591
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
3592
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
3593
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
3594
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
3595
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
3596
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
3597
|
+
readonly CardNotAvailable: "card_not_available";
|
|
3598
|
+
readonly WrongCurrency: "wrong_currency";
|
|
3599
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
3600
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
3601
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
3602
|
+
}>;
|
|
3603
|
+
/** @deprecated use `GetPaymentCode$outboundSchema` instead. */
|
|
3604
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3605
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
3606
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
3607
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
3608
|
+
readonly CaptureCard: "capture_card";
|
|
3609
|
+
readonly DoNotHonor: "do_not_honor";
|
|
3610
|
+
readonly Error: "error";
|
|
3611
|
+
readonly PartialApproval: "partial_approval";
|
|
3612
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
3613
|
+
readonly InvalidAmount: "invalid_amount";
|
|
3614
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
3615
|
+
readonly LostCard: "lost_card";
|
|
3616
|
+
readonly StolenCard: "stolen_card";
|
|
3617
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3618
|
+
readonly ExpiredCard: "expired_card";
|
|
3619
|
+
readonly InvalidPin: "invalid_pin";
|
|
3620
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
3621
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
3622
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
3623
|
+
readonly RestrictedCard: "restricted_card";
|
|
3624
|
+
readonly SecurityViolation: "security_violation";
|
|
3625
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
3626
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
3627
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
3628
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
3629
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
3630
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
3631
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
3632
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
3633
|
+
readonly HonorWithId: "honor_with_id";
|
|
3634
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3635
|
+
readonly FormatError: "format_error";
|
|
3636
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
3637
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
3638
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
3639
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
3640
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
3641
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
3642
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
3643
|
+
readonly PolicyRelated: "policy_related";
|
|
3644
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
3645
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
3646
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
3647
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
3648
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
3649
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
3650
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
3651
|
+
readonly VipApproval: "vip_approval";
|
|
3652
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
3653
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
3654
|
+
readonly NoActionTaken: "no_action_taken";
|
|
3655
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
3656
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
3657
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
3658
|
+
readonly ClosedAccount: "closed_account";
|
|
3659
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
3660
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
3661
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
3662
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
3663
|
+
readonly PinDataRequired: "pin_data_required";
|
|
3664
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
3665
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
3666
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
3667
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
3668
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
3669
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
3670
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
3671
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
3672
|
+
readonly ForceStip: "force_stip";
|
|
3673
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
3674
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
3675
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
3676
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
3677
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
3678
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
3679
|
+
readonly UnsafePin: "unsafe_pin";
|
|
3680
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
3681
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
3682
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
3683
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
3684
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
3685
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
3686
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
3687
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
3688
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
3689
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
3690
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
3691
|
+
readonly TerminalClosed: "terminal_closed";
|
|
3692
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
3693
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
3694
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
3695
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
3696
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
3697
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
3698
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
3699
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
3700
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
3701
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
3702
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
3703
|
+
readonly TerminalBusy: "terminal_busy";
|
|
3704
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
3705
|
+
readonly ServiceFailed: "service_failed";
|
|
3706
|
+
readonly InvalidOperation: "invalid_operation";
|
|
3707
|
+
readonly AuthorizationError: "authorization_error";
|
|
3708
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
3709
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
3710
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
3711
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
3712
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
3713
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
3714
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
3715
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
3716
|
+
readonly CardNotAvailable: "card_not_available";
|
|
3717
|
+
readonly WrongCurrency: "wrong_currency";
|
|
3718
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
3719
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
3720
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
3721
|
+
}>;
|
|
3722
|
+
}
|
|
3723
|
+
/** @internal */
|
|
2803
3724
|
export declare const GetPaymentStatusReason$inboundSchema: z.ZodType<GetPaymentStatusReason, z.ZodTypeDef, unknown>;
|
|
2804
3725
|
/** @internal */
|
|
2805
3726
|
export type GetPaymentStatusReason$Outbound = {
|
|
@@ -2823,6 +3744,478 @@ export declare namespace GetPaymentStatusReason$ {
|
|
|
2823
3744
|
export declare function getPaymentStatusReasonToJSON(getPaymentStatusReason: GetPaymentStatusReason): string;
|
|
2824
3745
|
export declare function getPaymentStatusReasonFromJSON(jsonString: string): SafeParseResult<GetPaymentStatusReason, SDKValidationError>;
|
|
2825
3746
|
/** @internal */
|
|
3747
|
+
export declare const GetPaymentCardAudition$inboundSchema: z.ZodNativeEnum<typeof GetPaymentCardAudition>;
|
|
3748
|
+
/** @internal */
|
|
3749
|
+
export declare const GetPaymentCardAudition$outboundSchema: z.ZodNativeEnum<typeof GetPaymentCardAudition>;
|
|
3750
|
+
/**
|
|
3751
|
+
* @internal
|
|
3752
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3753
|
+
*/
|
|
3754
|
+
export declare namespace GetPaymentCardAudition$ {
|
|
3755
|
+
/** @deprecated use `GetPaymentCardAudition$inboundSchema` instead. */
|
|
3756
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3757
|
+
readonly Consumer: "consumer";
|
|
3758
|
+
readonly Business: "business";
|
|
3759
|
+
}>;
|
|
3760
|
+
/** @deprecated use `GetPaymentCardAudition$outboundSchema` instead. */
|
|
3761
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3762
|
+
readonly Consumer: "consumer";
|
|
3763
|
+
readonly Business: "business";
|
|
3764
|
+
}>;
|
|
3765
|
+
}
|
|
3766
|
+
/** @internal */
|
|
3767
|
+
export declare const GetPaymentCardLabel$inboundSchema: z.ZodNativeEnum<typeof GetPaymentCardLabel>;
|
|
3768
|
+
/** @internal */
|
|
3769
|
+
export declare const GetPaymentCardLabel$outboundSchema: z.ZodNativeEnum<typeof GetPaymentCardLabel>;
|
|
3770
|
+
/**
|
|
3771
|
+
* @internal
|
|
3772
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3773
|
+
*/
|
|
3774
|
+
export declare namespace GetPaymentCardLabel$ {
|
|
3775
|
+
/** @deprecated use `GetPaymentCardLabel$inboundSchema` instead. */
|
|
3776
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3777
|
+
readonly AmericanExpress: "American Express";
|
|
3778
|
+
readonly CartaSi: "Carta Si";
|
|
3779
|
+
readonly CarteBleue: "Carte Bleue";
|
|
3780
|
+
readonly Dankort: "Dankort";
|
|
3781
|
+
readonly DinersClub: "Diners Club";
|
|
3782
|
+
readonly Discover: "Discover";
|
|
3783
|
+
readonly Jcb: "JCB";
|
|
3784
|
+
readonly Laser: "Laser";
|
|
3785
|
+
readonly Maestro: "Maestro";
|
|
3786
|
+
readonly Mastercard: "Mastercard";
|
|
3787
|
+
readonly Unionpay: "Unionpay";
|
|
3788
|
+
readonly Visa: "Visa";
|
|
3789
|
+
readonly Vpay: "Vpay";
|
|
3790
|
+
}>;
|
|
3791
|
+
/** @deprecated use `GetPaymentCardLabel$outboundSchema` instead. */
|
|
3792
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3793
|
+
readonly AmericanExpress: "American Express";
|
|
3794
|
+
readonly CartaSi: "Carta Si";
|
|
3795
|
+
readonly CarteBleue: "Carte Bleue";
|
|
3796
|
+
readonly Dankort: "Dankort";
|
|
3797
|
+
readonly DinersClub: "Diners Club";
|
|
3798
|
+
readonly Discover: "Discover";
|
|
3799
|
+
readonly Jcb: "JCB";
|
|
3800
|
+
readonly Laser: "Laser";
|
|
3801
|
+
readonly Maestro: "Maestro";
|
|
3802
|
+
readonly Mastercard: "Mastercard";
|
|
3803
|
+
readonly Unionpay: "Unionpay";
|
|
3804
|
+
readonly Visa: "Visa";
|
|
3805
|
+
readonly Vpay: "Vpay";
|
|
3806
|
+
}>;
|
|
3807
|
+
}
|
|
3808
|
+
/** @internal */
|
|
3809
|
+
export declare const GetPaymentCardFunding$inboundSchema: z.ZodNativeEnum<typeof GetPaymentCardFunding>;
|
|
3810
|
+
/** @internal */
|
|
3811
|
+
export declare const GetPaymentCardFunding$outboundSchema: z.ZodNativeEnum<typeof GetPaymentCardFunding>;
|
|
3812
|
+
/**
|
|
3813
|
+
* @internal
|
|
3814
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3815
|
+
*/
|
|
3816
|
+
export declare namespace GetPaymentCardFunding$ {
|
|
3817
|
+
/** @deprecated use `GetPaymentCardFunding$inboundSchema` instead. */
|
|
3818
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3819
|
+
readonly Debit: "debit";
|
|
3820
|
+
readonly Credit: "credit";
|
|
3821
|
+
readonly Prepaid: "prepaid";
|
|
3822
|
+
readonly DeferredDebit: "deferred-debit";
|
|
3823
|
+
}>;
|
|
3824
|
+
/** @deprecated use `GetPaymentCardFunding$outboundSchema` instead. */
|
|
3825
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3826
|
+
readonly Debit: "debit";
|
|
3827
|
+
readonly Credit: "credit";
|
|
3828
|
+
readonly Prepaid: "prepaid";
|
|
3829
|
+
readonly DeferredDebit: "deferred-debit";
|
|
3830
|
+
}>;
|
|
3831
|
+
}
|
|
3832
|
+
/** @internal */
|
|
3833
|
+
export declare const GetPaymentCardSecurity$inboundSchema: z.ZodNativeEnum<typeof GetPaymentCardSecurity>;
|
|
3834
|
+
/** @internal */
|
|
3835
|
+
export declare const GetPaymentCardSecurity$outboundSchema: z.ZodNativeEnum<typeof GetPaymentCardSecurity>;
|
|
3836
|
+
/**
|
|
3837
|
+
* @internal
|
|
3838
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3839
|
+
*/
|
|
3840
|
+
export declare namespace GetPaymentCardSecurity$ {
|
|
3841
|
+
/** @deprecated use `GetPaymentCardSecurity$inboundSchema` instead. */
|
|
3842
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3843
|
+
readonly Normal: "normal";
|
|
3844
|
+
readonly Threedsecure: "3dsecure";
|
|
3845
|
+
}>;
|
|
3846
|
+
/** @deprecated use `GetPaymentCardSecurity$outboundSchema` instead. */
|
|
3847
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3848
|
+
readonly Normal: "normal";
|
|
3849
|
+
readonly Threedsecure: "3dsecure";
|
|
3850
|
+
}>;
|
|
3851
|
+
}
|
|
3852
|
+
/** @internal */
|
|
3853
|
+
export declare const GetPaymentFeeRegion$inboundSchema: z.ZodNativeEnum<typeof GetPaymentFeeRegion>;
|
|
3854
|
+
/** @internal */
|
|
3855
|
+
export declare const GetPaymentFeeRegion$outboundSchema: z.ZodNativeEnum<typeof GetPaymentFeeRegion>;
|
|
3856
|
+
/**
|
|
3857
|
+
* @internal
|
|
3858
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3859
|
+
*/
|
|
3860
|
+
export declare namespace GetPaymentFeeRegion$ {
|
|
3861
|
+
/** @deprecated use `GetPaymentFeeRegion$inboundSchema` instead. */
|
|
3862
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3863
|
+
readonly AmericanExpress: "american-express";
|
|
3864
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
3865
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
3866
|
+
readonly IntraEu: "intra-eu";
|
|
3867
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
3868
|
+
readonly Domestic: "domestic";
|
|
3869
|
+
readonly Maestro: "maestro";
|
|
3870
|
+
readonly Other: "other";
|
|
3871
|
+
readonly Inter: "inter";
|
|
3872
|
+
readonly IntraEea: "intra-eea";
|
|
3873
|
+
}>;
|
|
3874
|
+
/** @deprecated use `GetPaymentFeeRegion$outboundSchema` instead. */
|
|
3875
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3876
|
+
readonly AmericanExpress: "american-express";
|
|
3877
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
3878
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
3879
|
+
readonly IntraEu: "intra-eu";
|
|
3880
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
3881
|
+
readonly Domestic: "domestic";
|
|
3882
|
+
readonly Maestro: "maestro";
|
|
3883
|
+
readonly Other: "other";
|
|
3884
|
+
readonly Inter: "inter";
|
|
3885
|
+
readonly IntraEea: "intra-eea";
|
|
3886
|
+
}>;
|
|
3887
|
+
}
|
|
3888
|
+
/** @internal */
|
|
3889
|
+
export declare const GetPaymentFailureReason$inboundSchema: z.ZodNativeEnum<typeof GetPaymentFailureReason>;
|
|
3890
|
+
/** @internal */
|
|
3891
|
+
export declare const GetPaymentFailureReason$outboundSchema: z.ZodNativeEnum<typeof GetPaymentFailureReason>;
|
|
3892
|
+
/**
|
|
3893
|
+
* @internal
|
|
3894
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3895
|
+
*/
|
|
3896
|
+
export declare namespace GetPaymentFailureReason$ {
|
|
3897
|
+
/** @deprecated use `GetPaymentFailureReason$inboundSchema` instead. */
|
|
3898
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3899
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
3900
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
3901
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
3902
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
3903
|
+
readonly CardDeclined: "card_declined";
|
|
3904
|
+
readonly CardExpired: "card_expired";
|
|
3905
|
+
readonly InactiveCard: "inactive_card";
|
|
3906
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3907
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
3908
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
3909
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3910
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
3911
|
+
readonly PossibleFraud: "possible_fraud";
|
|
3912
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
3913
|
+
readonly UnknownReason: "unknown_reason";
|
|
3914
|
+
}>;
|
|
3915
|
+
/** @deprecated use `GetPaymentFailureReason$outboundSchema` instead. */
|
|
3916
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3917
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
3918
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
3919
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
3920
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
3921
|
+
readonly CardDeclined: "card_declined";
|
|
3922
|
+
readonly CardExpired: "card_expired";
|
|
3923
|
+
readonly InactiveCard: "inactive_card";
|
|
3924
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3925
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
3926
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
3927
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3928
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
3929
|
+
readonly PossibleFraud: "possible_fraud";
|
|
3930
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
3931
|
+
readonly UnknownReason: "unknown_reason";
|
|
3932
|
+
}>;
|
|
3933
|
+
}
|
|
3934
|
+
/** @internal */
|
|
3935
|
+
export declare const GetPaymentWallet$inboundSchema: z.ZodNativeEnum<typeof GetPaymentWallet>;
|
|
3936
|
+
/** @internal */
|
|
3937
|
+
export declare const GetPaymentWallet$outboundSchema: z.ZodNativeEnum<typeof GetPaymentWallet>;
|
|
3938
|
+
/**
|
|
3939
|
+
* @internal
|
|
3940
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3941
|
+
*/
|
|
3942
|
+
export declare namespace GetPaymentWallet$ {
|
|
3943
|
+
/** @deprecated use `GetPaymentWallet$inboundSchema` instead. */
|
|
3944
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3945
|
+
readonly Applepay: "applepay";
|
|
3946
|
+
}>;
|
|
3947
|
+
/** @deprecated use `GetPaymentWallet$outboundSchema` instead. */
|
|
3948
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3949
|
+
readonly Applepay: "applepay";
|
|
3950
|
+
}>;
|
|
3951
|
+
}
|
|
3952
|
+
/** @internal */
|
|
3953
|
+
export declare const GetPaymentSellerProtection$inboundSchema: z.ZodNativeEnum<typeof GetPaymentSellerProtection>;
|
|
3954
|
+
/** @internal */
|
|
3955
|
+
export declare const GetPaymentSellerProtection$outboundSchema: z.ZodNativeEnum<typeof GetPaymentSellerProtection>;
|
|
3956
|
+
/**
|
|
3957
|
+
* @internal
|
|
3958
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3959
|
+
*/
|
|
3960
|
+
export declare namespace GetPaymentSellerProtection$ {
|
|
3961
|
+
/** @deprecated use `GetPaymentSellerProtection$inboundSchema` instead. */
|
|
3962
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3963
|
+
readonly Eligible: "Eligible";
|
|
3964
|
+
readonly Ineligible: "Ineligible";
|
|
3965
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
3966
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
3967
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
3968
|
+
readonly None: "None";
|
|
3969
|
+
readonly Active: "Active";
|
|
3970
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
3971
|
+
}>;
|
|
3972
|
+
/** @deprecated use `GetPaymentSellerProtection$outboundSchema` instead. */
|
|
3973
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3974
|
+
readonly Eligible: "Eligible";
|
|
3975
|
+
readonly Ineligible: "Ineligible";
|
|
3976
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
3977
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
3978
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
3979
|
+
readonly None: "None";
|
|
3980
|
+
readonly Active: "Active";
|
|
3981
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
3982
|
+
}>;
|
|
3983
|
+
}
|
|
3984
|
+
/** @internal */
|
|
3985
|
+
export declare const GetPaymentPaypalFee$inboundSchema: z.ZodType<GetPaymentPaypalFee, z.ZodTypeDef, unknown>;
|
|
3986
|
+
/** @internal */
|
|
3987
|
+
export type GetPaymentPaypalFee$Outbound = {
|
|
3988
|
+
currency: string;
|
|
3989
|
+
value: string;
|
|
3990
|
+
};
|
|
3991
|
+
/** @internal */
|
|
3992
|
+
export declare const GetPaymentPaypalFee$outboundSchema: z.ZodType<GetPaymentPaypalFee$Outbound, z.ZodTypeDef, GetPaymentPaypalFee>;
|
|
3993
|
+
/**
|
|
3994
|
+
* @internal
|
|
3995
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3996
|
+
*/
|
|
3997
|
+
export declare namespace GetPaymentPaypalFee$ {
|
|
3998
|
+
/** @deprecated use `GetPaymentPaypalFee$inboundSchema` instead. */
|
|
3999
|
+
const inboundSchema: z.ZodType<GetPaymentPaypalFee, z.ZodTypeDef, unknown>;
|
|
4000
|
+
/** @deprecated use `GetPaymentPaypalFee$outboundSchema` instead. */
|
|
4001
|
+
const outboundSchema: z.ZodType<GetPaymentPaypalFee$Outbound, z.ZodTypeDef, GetPaymentPaypalFee>;
|
|
4002
|
+
/** @deprecated use `GetPaymentPaypalFee$Outbound` instead. */
|
|
4003
|
+
type Outbound = GetPaymentPaypalFee$Outbound;
|
|
4004
|
+
}
|
|
4005
|
+
export declare function getPaymentPaypalFeeToJSON(getPaymentPaypalFee: GetPaymentPaypalFee): string;
|
|
4006
|
+
export declare function getPaymentPaypalFeeFromJSON(jsonString: string): SafeParseResult<GetPaymentPaypalFee, SDKValidationError>;
|
|
4007
|
+
/** @internal */
|
|
4008
|
+
export declare const GetPaymentCardReadMethod$inboundSchema: z.ZodNativeEnum<typeof GetPaymentCardReadMethod>;
|
|
4009
|
+
/** @internal */
|
|
4010
|
+
export declare const GetPaymentCardReadMethod$outboundSchema: z.ZodNativeEnum<typeof GetPaymentCardReadMethod>;
|
|
4011
|
+
/**
|
|
4012
|
+
* @internal
|
|
4013
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4014
|
+
*/
|
|
4015
|
+
export declare namespace GetPaymentCardReadMethod$ {
|
|
4016
|
+
/** @deprecated use `GetPaymentCardReadMethod$inboundSchema` instead. */
|
|
4017
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4018
|
+
readonly Chip: "chip";
|
|
4019
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
4020
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
4021
|
+
readonly Contactless: "contactless";
|
|
4022
|
+
readonly Moto: "moto";
|
|
4023
|
+
}>;
|
|
4024
|
+
/** @deprecated use `GetPaymentCardReadMethod$outboundSchema` instead. */
|
|
4025
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4026
|
+
readonly Chip: "chip";
|
|
4027
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
4028
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
4029
|
+
readonly Contactless: "contactless";
|
|
4030
|
+
readonly Moto: "moto";
|
|
4031
|
+
}>;
|
|
4032
|
+
}
|
|
4033
|
+
/** @internal */
|
|
4034
|
+
export declare const GetPaymentCardVerificationMethod$inboundSchema: z.ZodNativeEnum<typeof GetPaymentCardVerificationMethod>;
|
|
4035
|
+
/** @internal */
|
|
4036
|
+
export declare const GetPaymentCardVerificationMethod$outboundSchema: z.ZodNativeEnum<typeof GetPaymentCardVerificationMethod>;
|
|
4037
|
+
/**
|
|
4038
|
+
* @internal
|
|
4039
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4040
|
+
*/
|
|
4041
|
+
export declare namespace GetPaymentCardVerificationMethod$ {
|
|
4042
|
+
/** @deprecated use `GetPaymentCardVerificationMethod$inboundSchema` instead. */
|
|
4043
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4044
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
4045
|
+
readonly OnlinePin: "online-pin";
|
|
4046
|
+
readonly OfflinePin: "offline-pin";
|
|
4047
|
+
readonly ConsumerDevice: "consumer-device";
|
|
4048
|
+
readonly Signature: "signature";
|
|
4049
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
4050
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
4051
|
+
readonly None: "none";
|
|
4052
|
+
readonly Failed: "failed";
|
|
4053
|
+
}>;
|
|
4054
|
+
/** @deprecated use `GetPaymentCardVerificationMethod$outboundSchema` instead. */
|
|
4055
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4056
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
4057
|
+
readonly OnlinePin: "online-pin";
|
|
4058
|
+
readonly OfflinePin: "offline-pin";
|
|
4059
|
+
readonly ConsumerDevice: "consumer-device";
|
|
4060
|
+
readonly Signature: "signature";
|
|
4061
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
4062
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
4063
|
+
readonly None: "none";
|
|
4064
|
+
readonly Failed: "failed";
|
|
4065
|
+
}>;
|
|
4066
|
+
}
|
|
4067
|
+
/** @internal */
|
|
4068
|
+
export declare const GetPaymentReceipt$inboundSchema: z.ZodType<GetPaymentReceipt, z.ZodTypeDef, unknown>;
|
|
4069
|
+
/** @internal */
|
|
4070
|
+
export type GetPaymentReceipt$Outbound = {
|
|
4071
|
+
authorizationCode?: string | null | undefined;
|
|
4072
|
+
applicationIdentifier?: string | null | undefined;
|
|
4073
|
+
cardReadMethod?: string | null | undefined;
|
|
4074
|
+
cardVerificationMethod?: string | null | undefined;
|
|
4075
|
+
};
|
|
4076
|
+
/** @internal */
|
|
4077
|
+
export declare const GetPaymentReceipt$outboundSchema: z.ZodType<GetPaymentReceipt$Outbound, z.ZodTypeDef, GetPaymentReceipt>;
|
|
4078
|
+
/**
|
|
4079
|
+
* @internal
|
|
4080
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4081
|
+
*/
|
|
4082
|
+
export declare namespace GetPaymentReceipt$ {
|
|
4083
|
+
/** @deprecated use `GetPaymentReceipt$inboundSchema` instead. */
|
|
4084
|
+
const inboundSchema: z.ZodType<GetPaymentReceipt, z.ZodTypeDef, unknown>;
|
|
4085
|
+
/** @deprecated use `GetPaymentReceipt$outboundSchema` instead. */
|
|
4086
|
+
const outboundSchema: z.ZodType<GetPaymentReceipt$Outbound, z.ZodTypeDef, GetPaymentReceipt>;
|
|
4087
|
+
/** @deprecated use `GetPaymentReceipt$Outbound` instead. */
|
|
4088
|
+
type Outbound = GetPaymentReceipt$Outbound;
|
|
4089
|
+
}
|
|
4090
|
+
export declare function getPaymentReceiptToJSON(getPaymentReceipt: GetPaymentReceipt): string;
|
|
4091
|
+
export declare function getPaymentReceiptFromJSON(jsonString: string): SafeParseResult<GetPaymentReceipt, SDKValidationError>;
|
|
4092
|
+
/** @internal */
|
|
4093
|
+
export declare const GetPaymentQrCode$inboundSchema: z.ZodType<GetPaymentQrCode, z.ZodTypeDef, unknown>;
|
|
4094
|
+
/** @internal */
|
|
4095
|
+
export type GetPaymentQrCode$Outbound = {
|
|
4096
|
+
height?: number | undefined;
|
|
4097
|
+
width?: number | undefined;
|
|
4098
|
+
src?: string | undefined;
|
|
4099
|
+
};
|
|
4100
|
+
/** @internal */
|
|
4101
|
+
export declare const GetPaymentQrCode$outboundSchema: z.ZodType<GetPaymentQrCode$Outbound, z.ZodTypeDef, GetPaymentQrCode>;
|
|
4102
|
+
/**
|
|
4103
|
+
* @internal
|
|
4104
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4105
|
+
*/
|
|
4106
|
+
export declare namespace GetPaymentQrCode$ {
|
|
4107
|
+
/** @deprecated use `GetPaymentQrCode$inboundSchema` instead. */
|
|
4108
|
+
const inboundSchema: z.ZodType<GetPaymentQrCode, z.ZodTypeDef, unknown>;
|
|
4109
|
+
/** @deprecated use `GetPaymentQrCode$outboundSchema` instead. */
|
|
4110
|
+
const outboundSchema: z.ZodType<GetPaymentQrCode$Outbound, z.ZodTypeDef, GetPaymentQrCode>;
|
|
4111
|
+
/** @deprecated use `GetPaymentQrCode$Outbound` instead. */
|
|
4112
|
+
type Outbound = GetPaymentQrCode$Outbound;
|
|
4113
|
+
}
|
|
4114
|
+
export declare function getPaymentQrCodeToJSON(getPaymentQrCode: GetPaymentQrCode): string;
|
|
4115
|
+
export declare function getPaymentQrCodeFromJSON(jsonString: string): SafeParseResult<GetPaymentQrCode, SDKValidationError>;
|
|
4116
|
+
/** @internal */
|
|
4117
|
+
export declare const GetPaymentRemainderAmount$inboundSchema: z.ZodType<GetPaymentRemainderAmount, z.ZodTypeDef, unknown>;
|
|
4118
|
+
/** @internal */
|
|
4119
|
+
export type GetPaymentRemainderAmount$Outbound = {
|
|
4120
|
+
currency: string;
|
|
4121
|
+
value: string;
|
|
4122
|
+
};
|
|
4123
|
+
/** @internal */
|
|
4124
|
+
export declare const GetPaymentRemainderAmount$outboundSchema: z.ZodType<GetPaymentRemainderAmount$Outbound, z.ZodTypeDef, GetPaymentRemainderAmount>;
|
|
4125
|
+
/**
|
|
4126
|
+
* @internal
|
|
4127
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4128
|
+
*/
|
|
4129
|
+
export declare namespace GetPaymentRemainderAmount$ {
|
|
4130
|
+
/** @deprecated use `GetPaymentRemainderAmount$inboundSchema` instead. */
|
|
4131
|
+
const inboundSchema: z.ZodType<GetPaymentRemainderAmount, z.ZodTypeDef, unknown>;
|
|
4132
|
+
/** @deprecated use `GetPaymentRemainderAmount$outboundSchema` instead. */
|
|
4133
|
+
const outboundSchema: z.ZodType<GetPaymentRemainderAmount$Outbound, z.ZodTypeDef, GetPaymentRemainderAmount>;
|
|
4134
|
+
/** @deprecated use `GetPaymentRemainderAmount$Outbound` instead. */
|
|
4135
|
+
type Outbound = GetPaymentRemainderAmount$Outbound;
|
|
4136
|
+
}
|
|
4137
|
+
export declare function getPaymentRemainderAmountToJSON(getPaymentRemainderAmount: GetPaymentRemainderAmount): string;
|
|
4138
|
+
export declare function getPaymentRemainderAmountFromJSON(jsonString: string): SafeParseResult<GetPaymentRemainderAmount, SDKValidationError>;
|
|
4139
|
+
/** @internal */
|
|
4140
|
+
export declare const GetPaymentDetails$inboundSchema: z.ZodType<GetPaymentDetails, z.ZodTypeDef, unknown>;
|
|
4141
|
+
/** @internal */
|
|
4142
|
+
export type GetPaymentDetails$Outbound = {
|
|
4143
|
+
consumerName?: string | null | undefined;
|
|
4144
|
+
consumerAccount?: string | null | undefined;
|
|
4145
|
+
consumerBic?: string | null | undefined;
|
|
4146
|
+
shippingAddress?: {
|
|
4147
|
+
[k: string]: any;
|
|
4148
|
+
} | null | undefined;
|
|
4149
|
+
cardNumber?: string | null | undefined;
|
|
4150
|
+
bankName?: string | undefined;
|
|
4151
|
+
bankAccount?: string | undefined;
|
|
4152
|
+
bankBic?: string | undefined;
|
|
4153
|
+
transferReference?: string | null | undefined;
|
|
4154
|
+
cardFingerprint?: string | null | undefined;
|
|
4155
|
+
cardHolder?: string | null | undefined;
|
|
4156
|
+
cardAudition?: string | null | undefined;
|
|
4157
|
+
cardLabel?: string | null | undefined;
|
|
4158
|
+
cardCountryCode?: string | null | undefined;
|
|
4159
|
+
cardExpiryDate?: string | null | undefined;
|
|
4160
|
+
cardFunding?: string | null | undefined;
|
|
4161
|
+
cardSecurity?: string | null | undefined;
|
|
4162
|
+
feeRegion?: string | null | undefined;
|
|
4163
|
+
cardMaskedNumber?: string | null | undefined;
|
|
4164
|
+
card3dsEci?: string | null | undefined;
|
|
4165
|
+
cardBin?: string | null | undefined;
|
|
4166
|
+
cardIssuer?: string | null | undefined;
|
|
4167
|
+
failureReason?: string | null | undefined;
|
|
4168
|
+
failureMessage?: string | null | undefined;
|
|
4169
|
+
wallet?: string | null | undefined;
|
|
4170
|
+
paypalReference?: string | null | undefined;
|
|
4171
|
+
paypalPayerId?: string | null | undefined;
|
|
4172
|
+
sellerProtection?: string | null | undefined;
|
|
4173
|
+
paypalFee?: GetPaymentPaypalFee$Outbound | null | undefined;
|
|
4174
|
+
customerReference?: string | undefined;
|
|
4175
|
+
terminalId?: string | undefined;
|
|
4176
|
+
maskedNumber?: string | null | undefined;
|
|
4177
|
+
receipt?: GetPaymentReceipt$Outbound | undefined;
|
|
4178
|
+
creditorIdentifier?: string | null | undefined;
|
|
4179
|
+
dueDate?: string | null | undefined;
|
|
4180
|
+
signatureDate?: string | null | undefined;
|
|
4181
|
+
bankReasonCode?: string | null | undefined;
|
|
4182
|
+
bankReason?: string | null | undefined;
|
|
4183
|
+
endToEndIdentifier?: string | null | undefined;
|
|
4184
|
+
mandateReference?: string | null | undefined;
|
|
4185
|
+
batchReference?: string | null | undefined;
|
|
4186
|
+
fileReference?: string | null | undefined;
|
|
4187
|
+
qrCode?: GetPaymentQrCode$Outbound | undefined;
|
|
4188
|
+
voucherNumber?: string | undefined;
|
|
4189
|
+
giftcards?: Array<{
|
|
4190
|
+
[k: string]: any;
|
|
4191
|
+
}> | undefined;
|
|
4192
|
+
issuer?: string | undefined;
|
|
4193
|
+
vouchers?: Array<{
|
|
4194
|
+
[k: string]: any;
|
|
4195
|
+
}> | undefined;
|
|
4196
|
+
remainderAmount?: GetPaymentRemainderAmount$Outbound | undefined;
|
|
4197
|
+
remainderMethod?: string | undefined;
|
|
4198
|
+
remainderDetails?: {
|
|
4199
|
+
[k: string]: any;
|
|
4200
|
+
} | undefined;
|
|
4201
|
+
};
|
|
4202
|
+
/** @internal */
|
|
4203
|
+
export declare const GetPaymentDetails$outboundSchema: z.ZodType<GetPaymentDetails$Outbound, z.ZodTypeDef, GetPaymentDetails>;
|
|
4204
|
+
/**
|
|
4205
|
+
* @internal
|
|
4206
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4207
|
+
*/
|
|
4208
|
+
export declare namespace GetPaymentDetails$ {
|
|
4209
|
+
/** @deprecated use `GetPaymentDetails$inboundSchema` instead. */
|
|
4210
|
+
const inboundSchema: z.ZodType<GetPaymentDetails, z.ZodTypeDef, unknown>;
|
|
4211
|
+
/** @deprecated use `GetPaymentDetails$outboundSchema` instead. */
|
|
4212
|
+
const outboundSchema: z.ZodType<GetPaymentDetails$Outbound, z.ZodTypeDef, GetPaymentDetails>;
|
|
4213
|
+
/** @deprecated use `GetPaymentDetails$Outbound` instead. */
|
|
4214
|
+
type Outbound = GetPaymentDetails$Outbound;
|
|
4215
|
+
}
|
|
4216
|
+
export declare function getPaymentDetailsToJSON(getPaymentDetails: GetPaymentDetails): string;
|
|
4217
|
+
export declare function getPaymentDetailsFromJSON(jsonString: string): SafeParseResult<GetPaymentDetails, SDKValidationError>;
|
|
4218
|
+
/** @internal */
|
|
2826
4219
|
export declare const GetPaymentSelf$inboundSchema: z.ZodType<GetPaymentSelf, z.ZodTypeDef, unknown>;
|
|
2827
4220
|
/** @internal */
|
|
2828
4221
|
export type GetPaymentSelf$Outbound = {
|
|
@@ -3168,6 +4561,52 @@ export declare namespace GetPaymentDocumentation$ {
|
|
|
3168
4561
|
export declare function getPaymentDocumentationToJSON(getPaymentDocumentation: GetPaymentDocumentation): string;
|
|
3169
4562
|
export declare function getPaymentDocumentationFromJSON(jsonString: string): SafeParseResult<GetPaymentDocumentation, SDKValidationError>;
|
|
3170
4563
|
/** @internal */
|
|
4564
|
+
export declare const GetPaymentLinksStatus$inboundSchema: z.ZodType<GetPaymentLinksStatus, z.ZodTypeDef, unknown>;
|
|
4565
|
+
/** @internal */
|
|
4566
|
+
export type GetPaymentLinksStatus$Outbound = {
|
|
4567
|
+
href: string;
|
|
4568
|
+
type: string;
|
|
4569
|
+
};
|
|
4570
|
+
/** @internal */
|
|
4571
|
+
export declare const GetPaymentLinksStatus$outboundSchema: z.ZodType<GetPaymentLinksStatus$Outbound, z.ZodTypeDef, GetPaymentLinksStatus>;
|
|
4572
|
+
/**
|
|
4573
|
+
* @internal
|
|
4574
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4575
|
+
*/
|
|
4576
|
+
export declare namespace GetPaymentLinksStatus$ {
|
|
4577
|
+
/** @deprecated use `GetPaymentLinksStatus$inboundSchema` instead. */
|
|
4578
|
+
const inboundSchema: z.ZodType<GetPaymentLinksStatus, z.ZodTypeDef, unknown>;
|
|
4579
|
+
/** @deprecated use `GetPaymentLinksStatus$outboundSchema` instead. */
|
|
4580
|
+
const outboundSchema: z.ZodType<GetPaymentLinksStatus$Outbound, z.ZodTypeDef, GetPaymentLinksStatus>;
|
|
4581
|
+
/** @deprecated use `GetPaymentLinksStatus$Outbound` instead. */
|
|
4582
|
+
type Outbound = GetPaymentLinksStatus$Outbound;
|
|
4583
|
+
}
|
|
4584
|
+
export declare function getPaymentLinksStatusToJSON(getPaymentLinksStatus: GetPaymentLinksStatus): string;
|
|
4585
|
+
export declare function getPaymentLinksStatusFromJSON(jsonString: string): SafeParseResult<GetPaymentLinksStatus, SDKValidationError>;
|
|
4586
|
+
/** @internal */
|
|
4587
|
+
export declare const GetPaymentPayOnline$inboundSchema: z.ZodType<GetPaymentPayOnline, z.ZodTypeDef, unknown>;
|
|
4588
|
+
/** @internal */
|
|
4589
|
+
export type GetPaymentPayOnline$Outbound = {
|
|
4590
|
+
href: string;
|
|
4591
|
+
type: string;
|
|
4592
|
+
};
|
|
4593
|
+
/** @internal */
|
|
4594
|
+
export declare const GetPaymentPayOnline$outboundSchema: z.ZodType<GetPaymentPayOnline$Outbound, z.ZodTypeDef, GetPaymentPayOnline>;
|
|
4595
|
+
/**
|
|
4596
|
+
* @internal
|
|
4597
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4598
|
+
*/
|
|
4599
|
+
export declare namespace GetPaymentPayOnline$ {
|
|
4600
|
+
/** @deprecated use `GetPaymentPayOnline$inboundSchema` instead. */
|
|
4601
|
+
const inboundSchema: z.ZodType<GetPaymentPayOnline, z.ZodTypeDef, unknown>;
|
|
4602
|
+
/** @deprecated use `GetPaymentPayOnline$outboundSchema` instead. */
|
|
4603
|
+
const outboundSchema: z.ZodType<GetPaymentPayOnline$Outbound, z.ZodTypeDef, GetPaymentPayOnline>;
|
|
4604
|
+
/** @deprecated use `GetPaymentPayOnline$Outbound` instead. */
|
|
4605
|
+
type Outbound = GetPaymentPayOnline$Outbound;
|
|
4606
|
+
}
|
|
4607
|
+
export declare function getPaymentPayOnlineToJSON(getPaymentPayOnline: GetPaymentPayOnline): string;
|
|
4608
|
+
export declare function getPaymentPayOnlineFromJSON(jsonString: string): SafeParseResult<GetPaymentPayOnline, SDKValidationError>;
|
|
4609
|
+
/** @internal */
|
|
3171
4610
|
export declare const GetPaymentLinks$inboundSchema: z.ZodType<GetPaymentLinks, z.ZodTypeDef, unknown>;
|
|
3172
4611
|
/** @internal */
|
|
3173
4612
|
export type GetPaymentLinks$Outbound = {
|
|
@@ -3186,6 +4625,8 @@ export type GetPaymentLinks$Outbound = {
|
|
|
3186
4625
|
order?: GetPaymentOrder$Outbound | undefined;
|
|
3187
4626
|
terminal?: GetPaymentTerminal$Outbound | undefined;
|
|
3188
4627
|
documentation?: GetPaymentDocumentation$Outbound | undefined;
|
|
4628
|
+
status?: GetPaymentLinksStatus$Outbound | undefined;
|
|
4629
|
+
payOnline?: GetPaymentPayOnline$Outbound | undefined;
|
|
3189
4630
|
};
|
|
3190
4631
|
/** @internal */
|
|
3191
4632
|
export declare const GetPaymentLinks$outboundSchema: z.ZodType<GetPaymentLinks$Outbound, z.ZodTypeDef, GetPaymentLinks>;
|
|
@@ -3245,9 +4686,7 @@ export type GetPaymentResponse$Outbound = {
|
|
|
3245
4686
|
status: string;
|
|
3246
4687
|
statusReason?: GetPaymentStatusReason$Outbound | null | undefined;
|
|
3247
4688
|
isCancelable?: boolean | null | undefined;
|
|
3248
|
-
details?:
|
|
3249
|
-
[k: string]: any;
|
|
3250
|
-
} | null | undefined;
|
|
4689
|
+
details?: GetPaymentDetails$Outbound | null | undefined;
|
|
3251
4690
|
createdAt: string;
|
|
3252
4691
|
authorizedAt?: string | null | undefined;
|
|
3253
4692
|
paidAt?: string | null | undefined;
|