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
|
* Used for setting the direction of the result set. Defaults to descending order, meaning the results are ordered from
|
|
@@ -424,7 +425,7 @@ export type ListPaymentsLine = {
|
|
|
424
425
|
* An array with the voucher categories, in case of a line eligible for a voucher. See the
|
|
425
426
|
*
|
|
426
427
|
* @remarks
|
|
427
|
-
* [Integrating Vouchers](integrating-vouchers) guide for more information.
|
|
428
|
+
* [Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information.
|
|
428
429
|
*/
|
|
429
430
|
categories?: Array<ListPaymentsCategory> | undefined;
|
|
430
431
|
/**
|
|
@@ -989,7 +990,7 @@ export type ListPaymentsSequenceType = ClosedEnum<typeof ListPaymentsSequenceTyp
|
|
|
989
990
|
* @remarks
|
|
990
991
|
* statuses occur at what point.
|
|
991
992
|
*/
|
|
992
|
-
export declare const
|
|
993
|
+
export declare const ListPaymentsStatusEnum: {
|
|
993
994
|
readonly Open: "open";
|
|
994
995
|
readonly Pending: "pending";
|
|
995
996
|
readonly Authorized: "authorized";
|
|
@@ -1004,7 +1005,132 @@ export declare const ListPaymentsStatus: {
|
|
|
1004
1005
|
* @remarks
|
|
1005
1006
|
* statuses occur at what point.
|
|
1006
1007
|
*/
|
|
1007
|
-
export type
|
|
1008
|
+
export type ListPaymentsStatusEnum = ClosedEnum<typeof ListPaymentsStatusEnum>;
|
|
1009
|
+
/**
|
|
1010
|
+
* A machine-readable code that indicates the reason for the payment's status.
|
|
1011
|
+
*/
|
|
1012
|
+
export declare const ListPaymentsCode: {
|
|
1013
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
1014
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
1015
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
1016
|
+
readonly CaptureCard: "capture_card";
|
|
1017
|
+
readonly DoNotHonor: "do_not_honor";
|
|
1018
|
+
readonly Error: "error";
|
|
1019
|
+
readonly PartialApproval: "partial_approval";
|
|
1020
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
1021
|
+
readonly InvalidAmount: "invalid_amount";
|
|
1022
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
1023
|
+
readonly LostCard: "lost_card";
|
|
1024
|
+
readonly StolenCard: "stolen_card";
|
|
1025
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
1026
|
+
readonly ExpiredCard: "expired_card";
|
|
1027
|
+
readonly InvalidPin: "invalid_pin";
|
|
1028
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
1029
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
1030
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
1031
|
+
readonly RestrictedCard: "restricted_card";
|
|
1032
|
+
readonly SecurityViolation: "security_violation";
|
|
1033
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
1034
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
1035
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
1036
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
1037
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
1038
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
1039
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
1040
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
1041
|
+
readonly HonorWithId: "honor_with_id";
|
|
1042
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
1043
|
+
readonly FormatError: "format_error";
|
|
1044
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
1045
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
1046
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
1047
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
1048
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
1049
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
1050
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
1051
|
+
readonly PolicyRelated: "policy_related";
|
|
1052
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
1053
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
1054
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
1055
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
1056
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
1057
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
1058
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
1059
|
+
readonly VipApproval: "vip_approval";
|
|
1060
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
1061
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
1062
|
+
readonly NoActionTaken: "no_action_taken";
|
|
1063
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
1064
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
1065
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
1066
|
+
readonly ClosedAccount: "closed_account";
|
|
1067
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
1068
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
1069
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
1070
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
1071
|
+
readonly PinDataRequired: "pin_data_required";
|
|
1072
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
1073
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
1074
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
1075
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
1076
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
1077
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
1078
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
1079
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
1080
|
+
readonly ForceStip: "force_stip";
|
|
1081
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
1082
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
1083
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
1084
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
1085
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
1086
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
1087
|
+
readonly UnsafePin: "unsafe_pin";
|
|
1088
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
1089
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
1090
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
1091
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
1092
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
1093
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
1094
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
1095
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
1096
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
1097
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
1098
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
1099
|
+
readonly TerminalClosed: "terminal_closed";
|
|
1100
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
1101
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
1102
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
1103
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
1104
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
1105
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
1106
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
1107
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
1108
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
1109
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
1110
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
1111
|
+
readonly TerminalBusy: "terminal_busy";
|
|
1112
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
1113
|
+
readonly ServiceFailed: "service_failed";
|
|
1114
|
+
readonly InvalidOperation: "invalid_operation";
|
|
1115
|
+
readonly AuthorizationError: "authorization_error";
|
|
1116
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
1117
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
1118
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
1119
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
1120
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
1121
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
1122
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
1123
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
1124
|
+
readonly CardNotAvailable: "card_not_available";
|
|
1125
|
+
readonly WrongCurrency: "wrong_currency";
|
|
1126
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
1127
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
1128
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
1129
|
+
};
|
|
1130
|
+
/**
|
|
1131
|
+
* A machine-readable code that indicates the reason for the payment's status.
|
|
1132
|
+
*/
|
|
1133
|
+
export type ListPaymentsCode = ClosedEnum<typeof ListPaymentsCode>;
|
|
1008
1134
|
/**
|
|
1009
1135
|
* This object offers details about the status of a payment. Currently it is only available for point-of-sale
|
|
1010
1136
|
*
|
|
@@ -1015,15 +1141,518 @@ export type ListPaymentsStatus = ClosedEnum<typeof ListPaymentsStatus>;
|
|
|
1015
1141
|
* [this page](status-reasons).**
|
|
1016
1142
|
*/
|
|
1017
1143
|
export type ListPaymentsStatusReason = {
|
|
1018
|
-
|
|
1019
|
-
* A machine-readable code that indicates the reason for the payment's status.
|
|
1020
|
-
*/
|
|
1021
|
-
code: string;
|
|
1144
|
+
code: ListPaymentsCode;
|
|
1022
1145
|
/**
|
|
1023
1146
|
* A description of the status reason, localized according to the payment `locale`.
|
|
1024
1147
|
*/
|
|
1025
1148
|
message: string;
|
|
1026
1149
|
};
|
|
1150
|
+
/**
|
|
1151
|
+
* The card's target audience, if known.
|
|
1152
|
+
*/
|
|
1153
|
+
export declare const ListPaymentsCardAudition: {
|
|
1154
|
+
readonly Consumer: "consumer";
|
|
1155
|
+
readonly Business: "business";
|
|
1156
|
+
};
|
|
1157
|
+
/**
|
|
1158
|
+
* The card's target audience, if known.
|
|
1159
|
+
*/
|
|
1160
|
+
export type ListPaymentsCardAudition = ClosedEnum<typeof ListPaymentsCardAudition>;
|
|
1161
|
+
/**
|
|
1162
|
+
* The card's label, if known.
|
|
1163
|
+
*/
|
|
1164
|
+
export declare const ListPaymentsCardLabel: {
|
|
1165
|
+
readonly AmericanExpress: "American Express";
|
|
1166
|
+
readonly CartaSi: "Carta Si";
|
|
1167
|
+
readonly CarteBleue: "Carte Bleue";
|
|
1168
|
+
readonly Dankort: "Dankort";
|
|
1169
|
+
readonly DinersClub: "Diners Club";
|
|
1170
|
+
readonly Discover: "Discover";
|
|
1171
|
+
readonly Jcb: "JCB";
|
|
1172
|
+
readonly Laser: "Laser";
|
|
1173
|
+
readonly Maestro: "Maestro";
|
|
1174
|
+
readonly Mastercard: "Mastercard";
|
|
1175
|
+
readonly Unionpay: "Unionpay";
|
|
1176
|
+
readonly Visa: "Visa";
|
|
1177
|
+
readonly Vpay: "Vpay";
|
|
1178
|
+
};
|
|
1179
|
+
/**
|
|
1180
|
+
* The card's label, if known.
|
|
1181
|
+
*/
|
|
1182
|
+
export type ListPaymentsCardLabel = ClosedEnum<typeof ListPaymentsCardLabel>;
|
|
1183
|
+
/**
|
|
1184
|
+
* The card type.
|
|
1185
|
+
*/
|
|
1186
|
+
export declare const ListPaymentsCardFunding: {
|
|
1187
|
+
readonly Debit: "debit";
|
|
1188
|
+
readonly Credit: "credit";
|
|
1189
|
+
readonly Prepaid: "prepaid";
|
|
1190
|
+
readonly DeferredDebit: "deferred-debit";
|
|
1191
|
+
};
|
|
1192
|
+
/**
|
|
1193
|
+
* The card type.
|
|
1194
|
+
*/
|
|
1195
|
+
export type ListPaymentsCardFunding = ClosedEnum<typeof ListPaymentsCardFunding>;
|
|
1196
|
+
/**
|
|
1197
|
+
* The level of security applied during card processing.
|
|
1198
|
+
*/
|
|
1199
|
+
export declare const ListPaymentsCardSecurity: {
|
|
1200
|
+
readonly Normal: "normal";
|
|
1201
|
+
readonly Threedsecure: "3dsecure";
|
|
1202
|
+
};
|
|
1203
|
+
/**
|
|
1204
|
+
* The level of security applied during card processing.
|
|
1205
|
+
*/
|
|
1206
|
+
export type ListPaymentsCardSecurity = ClosedEnum<typeof ListPaymentsCardSecurity>;
|
|
1207
|
+
/**
|
|
1208
|
+
* The applicable card fee region.
|
|
1209
|
+
*/
|
|
1210
|
+
export declare const ListPaymentsFeeRegion: {
|
|
1211
|
+
readonly AmericanExpress: "american-express";
|
|
1212
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
1213
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
1214
|
+
readonly IntraEu: "intra-eu";
|
|
1215
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
1216
|
+
readonly Domestic: "domestic";
|
|
1217
|
+
readonly Maestro: "maestro";
|
|
1218
|
+
readonly Other: "other";
|
|
1219
|
+
readonly Inter: "inter";
|
|
1220
|
+
readonly IntraEea: "intra-eea";
|
|
1221
|
+
};
|
|
1222
|
+
/**
|
|
1223
|
+
* The applicable card fee region.
|
|
1224
|
+
*/
|
|
1225
|
+
export type ListPaymentsFeeRegion = ClosedEnum<typeof ListPaymentsFeeRegion>;
|
|
1226
|
+
/**
|
|
1227
|
+
* A failure code to help understand why the payment failed.
|
|
1228
|
+
*/
|
|
1229
|
+
export declare const ListPaymentsFailureReason: {
|
|
1230
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
1231
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
1232
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
1233
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
1234
|
+
readonly CardDeclined: "card_declined";
|
|
1235
|
+
readonly CardExpired: "card_expired";
|
|
1236
|
+
readonly InactiveCard: "inactive_card";
|
|
1237
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
1238
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
1239
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
1240
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
1241
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
1242
|
+
readonly PossibleFraud: "possible_fraud";
|
|
1243
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
1244
|
+
readonly UnknownReason: "unknown_reason";
|
|
1245
|
+
};
|
|
1246
|
+
/**
|
|
1247
|
+
* A failure code to help understand why the payment failed.
|
|
1248
|
+
*/
|
|
1249
|
+
export type ListPaymentsFailureReason = ClosedEnum<typeof ListPaymentsFailureReason>;
|
|
1250
|
+
/**
|
|
1251
|
+
* The wallet used when creating the payment.
|
|
1252
|
+
*/
|
|
1253
|
+
export declare const ListPaymentsWallet: {
|
|
1254
|
+
readonly Applepay: "applepay";
|
|
1255
|
+
};
|
|
1256
|
+
/**
|
|
1257
|
+
* The wallet used when creating the payment.
|
|
1258
|
+
*/
|
|
1259
|
+
export type ListPaymentsWallet = ClosedEnum<typeof ListPaymentsWallet>;
|
|
1260
|
+
/**
|
|
1261
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1262
|
+
*
|
|
1263
|
+
* @remarks
|
|
1264
|
+
* payments, and if the information is made available by PayPal.
|
|
1265
|
+
*/
|
|
1266
|
+
export declare const ListPaymentsSellerProtection: {
|
|
1267
|
+
readonly Eligible: "Eligible";
|
|
1268
|
+
readonly Ineligible: "Ineligible";
|
|
1269
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
1270
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
1271
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
1272
|
+
readonly None: "None";
|
|
1273
|
+
readonly Active: "Active";
|
|
1274
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
1275
|
+
};
|
|
1276
|
+
/**
|
|
1277
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1278
|
+
*
|
|
1279
|
+
* @remarks
|
|
1280
|
+
* payments, and if the information is made available by PayPal.
|
|
1281
|
+
*/
|
|
1282
|
+
export type ListPaymentsSellerProtection = ClosedEnum<typeof ListPaymentsSellerProtection>;
|
|
1283
|
+
/**
|
|
1284
|
+
* An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
|
|
1285
|
+
*
|
|
1286
|
+
* @remarks
|
|
1287
|
+
* PayPal will not charge a fee for this transaction.
|
|
1288
|
+
*/
|
|
1289
|
+
export type ListPaymentsPaypalFee = {
|
|
1290
|
+
/**
|
|
1291
|
+
* A three-character ISO 4217 currency code.
|
|
1292
|
+
*/
|
|
1293
|
+
currency: string;
|
|
1294
|
+
/**
|
|
1295
|
+
* A string containing an exact monetary amount in the given currency.
|
|
1296
|
+
*/
|
|
1297
|
+
value: string;
|
|
1298
|
+
};
|
|
1299
|
+
/**
|
|
1300
|
+
* The method by which the card was read by the terminal.
|
|
1301
|
+
*/
|
|
1302
|
+
export declare const ListPaymentsCardReadMethod: {
|
|
1303
|
+
readonly Chip: "chip";
|
|
1304
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
1305
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
1306
|
+
readonly Contactless: "contactless";
|
|
1307
|
+
readonly Moto: "moto";
|
|
1308
|
+
};
|
|
1309
|
+
/**
|
|
1310
|
+
* The method by which the card was read by the terminal.
|
|
1311
|
+
*/
|
|
1312
|
+
export type ListPaymentsCardReadMethod = ClosedEnum<typeof ListPaymentsCardReadMethod>;
|
|
1313
|
+
/**
|
|
1314
|
+
* The method used to verify the cardholder's identity.
|
|
1315
|
+
*/
|
|
1316
|
+
export declare const ListPaymentsCardVerificationMethod: {
|
|
1317
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
1318
|
+
readonly OnlinePin: "online-pin";
|
|
1319
|
+
readonly OfflinePin: "offline-pin";
|
|
1320
|
+
readonly ConsumerDevice: "consumer-device";
|
|
1321
|
+
readonly Signature: "signature";
|
|
1322
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
1323
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
1324
|
+
readonly None: "none";
|
|
1325
|
+
readonly Failed: "failed";
|
|
1326
|
+
};
|
|
1327
|
+
/**
|
|
1328
|
+
* The method used to verify the cardholder's identity.
|
|
1329
|
+
*/
|
|
1330
|
+
export type ListPaymentsCardVerificationMethod = ClosedEnum<typeof ListPaymentsCardVerificationMethod>;
|
|
1331
|
+
/**
|
|
1332
|
+
* The Point of sale receipt object.
|
|
1333
|
+
*/
|
|
1334
|
+
export type ListPaymentsReceipt = {
|
|
1335
|
+
/**
|
|
1336
|
+
* A unique code provided by the cardholder’s bank to confirm that the transaction was successfully approved.
|
|
1337
|
+
*/
|
|
1338
|
+
authorizationCode?: string | null | undefined;
|
|
1339
|
+
/**
|
|
1340
|
+
* The unique number that identifies a specific payment application on a chip card.
|
|
1341
|
+
*/
|
|
1342
|
+
applicationIdentifier?: string | null | undefined;
|
|
1343
|
+
/**
|
|
1344
|
+
* The method by which the card was read by the terminal.
|
|
1345
|
+
*/
|
|
1346
|
+
cardReadMethod?: ListPaymentsCardReadMethod | null | undefined;
|
|
1347
|
+
/**
|
|
1348
|
+
* The method used to verify the cardholder's identity.
|
|
1349
|
+
*/
|
|
1350
|
+
cardVerificationMethod?: ListPaymentsCardVerificationMethod | null | undefined;
|
|
1351
|
+
};
|
|
1352
|
+
/**
|
|
1353
|
+
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
1354
|
+
*
|
|
1355
|
+
* @remarks
|
|
1356
|
+
* the QR code details will be available in this object.
|
|
1357
|
+
*
|
|
1358
|
+
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
1359
|
+
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
1360
|
+
*/
|
|
1361
|
+
export type ListPaymentsQrCode = {
|
|
1362
|
+
/**
|
|
1363
|
+
* The height of the QR code image in pixels.
|
|
1364
|
+
*/
|
|
1365
|
+
height?: number | undefined;
|
|
1366
|
+
/**
|
|
1367
|
+
* The width of the QR code image in pixels.
|
|
1368
|
+
*/
|
|
1369
|
+
width?: number | undefined;
|
|
1370
|
+
/**
|
|
1371
|
+
* The URL to the QR code image. The image is a PNG file, and can be displayed directly in the browser or
|
|
1372
|
+
*
|
|
1373
|
+
* @remarks
|
|
1374
|
+
* downloaded.
|
|
1375
|
+
*/
|
|
1376
|
+
src?: string | undefined;
|
|
1377
|
+
};
|
|
1378
|
+
/**
|
|
1379
|
+
* An amount object for the amount that remained after all gift cards or vouchers were applied.
|
|
1380
|
+
*/
|
|
1381
|
+
export type ListPaymentsRemainderAmount = {
|
|
1382
|
+
/**
|
|
1383
|
+
* A three-character ISO 4217 currency code.
|
|
1384
|
+
*/
|
|
1385
|
+
currency: string;
|
|
1386
|
+
/**
|
|
1387
|
+
* A string containing an exact monetary amount in the given currency.
|
|
1388
|
+
*/
|
|
1389
|
+
value: string;
|
|
1390
|
+
};
|
|
1391
|
+
/**
|
|
1392
|
+
* An object containing payment details collected during the payment process. For example, details may include the
|
|
1393
|
+
*
|
|
1394
|
+
* @remarks
|
|
1395
|
+
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
1396
|
+
* [method-specific parameters](extra-payment-parameters) guide.
|
|
1397
|
+
*/
|
|
1398
|
+
export type ListPaymentsDetails = {
|
|
1399
|
+
/**
|
|
1400
|
+
* The customer's name, if made available by the payment method. For card payments, refer to details.cardHolder.
|
|
1401
|
+
*/
|
|
1402
|
+
consumerName?: string | null | undefined;
|
|
1403
|
+
/**
|
|
1404
|
+
* The customer's account reference.
|
|
1405
|
+
*
|
|
1406
|
+
* @remarks
|
|
1407
|
+
*
|
|
1408
|
+
* For banking-based payment methods — such as iDEAL — this is normally either an IBAN or a domestic bank account
|
|
1409
|
+
* number.
|
|
1410
|
+
*
|
|
1411
|
+
* For PayPal, the account reference is an email address.
|
|
1412
|
+
*
|
|
1413
|
+
* For card and Bancontact payments, refer to details.cardNumber.
|
|
1414
|
+
*/
|
|
1415
|
+
consumerAccount?: string | null | undefined;
|
|
1416
|
+
/**
|
|
1417
|
+
* The BIC of the customer's bank account, if applicable.
|
|
1418
|
+
*/
|
|
1419
|
+
consumerBic?: string | null | undefined;
|
|
1420
|
+
/**
|
|
1421
|
+
* For wallet payment methods — such as Apple Pay and PayPal — the shipping address is often already known by the
|
|
1422
|
+
*
|
|
1423
|
+
* @remarks
|
|
1424
|
+
* wallet provider. In these cases the shipping address may be available as a payment detail.
|
|
1425
|
+
*/
|
|
1426
|
+
shippingAddress?: {
|
|
1427
|
+
[k: string]: any;
|
|
1428
|
+
} | null | undefined;
|
|
1429
|
+
/**
|
|
1430
|
+
* For bancontact, it will be the customer's masked card number. For cards, it will be the last 4-digit of the
|
|
1431
|
+
*
|
|
1432
|
+
* @remarks
|
|
1433
|
+
* PAN. For Point-of-sale, it will be the the last 4 digits of the customer's masked card number.
|
|
1434
|
+
*/
|
|
1435
|
+
cardNumber?: string | null | undefined;
|
|
1436
|
+
/**
|
|
1437
|
+
* The name of the bank that the customer will need to make the bank transfer payment towards.
|
|
1438
|
+
*/
|
|
1439
|
+
bankName?: string | undefined;
|
|
1440
|
+
/**
|
|
1441
|
+
* The bank account number the customer will need to make the bank transfer payment towards.
|
|
1442
|
+
*/
|
|
1443
|
+
bankAccount?: string | undefined;
|
|
1444
|
+
/**
|
|
1445
|
+
* The BIC of the bank the customer will need to make the bank transfer payment towards.
|
|
1446
|
+
*/
|
|
1447
|
+
bankBic?: string | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* The Mollie-generated reference the customer needs to use when transfering the amount. Do not apply any
|
|
1450
|
+
*
|
|
1451
|
+
* @remarks
|
|
1452
|
+
* formatting here; show it to the customer as-is.
|
|
1453
|
+
*/
|
|
1454
|
+
transferReference?: string | null | undefined;
|
|
1455
|
+
/**
|
|
1456
|
+
* A unique fingerprint for a specific card. Can be used to identify returning customers.
|
|
1457
|
+
*
|
|
1458
|
+
* @remarks
|
|
1459
|
+
*
|
|
1460
|
+
* In the case of Point-of-sale payments, it's a unique identifier assigned to a cardholder's payment account,
|
|
1461
|
+
* linking multiple transactions from wallets and physical card to a single account, also across payment methods
|
|
1462
|
+
* or when the card is reissued.
|
|
1463
|
+
*/
|
|
1464
|
+
cardFingerprint?: string | null | undefined;
|
|
1465
|
+
/**
|
|
1466
|
+
* The customer's name as shown on their card.
|
|
1467
|
+
*/
|
|
1468
|
+
cardHolder?: string | null | undefined;
|
|
1469
|
+
/**
|
|
1470
|
+
* The card's target audience, if known.
|
|
1471
|
+
*/
|
|
1472
|
+
cardAudition?: ListPaymentsCardAudition | null | undefined;
|
|
1473
|
+
/**
|
|
1474
|
+
* The card's label, if known.
|
|
1475
|
+
*/
|
|
1476
|
+
cardLabel?: ListPaymentsCardLabel | null | undefined;
|
|
1477
|
+
/**
|
|
1478
|
+
* The ISO 3166-1 alpha-2 country code of the country the card was issued in.
|
|
1479
|
+
*/
|
|
1480
|
+
cardCountryCode?: string | null | undefined;
|
|
1481
|
+
/**
|
|
1482
|
+
* The expiry date (MM/YY) of the card as displayed on the card.
|
|
1483
|
+
*/
|
|
1484
|
+
cardExpiryDate?: string | null | undefined;
|
|
1485
|
+
/**
|
|
1486
|
+
* The card type.
|
|
1487
|
+
*/
|
|
1488
|
+
cardFunding?: ListPaymentsCardFunding | null | undefined;
|
|
1489
|
+
/**
|
|
1490
|
+
* The level of security applied during card processing.
|
|
1491
|
+
*/
|
|
1492
|
+
cardSecurity?: ListPaymentsCardSecurity | null | undefined;
|
|
1493
|
+
/**
|
|
1494
|
+
* The applicable card fee region.
|
|
1495
|
+
*/
|
|
1496
|
+
feeRegion?: ListPaymentsFeeRegion | null | undefined;
|
|
1497
|
+
/**
|
|
1498
|
+
* The first 6 and last 4 digits of the card number.
|
|
1499
|
+
*/
|
|
1500
|
+
cardMaskedNumber?: string | null | undefined;
|
|
1501
|
+
/**
|
|
1502
|
+
* The outcome of authentication attempted on transactions enforced by 3DS (ie valid only for oneoff and first).
|
|
1503
|
+
*/
|
|
1504
|
+
card3dsEci?: string | null | undefined;
|
|
1505
|
+
/**
|
|
1506
|
+
* The first 6 digit of the card bank identification number.
|
|
1507
|
+
*/
|
|
1508
|
+
cardBin?: string | null | undefined;
|
|
1509
|
+
/**
|
|
1510
|
+
* The issuer of the Card.
|
|
1511
|
+
*/
|
|
1512
|
+
cardIssuer?: string | null | undefined;
|
|
1513
|
+
/**
|
|
1514
|
+
* A failure code to help understand why the payment failed.
|
|
1515
|
+
*/
|
|
1516
|
+
failureReason?: ListPaymentsFailureReason | null | undefined;
|
|
1517
|
+
/**
|
|
1518
|
+
* A human-friendly failure message that can be shown to the customer. The message is translated in accordance
|
|
1519
|
+
*
|
|
1520
|
+
* @remarks
|
|
1521
|
+
* with the payment's locale setting.
|
|
1522
|
+
*/
|
|
1523
|
+
failureMessage?: string | null | undefined;
|
|
1524
|
+
/**
|
|
1525
|
+
* The wallet used when creating the payment.
|
|
1526
|
+
*/
|
|
1527
|
+
wallet?: ListPaymentsWallet | null | undefined;
|
|
1528
|
+
/**
|
|
1529
|
+
* PayPal's reference for the payment.
|
|
1530
|
+
*/
|
|
1531
|
+
paypalReference?: string | null | undefined;
|
|
1532
|
+
/**
|
|
1533
|
+
* ID of the customer's PayPal account.
|
|
1534
|
+
*/
|
|
1535
|
+
paypalPayerId?: string | null | undefined;
|
|
1536
|
+
/**
|
|
1537
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1538
|
+
*
|
|
1539
|
+
* @remarks
|
|
1540
|
+
* payments, and if the information is made available by PayPal.
|
|
1541
|
+
*/
|
|
1542
|
+
sellerProtection?: ListPaymentsSellerProtection | null | undefined;
|
|
1543
|
+
/**
|
|
1544
|
+
* An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
|
|
1545
|
+
*
|
|
1546
|
+
* @remarks
|
|
1547
|
+
* PayPal will not charge a fee for this transaction.
|
|
1548
|
+
*/
|
|
1549
|
+
paypalFee?: ListPaymentsPaypalFee | null | undefined;
|
|
1550
|
+
/**
|
|
1551
|
+
* The paysafecard customer reference either provided via the API or otherwise auto-generated by Mollie.
|
|
1552
|
+
*/
|
|
1553
|
+
customerReference?: string | undefined;
|
|
1554
|
+
/**
|
|
1555
|
+
* The ID of the terminal device where the payment took place on.
|
|
1556
|
+
*/
|
|
1557
|
+
terminalId?: string | undefined;
|
|
1558
|
+
/**
|
|
1559
|
+
* The first 6 digits & last 4 digits of the customer's masked card number.
|
|
1560
|
+
*/
|
|
1561
|
+
maskedNumber?: string | null | undefined;
|
|
1562
|
+
/**
|
|
1563
|
+
* The Point of sale receipt object.
|
|
1564
|
+
*/
|
|
1565
|
+
receipt?: ListPaymentsReceipt | undefined;
|
|
1566
|
+
/**
|
|
1567
|
+
* The creditor identifier indicates who is authorized to execute the payment. In this case, it is a
|
|
1568
|
+
*
|
|
1569
|
+
* @remarks
|
|
1570
|
+
* reference to Mollie.
|
|
1571
|
+
*/
|
|
1572
|
+
creditorIdentifier?: string | null | undefined;
|
|
1573
|
+
/**
|
|
1574
|
+
* Estimated date the payment is debited from the customer's bank account, in YYYY-MM-DD format.
|
|
1575
|
+
*/
|
|
1576
|
+
dueDate?: RFCDate | null | undefined;
|
|
1577
|
+
/**
|
|
1578
|
+
* Date the payment has been signed by the customer, in YYYY-MM-DD format. Only available if the payment
|
|
1579
|
+
*
|
|
1580
|
+
* @remarks
|
|
1581
|
+
* has been signed.
|
|
1582
|
+
*/
|
|
1583
|
+
signatureDate?: RFCDate | null | undefined;
|
|
1584
|
+
/**
|
|
1585
|
+
* The official reason why this payment has failed. A detailed description of each reason is available on the
|
|
1586
|
+
*
|
|
1587
|
+
* @remarks
|
|
1588
|
+
* website of the European Payments Council.
|
|
1589
|
+
*/
|
|
1590
|
+
bankReasonCode?: string | null | undefined;
|
|
1591
|
+
/**
|
|
1592
|
+
* A human-friendly description of the failure reason.
|
|
1593
|
+
*/
|
|
1594
|
+
bankReason?: string | null | undefined;
|
|
1595
|
+
/**
|
|
1596
|
+
* The end-to-end identifier you provided in the batch file.
|
|
1597
|
+
*/
|
|
1598
|
+
endToEndIdentifier?: string | null | undefined;
|
|
1599
|
+
/**
|
|
1600
|
+
* The mandate reference you provided in the batch file.
|
|
1601
|
+
*/
|
|
1602
|
+
mandateReference?: string | null | undefined;
|
|
1603
|
+
/**
|
|
1604
|
+
* The batch reference you provided in the batch file.
|
|
1605
|
+
*/
|
|
1606
|
+
batchReference?: string | null | undefined;
|
|
1607
|
+
/**
|
|
1608
|
+
* The file reference you provided in the batch file.
|
|
1609
|
+
*/
|
|
1610
|
+
fileReference?: string | null | undefined;
|
|
1611
|
+
/**
|
|
1612
|
+
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
1613
|
+
*
|
|
1614
|
+
* @remarks
|
|
1615
|
+
* the QR code details will be available in this object.
|
|
1616
|
+
*
|
|
1617
|
+
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
1618
|
+
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
1619
|
+
*/
|
|
1620
|
+
qrCode?: ListPaymentsQrCode | undefined;
|
|
1621
|
+
/**
|
|
1622
|
+
* For payments with gift cards: the masked gift card number of the first gift card applied to the payment.
|
|
1623
|
+
*/
|
|
1624
|
+
voucherNumber?: string | undefined;
|
|
1625
|
+
/**
|
|
1626
|
+
* An array of detail objects for each gift card that was used on this payment, if any.
|
|
1627
|
+
*/
|
|
1628
|
+
giftcards?: Array<{
|
|
1629
|
+
[k: string]: any;
|
|
1630
|
+
}> | undefined;
|
|
1631
|
+
/**
|
|
1632
|
+
* For payments with vouchers: the brand name of the first voucher applied.
|
|
1633
|
+
*/
|
|
1634
|
+
issuer?: string | undefined;
|
|
1635
|
+
/**
|
|
1636
|
+
* An array of detail objects for each voucher that was used on this payment, if any.
|
|
1637
|
+
*/
|
|
1638
|
+
vouchers?: Array<{
|
|
1639
|
+
[k: string]: any;
|
|
1640
|
+
}> | undefined;
|
|
1641
|
+
/**
|
|
1642
|
+
* An amount object for the amount that remained after all gift cards or vouchers were applied.
|
|
1643
|
+
*/
|
|
1644
|
+
remainderAmount?: ListPaymentsRemainderAmount | undefined;
|
|
1645
|
+
/**
|
|
1646
|
+
* The payment method used to pay the remainder amount, after all gift cards or vouchers were applied.
|
|
1647
|
+
*/
|
|
1648
|
+
remainderMethod?: string | undefined;
|
|
1649
|
+
/**
|
|
1650
|
+
* Optional include. The full payment method details of the remainder payment.
|
|
1651
|
+
*/
|
|
1652
|
+
remainderDetails?: {
|
|
1653
|
+
[k: string]: any;
|
|
1654
|
+
} | undefined;
|
|
1655
|
+
};
|
|
1027
1656
|
/**
|
|
1028
1657
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1029
1658
|
*/
|
|
@@ -1240,6 +1869,38 @@ export type ListPaymentsPaymentDocumentation = {
|
|
|
1240
1869
|
*/
|
|
1241
1870
|
type: string;
|
|
1242
1871
|
};
|
|
1872
|
+
/**
|
|
1873
|
+
* Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
|
|
1874
|
+
*
|
|
1875
|
+
* @remarks
|
|
1876
|
+
* successful).
|
|
1877
|
+
*/
|
|
1878
|
+
export type ListPaymentsLinksStatus = {
|
|
1879
|
+
/**
|
|
1880
|
+
* The actual URL string.
|
|
1881
|
+
*/
|
|
1882
|
+
href: string;
|
|
1883
|
+
/**
|
|
1884
|
+
* The content type of the page or endpoint the URL points to.
|
|
1885
|
+
*/
|
|
1886
|
+
type: string;
|
|
1887
|
+
};
|
|
1888
|
+
/**
|
|
1889
|
+
* Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
|
|
1890
|
+
*
|
|
1891
|
+
* @remarks
|
|
1892
|
+
* bank transfer.
|
|
1893
|
+
*/
|
|
1894
|
+
export type ListPaymentsPayOnline = {
|
|
1895
|
+
/**
|
|
1896
|
+
* The actual URL string.
|
|
1897
|
+
*/
|
|
1898
|
+
href: string;
|
|
1899
|
+
/**
|
|
1900
|
+
* The content type of the page or endpoint the URL points to.
|
|
1901
|
+
*/
|
|
1902
|
+
type: string;
|
|
1903
|
+
};
|
|
1243
1904
|
/**
|
|
1244
1905
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
1245
1906
|
*/
|
|
@@ -1325,6 +1986,20 @@ export type ListPaymentsPaymentLinks = {
|
|
|
1325
1986
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1326
1987
|
*/
|
|
1327
1988
|
documentation?: ListPaymentsPaymentDocumentation | undefined;
|
|
1989
|
+
/**
|
|
1990
|
+
* Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
|
|
1991
|
+
*
|
|
1992
|
+
* @remarks
|
|
1993
|
+
* successful).
|
|
1994
|
+
*/
|
|
1995
|
+
status?: ListPaymentsLinksStatus | undefined;
|
|
1996
|
+
/**
|
|
1997
|
+
* Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
|
|
1998
|
+
*
|
|
1999
|
+
* @remarks
|
|
2000
|
+
* bank transfer.
|
|
2001
|
+
*/
|
|
2002
|
+
payOnline?: ListPaymentsPayOnline | undefined;
|
|
1328
2003
|
};
|
|
1329
2004
|
export type ListPaymentsPaymentOutput = {
|
|
1330
2005
|
/**
|
|
@@ -1661,7 +2336,7 @@ export type ListPaymentsPaymentOutput = {
|
|
|
1661
2336
|
* @remarks
|
|
1662
2337
|
* statuses occur at what point.
|
|
1663
2338
|
*/
|
|
1664
|
-
status:
|
|
2339
|
+
status: ListPaymentsStatusEnum;
|
|
1665
2340
|
/**
|
|
1666
2341
|
* This object offers details about the status of a payment. Currently it is only available for point-of-sale
|
|
1667
2342
|
*
|
|
@@ -1683,9 +2358,7 @@ export type ListPaymentsPaymentOutput = {
|
|
|
1683
2358
|
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
1684
2359
|
* [method-specific parameters](extra-payment-parameters) guide.
|
|
1685
2360
|
*/
|
|
1686
|
-
details?:
|
|
1687
|
-
[k: string]: any;
|
|
1688
|
-
} | null | undefined;
|
|
2361
|
+
details?: ListPaymentsDetails | null | undefined;
|
|
1689
2362
|
/**
|
|
1690
2363
|
* The entity's date and time of creation, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
1691
2364
|
*/
|
|
@@ -1802,19 +2475,19 @@ export type ListPaymentsLinks = {
|
|
|
1802
2475
|
/**
|
|
1803
2476
|
* The URL to the current set of items.
|
|
1804
2477
|
*/
|
|
1805
|
-
self
|
|
2478
|
+
self: ListPaymentsSelf;
|
|
1806
2479
|
/**
|
|
1807
2480
|
* The previous set of items, if available.
|
|
1808
2481
|
*/
|
|
1809
|
-
previous
|
|
2482
|
+
previous: ListPaymentsPrevious | null;
|
|
1810
2483
|
/**
|
|
1811
2484
|
* The next set of items, if available.
|
|
1812
2485
|
*/
|
|
1813
|
-
next
|
|
2486
|
+
next: ListPaymentsNext | null;
|
|
1814
2487
|
/**
|
|
1815
2488
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1816
2489
|
*/
|
|
1817
|
-
documentation
|
|
2490
|
+
documentation: ListPaymentsDocumentation;
|
|
1818
2491
|
};
|
|
1819
2492
|
/**
|
|
1820
2493
|
* A list of payment objects.
|
|
@@ -1829,12 +2502,12 @@ export type ListPaymentsResponse = {
|
|
|
1829
2502
|
* The maximum number of items per result set is controlled by the `limit` property provided in the request. The default
|
|
1830
2503
|
* limit is 50 items.
|
|
1831
2504
|
*/
|
|
1832
|
-
count
|
|
1833
|
-
embedded
|
|
2505
|
+
count: number;
|
|
2506
|
+
embedded: ListPaymentsEmbedded;
|
|
1834
2507
|
/**
|
|
1835
2508
|
* Links to help navigate through the lists of items. Every URL object will contain an `href` and a `type` field.
|
|
1836
2509
|
*/
|
|
1837
|
-
links
|
|
2510
|
+
links: ListPaymentsLinks;
|
|
1838
2511
|
};
|
|
1839
2512
|
/** @internal */
|
|
1840
2513
|
export declare const ListPaymentsSort$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsSort>;
|
|
@@ -2846,15 +3519,15 @@ export declare namespace ListPaymentsSequenceType$ {
|
|
|
2846
3519
|
}>;
|
|
2847
3520
|
}
|
|
2848
3521
|
/** @internal */
|
|
2849
|
-
export declare const
|
|
3522
|
+
export declare const ListPaymentsStatusEnum$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsStatusEnum>;
|
|
2850
3523
|
/** @internal */
|
|
2851
|
-
export declare const
|
|
3524
|
+
export declare const ListPaymentsStatusEnum$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsStatusEnum>;
|
|
2852
3525
|
/**
|
|
2853
3526
|
* @internal
|
|
2854
3527
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2855
3528
|
*/
|
|
2856
|
-
export declare namespace
|
|
2857
|
-
/** @deprecated use `
|
|
3529
|
+
export declare namespace ListPaymentsStatusEnum$ {
|
|
3530
|
+
/** @deprecated use `ListPaymentsStatusEnum$inboundSchema` instead. */
|
|
2858
3531
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2859
3532
|
readonly Open: "open";
|
|
2860
3533
|
readonly Pending: "pending";
|
|
@@ -2864,7 +3537,7 @@ export declare namespace ListPaymentsStatus$ {
|
|
|
2864
3537
|
readonly Expired: "expired";
|
|
2865
3538
|
readonly Failed: "failed";
|
|
2866
3539
|
}>;
|
|
2867
|
-
/** @deprecated use `
|
|
3540
|
+
/** @deprecated use `ListPaymentsStatusEnum$outboundSchema` instead. */
|
|
2868
3541
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2869
3542
|
readonly Open: "open";
|
|
2870
3543
|
readonly Pending: "pending";
|
|
@@ -2876,6 +3549,254 @@ export declare namespace ListPaymentsStatus$ {
|
|
|
2876
3549
|
}>;
|
|
2877
3550
|
}
|
|
2878
3551
|
/** @internal */
|
|
3552
|
+
export declare const ListPaymentsCode$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsCode>;
|
|
3553
|
+
/** @internal */
|
|
3554
|
+
export declare const ListPaymentsCode$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsCode>;
|
|
3555
|
+
/**
|
|
3556
|
+
* @internal
|
|
3557
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3558
|
+
*/
|
|
3559
|
+
export declare namespace ListPaymentsCode$ {
|
|
3560
|
+
/** @deprecated use `ListPaymentsCode$inboundSchema` instead. */
|
|
3561
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3562
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
3563
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
3564
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
3565
|
+
readonly CaptureCard: "capture_card";
|
|
3566
|
+
readonly DoNotHonor: "do_not_honor";
|
|
3567
|
+
readonly Error: "error";
|
|
3568
|
+
readonly PartialApproval: "partial_approval";
|
|
3569
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
3570
|
+
readonly InvalidAmount: "invalid_amount";
|
|
3571
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
3572
|
+
readonly LostCard: "lost_card";
|
|
3573
|
+
readonly StolenCard: "stolen_card";
|
|
3574
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3575
|
+
readonly ExpiredCard: "expired_card";
|
|
3576
|
+
readonly InvalidPin: "invalid_pin";
|
|
3577
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
3578
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
3579
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
3580
|
+
readonly RestrictedCard: "restricted_card";
|
|
3581
|
+
readonly SecurityViolation: "security_violation";
|
|
3582
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
3583
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
3584
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
3585
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
3586
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
3587
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
3588
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
3589
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
3590
|
+
readonly HonorWithId: "honor_with_id";
|
|
3591
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3592
|
+
readonly FormatError: "format_error";
|
|
3593
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
3594
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
3595
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
3596
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
3597
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
3598
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
3599
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
3600
|
+
readonly PolicyRelated: "policy_related";
|
|
3601
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
3602
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
3603
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
3604
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
3605
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
3606
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
3607
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
3608
|
+
readonly VipApproval: "vip_approval";
|
|
3609
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
3610
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
3611
|
+
readonly NoActionTaken: "no_action_taken";
|
|
3612
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
3613
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
3614
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
3615
|
+
readonly ClosedAccount: "closed_account";
|
|
3616
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
3617
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
3618
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
3619
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
3620
|
+
readonly PinDataRequired: "pin_data_required";
|
|
3621
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
3622
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
3623
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
3624
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
3625
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
3626
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
3627
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
3628
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
3629
|
+
readonly ForceStip: "force_stip";
|
|
3630
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
3631
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
3632
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
3633
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
3634
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
3635
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
3636
|
+
readonly UnsafePin: "unsafe_pin";
|
|
3637
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
3638
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
3639
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
3640
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
3641
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
3642
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
3643
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
3644
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
3645
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
3646
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
3647
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
3648
|
+
readonly TerminalClosed: "terminal_closed";
|
|
3649
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
3650
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
3651
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
3652
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
3653
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
3654
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
3655
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
3656
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
3657
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
3658
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
3659
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
3660
|
+
readonly TerminalBusy: "terminal_busy";
|
|
3661
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
3662
|
+
readonly ServiceFailed: "service_failed";
|
|
3663
|
+
readonly InvalidOperation: "invalid_operation";
|
|
3664
|
+
readonly AuthorizationError: "authorization_error";
|
|
3665
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
3666
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
3667
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
3668
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
3669
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
3670
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
3671
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
3672
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
3673
|
+
readonly CardNotAvailable: "card_not_available";
|
|
3674
|
+
readonly WrongCurrency: "wrong_currency";
|
|
3675
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
3676
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
3677
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
3678
|
+
}>;
|
|
3679
|
+
/** @deprecated use `ListPaymentsCode$outboundSchema` instead. */
|
|
3680
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3681
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
3682
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
3683
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
3684
|
+
readonly CaptureCard: "capture_card";
|
|
3685
|
+
readonly DoNotHonor: "do_not_honor";
|
|
3686
|
+
readonly Error: "error";
|
|
3687
|
+
readonly PartialApproval: "partial_approval";
|
|
3688
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
3689
|
+
readonly InvalidAmount: "invalid_amount";
|
|
3690
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
3691
|
+
readonly LostCard: "lost_card";
|
|
3692
|
+
readonly StolenCard: "stolen_card";
|
|
3693
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3694
|
+
readonly ExpiredCard: "expired_card";
|
|
3695
|
+
readonly InvalidPin: "invalid_pin";
|
|
3696
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
3697
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
3698
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
3699
|
+
readonly RestrictedCard: "restricted_card";
|
|
3700
|
+
readonly SecurityViolation: "security_violation";
|
|
3701
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
3702
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
3703
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
3704
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
3705
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
3706
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
3707
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
3708
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
3709
|
+
readonly HonorWithId: "honor_with_id";
|
|
3710
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3711
|
+
readonly FormatError: "format_error";
|
|
3712
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
3713
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
3714
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
3715
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
3716
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
3717
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
3718
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
3719
|
+
readonly PolicyRelated: "policy_related";
|
|
3720
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
3721
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
3722
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
3723
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
3724
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
3725
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
3726
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
3727
|
+
readonly VipApproval: "vip_approval";
|
|
3728
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
3729
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
3730
|
+
readonly NoActionTaken: "no_action_taken";
|
|
3731
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
3732
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
3733
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
3734
|
+
readonly ClosedAccount: "closed_account";
|
|
3735
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
3736
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
3737
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
3738
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
3739
|
+
readonly PinDataRequired: "pin_data_required";
|
|
3740
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
3741
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
3742
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
3743
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
3744
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
3745
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
3746
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
3747
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
3748
|
+
readonly ForceStip: "force_stip";
|
|
3749
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
3750
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
3751
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
3752
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
3753
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
3754
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
3755
|
+
readonly UnsafePin: "unsafe_pin";
|
|
3756
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
3757
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
3758
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
3759
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
3760
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
3761
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
3762
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
3763
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
3764
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
3765
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
3766
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
3767
|
+
readonly TerminalClosed: "terminal_closed";
|
|
3768
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
3769
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
3770
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
3771
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
3772
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
3773
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
3774
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
3775
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
3776
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
3777
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
3778
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
3779
|
+
readonly TerminalBusy: "terminal_busy";
|
|
3780
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
3781
|
+
readonly ServiceFailed: "service_failed";
|
|
3782
|
+
readonly InvalidOperation: "invalid_operation";
|
|
3783
|
+
readonly AuthorizationError: "authorization_error";
|
|
3784
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
3785
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
3786
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
3787
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
3788
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
3789
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
3790
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
3791
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
3792
|
+
readonly CardNotAvailable: "card_not_available";
|
|
3793
|
+
readonly WrongCurrency: "wrong_currency";
|
|
3794
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
3795
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
3796
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
3797
|
+
}>;
|
|
3798
|
+
}
|
|
3799
|
+
/** @internal */
|
|
2879
3800
|
export declare const ListPaymentsStatusReason$inboundSchema: z.ZodType<ListPaymentsStatusReason, z.ZodTypeDef, unknown>;
|
|
2880
3801
|
/** @internal */
|
|
2881
3802
|
export type ListPaymentsStatusReason$Outbound = {
|
|
@@ -2899,6 +3820,478 @@ export declare namespace ListPaymentsStatusReason$ {
|
|
|
2899
3820
|
export declare function listPaymentsStatusReasonToJSON(listPaymentsStatusReason: ListPaymentsStatusReason): string;
|
|
2900
3821
|
export declare function listPaymentsStatusReasonFromJSON(jsonString: string): SafeParseResult<ListPaymentsStatusReason, SDKValidationError>;
|
|
2901
3822
|
/** @internal */
|
|
3823
|
+
export declare const ListPaymentsCardAudition$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardAudition>;
|
|
3824
|
+
/** @internal */
|
|
3825
|
+
export declare const ListPaymentsCardAudition$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardAudition>;
|
|
3826
|
+
/**
|
|
3827
|
+
* @internal
|
|
3828
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3829
|
+
*/
|
|
3830
|
+
export declare namespace ListPaymentsCardAudition$ {
|
|
3831
|
+
/** @deprecated use `ListPaymentsCardAudition$inboundSchema` instead. */
|
|
3832
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3833
|
+
readonly Consumer: "consumer";
|
|
3834
|
+
readonly Business: "business";
|
|
3835
|
+
}>;
|
|
3836
|
+
/** @deprecated use `ListPaymentsCardAudition$outboundSchema` instead. */
|
|
3837
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3838
|
+
readonly Consumer: "consumer";
|
|
3839
|
+
readonly Business: "business";
|
|
3840
|
+
}>;
|
|
3841
|
+
}
|
|
3842
|
+
/** @internal */
|
|
3843
|
+
export declare const ListPaymentsCardLabel$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardLabel>;
|
|
3844
|
+
/** @internal */
|
|
3845
|
+
export declare const ListPaymentsCardLabel$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardLabel>;
|
|
3846
|
+
/**
|
|
3847
|
+
* @internal
|
|
3848
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3849
|
+
*/
|
|
3850
|
+
export declare namespace ListPaymentsCardLabel$ {
|
|
3851
|
+
/** @deprecated use `ListPaymentsCardLabel$inboundSchema` instead. */
|
|
3852
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3853
|
+
readonly AmericanExpress: "American Express";
|
|
3854
|
+
readonly CartaSi: "Carta Si";
|
|
3855
|
+
readonly CarteBleue: "Carte Bleue";
|
|
3856
|
+
readonly Dankort: "Dankort";
|
|
3857
|
+
readonly DinersClub: "Diners Club";
|
|
3858
|
+
readonly Discover: "Discover";
|
|
3859
|
+
readonly Jcb: "JCB";
|
|
3860
|
+
readonly Laser: "Laser";
|
|
3861
|
+
readonly Maestro: "Maestro";
|
|
3862
|
+
readonly Mastercard: "Mastercard";
|
|
3863
|
+
readonly Unionpay: "Unionpay";
|
|
3864
|
+
readonly Visa: "Visa";
|
|
3865
|
+
readonly Vpay: "Vpay";
|
|
3866
|
+
}>;
|
|
3867
|
+
/** @deprecated use `ListPaymentsCardLabel$outboundSchema` instead. */
|
|
3868
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3869
|
+
readonly AmericanExpress: "American Express";
|
|
3870
|
+
readonly CartaSi: "Carta Si";
|
|
3871
|
+
readonly CarteBleue: "Carte Bleue";
|
|
3872
|
+
readonly Dankort: "Dankort";
|
|
3873
|
+
readonly DinersClub: "Diners Club";
|
|
3874
|
+
readonly Discover: "Discover";
|
|
3875
|
+
readonly Jcb: "JCB";
|
|
3876
|
+
readonly Laser: "Laser";
|
|
3877
|
+
readonly Maestro: "Maestro";
|
|
3878
|
+
readonly Mastercard: "Mastercard";
|
|
3879
|
+
readonly Unionpay: "Unionpay";
|
|
3880
|
+
readonly Visa: "Visa";
|
|
3881
|
+
readonly Vpay: "Vpay";
|
|
3882
|
+
}>;
|
|
3883
|
+
}
|
|
3884
|
+
/** @internal */
|
|
3885
|
+
export declare const ListPaymentsCardFunding$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardFunding>;
|
|
3886
|
+
/** @internal */
|
|
3887
|
+
export declare const ListPaymentsCardFunding$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardFunding>;
|
|
3888
|
+
/**
|
|
3889
|
+
* @internal
|
|
3890
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3891
|
+
*/
|
|
3892
|
+
export declare namespace ListPaymentsCardFunding$ {
|
|
3893
|
+
/** @deprecated use `ListPaymentsCardFunding$inboundSchema` instead. */
|
|
3894
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3895
|
+
readonly Debit: "debit";
|
|
3896
|
+
readonly Credit: "credit";
|
|
3897
|
+
readonly Prepaid: "prepaid";
|
|
3898
|
+
readonly DeferredDebit: "deferred-debit";
|
|
3899
|
+
}>;
|
|
3900
|
+
/** @deprecated use `ListPaymentsCardFunding$outboundSchema` instead. */
|
|
3901
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3902
|
+
readonly Debit: "debit";
|
|
3903
|
+
readonly Credit: "credit";
|
|
3904
|
+
readonly Prepaid: "prepaid";
|
|
3905
|
+
readonly DeferredDebit: "deferred-debit";
|
|
3906
|
+
}>;
|
|
3907
|
+
}
|
|
3908
|
+
/** @internal */
|
|
3909
|
+
export declare const ListPaymentsCardSecurity$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardSecurity>;
|
|
3910
|
+
/** @internal */
|
|
3911
|
+
export declare const ListPaymentsCardSecurity$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardSecurity>;
|
|
3912
|
+
/**
|
|
3913
|
+
* @internal
|
|
3914
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3915
|
+
*/
|
|
3916
|
+
export declare namespace ListPaymentsCardSecurity$ {
|
|
3917
|
+
/** @deprecated use `ListPaymentsCardSecurity$inboundSchema` instead. */
|
|
3918
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3919
|
+
readonly Normal: "normal";
|
|
3920
|
+
readonly Threedsecure: "3dsecure";
|
|
3921
|
+
}>;
|
|
3922
|
+
/** @deprecated use `ListPaymentsCardSecurity$outboundSchema` instead. */
|
|
3923
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3924
|
+
readonly Normal: "normal";
|
|
3925
|
+
readonly Threedsecure: "3dsecure";
|
|
3926
|
+
}>;
|
|
3927
|
+
}
|
|
3928
|
+
/** @internal */
|
|
3929
|
+
export declare const ListPaymentsFeeRegion$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsFeeRegion>;
|
|
3930
|
+
/** @internal */
|
|
3931
|
+
export declare const ListPaymentsFeeRegion$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsFeeRegion>;
|
|
3932
|
+
/**
|
|
3933
|
+
* @internal
|
|
3934
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3935
|
+
*/
|
|
3936
|
+
export declare namespace ListPaymentsFeeRegion$ {
|
|
3937
|
+
/** @deprecated use `ListPaymentsFeeRegion$inboundSchema` instead. */
|
|
3938
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3939
|
+
readonly AmericanExpress: "american-express";
|
|
3940
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
3941
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
3942
|
+
readonly IntraEu: "intra-eu";
|
|
3943
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
3944
|
+
readonly Domestic: "domestic";
|
|
3945
|
+
readonly Maestro: "maestro";
|
|
3946
|
+
readonly Other: "other";
|
|
3947
|
+
readonly Inter: "inter";
|
|
3948
|
+
readonly IntraEea: "intra-eea";
|
|
3949
|
+
}>;
|
|
3950
|
+
/** @deprecated use `ListPaymentsFeeRegion$outboundSchema` instead. */
|
|
3951
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3952
|
+
readonly AmericanExpress: "american-express";
|
|
3953
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
3954
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
3955
|
+
readonly IntraEu: "intra-eu";
|
|
3956
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
3957
|
+
readonly Domestic: "domestic";
|
|
3958
|
+
readonly Maestro: "maestro";
|
|
3959
|
+
readonly Other: "other";
|
|
3960
|
+
readonly Inter: "inter";
|
|
3961
|
+
readonly IntraEea: "intra-eea";
|
|
3962
|
+
}>;
|
|
3963
|
+
}
|
|
3964
|
+
/** @internal */
|
|
3965
|
+
export declare const ListPaymentsFailureReason$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsFailureReason>;
|
|
3966
|
+
/** @internal */
|
|
3967
|
+
export declare const ListPaymentsFailureReason$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsFailureReason>;
|
|
3968
|
+
/**
|
|
3969
|
+
* @internal
|
|
3970
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3971
|
+
*/
|
|
3972
|
+
export declare namespace ListPaymentsFailureReason$ {
|
|
3973
|
+
/** @deprecated use `ListPaymentsFailureReason$inboundSchema` instead. */
|
|
3974
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3975
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
3976
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
3977
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
3978
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
3979
|
+
readonly CardDeclined: "card_declined";
|
|
3980
|
+
readonly CardExpired: "card_expired";
|
|
3981
|
+
readonly InactiveCard: "inactive_card";
|
|
3982
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3983
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
3984
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
3985
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3986
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
3987
|
+
readonly PossibleFraud: "possible_fraud";
|
|
3988
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
3989
|
+
readonly UnknownReason: "unknown_reason";
|
|
3990
|
+
}>;
|
|
3991
|
+
/** @deprecated use `ListPaymentsFailureReason$outboundSchema` instead. */
|
|
3992
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3993
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
3994
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
3995
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
3996
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
3997
|
+
readonly CardDeclined: "card_declined";
|
|
3998
|
+
readonly CardExpired: "card_expired";
|
|
3999
|
+
readonly InactiveCard: "inactive_card";
|
|
4000
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
4001
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
4002
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
4003
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
4004
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
4005
|
+
readonly PossibleFraud: "possible_fraud";
|
|
4006
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
4007
|
+
readonly UnknownReason: "unknown_reason";
|
|
4008
|
+
}>;
|
|
4009
|
+
}
|
|
4010
|
+
/** @internal */
|
|
4011
|
+
export declare const ListPaymentsWallet$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsWallet>;
|
|
4012
|
+
/** @internal */
|
|
4013
|
+
export declare const ListPaymentsWallet$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsWallet>;
|
|
4014
|
+
/**
|
|
4015
|
+
* @internal
|
|
4016
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4017
|
+
*/
|
|
4018
|
+
export declare namespace ListPaymentsWallet$ {
|
|
4019
|
+
/** @deprecated use `ListPaymentsWallet$inboundSchema` instead. */
|
|
4020
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4021
|
+
readonly Applepay: "applepay";
|
|
4022
|
+
}>;
|
|
4023
|
+
/** @deprecated use `ListPaymentsWallet$outboundSchema` instead. */
|
|
4024
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4025
|
+
readonly Applepay: "applepay";
|
|
4026
|
+
}>;
|
|
4027
|
+
}
|
|
4028
|
+
/** @internal */
|
|
4029
|
+
export declare const ListPaymentsSellerProtection$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsSellerProtection>;
|
|
4030
|
+
/** @internal */
|
|
4031
|
+
export declare const ListPaymentsSellerProtection$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsSellerProtection>;
|
|
4032
|
+
/**
|
|
4033
|
+
* @internal
|
|
4034
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4035
|
+
*/
|
|
4036
|
+
export declare namespace ListPaymentsSellerProtection$ {
|
|
4037
|
+
/** @deprecated use `ListPaymentsSellerProtection$inboundSchema` instead. */
|
|
4038
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4039
|
+
readonly Eligible: "Eligible";
|
|
4040
|
+
readonly Ineligible: "Ineligible";
|
|
4041
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
4042
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
4043
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
4044
|
+
readonly None: "None";
|
|
4045
|
+
readonly Active: "Active";
|
|
4046
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
4047
|
+
}>;
|
|
4048
|
+
/** @deprecated use `ListPaymentsSellerProtection$outboundSchema` instead. */
|
|
4049
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4050
|
+
readonly Eligible: "Eligible";
|
|
4051
|
+
readonly Ineligible: "Ineligible";
|
|
4052
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
4053
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
4054
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
4055
|
+
readonly None: "None";
|
|
4056
|
+
readonly Active: "Active";
|
|
4057
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
4058
|
+
}>;
|
|
4059
|
+
}
|
|
4060
|
+
/** @internal */
|
|
4061
|
+
export declare const ListPaymentsPaypalFee$inboundSchema: z.ZodType<ListPaymentsPaypalFee, z.ZodTypeDef, unknown>;
|
|
4062
|
+
/** @internal */
|
|
4063
|
+
export type ListPaymentsPaypalFee$Outbound = {
|
|
4064
|
+
currency: string;
|
|
4065
|
+
value: string;
|
|
4066
|
+
};
|
|
4067
|
+
/** @internal */
|
|
4068
|
+
export declare const ListPaymentsPaypalFee$outboundSchema: z.ZodType<ListPaymentsPaypalFee$Outbound, z.ZodTypeDef, ListPaymentsPaypalFee>;
|
|
4069
|
+
/**
|
|
4070
|
+
* @internal
|
|
4071
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4072
|
+
*/
|
|
4073
|
+
export declare namespace ListPaymentsPaypalFee$ {
|
|
4074
|
+
/** @deprecated use `ListPaymentsPaypalFee$inboundSchema` instead. */
|
|
4075
|
+
const inboundSchema: z.ZodType<ListPaymentsPaypalFee, z.ZodTypeDef, unknown>;
|
|
4076
|
+
/** @deprecated use `ListPaymentsPaypalFee$outboundSchema` instead. */
|
|
4077
|
+
const outboundSchema: z.ZodType<ListPaymentsPaypalFee$Outbound, z.ZodTypeDef, ListPaymentsPaypalFee>;
|
|
4078
|
+
/** @deprecated use `ListPaymentsPaypalFee$Outbound` instead. */
|
|
4079
|
+
type Outbound = ListPaymentsPaypalFee$Outbound;
|
|
4080
|
+
}
|
|
4081
|
+
export declare function listPaymentsPaypalFeeToJSON(listPaymentsPaypalFee: ListPaymentsPaypalFee): string;
|
|
4082
|
+
export declare function listPaymentsPaypalFeeFromJSON(jsonString: string): SafeParseResult<ListPaymentsPaypalFee, SDKValidationError>;
|
|
4083
|
+
/** @internal */
|
|
4084
|
+
export declare const ListPaymentsCardReadMethod$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardReadMethod>;
|
|
4085
|
+
/** @internal */
|
|
4086
|
+
export declare const ListPaymentsCardReadMethod$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardReadMethod>;
|
|
4087
|
+
/**
|
|
4088
|
+
* @internal
|
|
4089
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4090
|
+
*/
|
|
4091
|
+
export declare namespace ListPaymentsCardReadMethod$ {
|
|
4092
|
+
/** @deprecated use `ListPaymentsCardReadMethod$inboundSchema` instead. */
|
|
4093
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4094
|
+
readonly Chip: "chip";
|
|
4095
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
4096
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
4097
|
+
readonly Contactless: "contactless";
|
|
4098
|
+
readonly Moto: "moto";
|
|
4099
|
+
}>;
|
|
4100
|
+
/** @deprecated use `ListPaymentsCardReadMethod$outboundSchema` instead. */
|
|
4101
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4102
|
+
readonly Chip: "chip";
|
|
4103
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
4104
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
4105
|
+
readonly Contactless: "contactless";
|
|
4106
|
+
readonly Moto: "moto";
|
|
4107
|
+
}>;
|
|
4108
|
+
}
|
|
4109
|
+
/** @internal */
|
|
4110
|
+
export declare const ListPaymentsCardVerificationMethod$inboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardVerificationMethod>;
|
|
4111
|
+
/** @internal */
|
|
4112
|
+
export declare const ListPaymentsCardVerificationMethod$outboundSchema: z.ZodNativeEnum<typeof ListPaymentsCardVerificationMethod>;
|
|
4113
|
+
/**
|
|
4114
|
+
* @internal
|
|
4115
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4116
|
+
*/
|
|
4117
|
+
export declare namespace ListPaymentsCardVerificationMethod$ {
|
|
4118
|
+
/** @deprecated use `ListPaymentsCardVerificationMethod$inboundSchema` instead. */
|
|
4119
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4120
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
4121
|
+
readonly OnlinePin: "online-pin";
|
|
4122
|
+
readonly OfflinePin: "offline-pin";
|
|
4123
|
+
readonly ConsumerDevice: "consumer-device";
|
|
4124
|
+
readonly Signature: "signature";
|
|
4125
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
4126
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
4127
|
+
readonly None: "none";
|
|
4128
|
+
readonly Failed: "failed";
|
|
4129
|
+
}>;
|
|
4130
|
+
/** @deprecated use `ListPaymentsCardVerificationMethod$outboundSchema` instead. */
|
|
4131
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4132
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
4133
|
+
readonly OnlinePin: "online-pin";
|
|
4134
|
+
readonly OfflinePin: "offline-pin";
|
|
4135
|
+
readonly ConsumerDevice: "consumer-device";
|
|
4136
|
+
readonly Signature: "signature";
|
|
4137
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
4138
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
4139
|
+
readonly None: "none";
|
|
4140
|
+
readonly Failed: "failed";
|
|
4141
|
+
}>;
|
|
4142
|
+
}
|
|
4143
|
+
/** @internal */
|
|
4144
|
+
export declare const ListPaymentsReceipt$inboundSchema: z.ZodType<ListPaymentsReceipt, z.ZodTypeDef, unknown>;
|
|
4145
|
+
/** @internal */
|
|
4146
|
+
export type ListPaymentsReceipt$Outbound = {
|
|
4147
|
+
authorizationCode?: string | null | undefined;
|
|
4148
|
+
applicationIdentifier?: string | null | undefined;
|
|
4149
|
+
cardReadMethod?: string | null | undefined;
|
|
4150
|
+
cardVerificationMethod?: string | null | undefined;
|
|
4151
|
+
};
|
|
4152
|
+
/** @internal */
|
|
4153
|
+
export declare const ListPaymentsReceipt$outboundSchema: z.ZodType<ListPaymentsReceipt$Outbound, z.ZodTypeDef, ListPaymentsReceipt>;
|
|
4154
|
+
/**
|
|
4155
|
+
* @internal
|
|
4156
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4157
|
+
*/
|
|
4158
|
+
export declare namespace ListPaymentsReceipt$ {
|
|
4159
|
+
/** @deprecated use `ListPaymentsReceipt$inboundSchema` instead. */
|
|
4160
|
+
const inboundSchema: z.ZodType<ListPaymentsReceipt, z.ZodTypeDef, unknown>;
|
|
4161
|
+
/** @deprecated use `ListPaymentsReceipt$outboundSchema` instead. */
|
|
4162
|
+
const outboundSchema: z.ZodType<ListPaymentsReceipt$Outbound, z.ZodTypeDef, ListPaymentsReceipt>;
|
|
4163
|
+
/** @deprecated use `ListPaymentsReceipt$Outbound` instead. */
|
|
4164
|
+
type Outbound = ListPaymentsReceipt$Outbound;
|
|
4165
|
+
}
|
|
4166
|
+
export declare function listPaymentsReceiptToJSON(listPaymentsReceipt: ListPaymentsReceipt): string;
|
|
4167
|
+
export declare function listPaymentsReceiptFromJSON(jsonString: string): SafeParseResult<ListPaymentsReceipt, SDKValidationError>;
|
|
4168
|
+
/** @internal */
|
|
4169
|
+
export declare const ListPaymentsQrCode$inboundSchema: z.ZodType<ListPaymentsQrCode, z.ZodTypeDef, unknown>;
|
|
4170
|
+
/** @internal */
|
|
4171
|
+
export type ListPaymentsQrCode$Outbound = {
|
|
4172
|
+
height?: number | undefined;
|
|
4173
|
+
width?: number | undefined;
|
|
4174
|
+
src?: string | undefined;
|
|
4175
|
+
};
|
|
4176
|
+
/** @internal */
|
|
4177
|
+
export declare const ListPaymentsQrCode$outboundSchema: z.ZodType<ListPaymentsQrCode$Outbound, z.ZodTypeDef, ListPaymentsQrCode>;
|
|
4178
|
+
/**
|
|
4179
|
+
* @internal
|
|
4180
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4181
|
+
*/
|
|
4182
|
+
export declare namespace ListPaymentsQrCode$ {
|
|
4183
|
+
/** @deprecated use `ListPaymentsQrCode$inboundSchema` instead. */
|
|
4184
|
+
const inboundSchema: z.ZodType<ListPaymentsQrCode, z.ZodTypeDef, unknown>;
|
|
4185
|
+
/** @deprecated use `ListPaymentsQrCode$outboundSchema` instead. */
|
|
4186
|
+
const outboundSchema: z.ZodType<ListPaymentsQrCode$Outbound, z.ZodTypeDef, ListPaymentsQrCode>;
|
|
4187
|
+
/** @deprecated use `ListPaymentsQrCode$Outbound` instead. */
|
|
4188
|
+
type Outbound = ListPaymentsQrCode$Outbound;
|
|
4189
|
+
}
|
|
4190
|
+
export declare function listPaymentsQrCodeToJSON(listPaymentsQrCode: ListPaymentsQrCode): string;
|
|
4191
|
+
export declare function listPaymentsQrCodeFromJSON(jsonString: string): SafeParseResult<ListPaymentsQrCode, SDKValidationError>;
|
|
4192
|
+
/** @internal */
|
|
4193
|
+
export declare const ListPaymentsRemainderAmount$inboundSchema: z.ZodType<ListPaymentsRemainderAmount, z.ZodTypeDef, unknown>;
|
|
4194
|
+
/** @internal */
|
|
4195
|
+
export type ListPaymentsRemainderAmount$Outbound = {
|
|
4196
|
+
currency: string;
|
|
4197
|
+
value: string;
|
|
4198
|
+
};
|
|
4199
|
+
/** @internal */
|
|
4200
|
+
export declare const ListPaymentsRemainderAmount$outboundSchema: z.ZodType<ListPaymentsRemainderAmount$Outbound, z.ZodTypeDef, ListPaymentsRemainderAmount>;
|
|
4201
|
+
/**
|
|
4202
|
+
* @internal
|
|
4203
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4204
|
+
*/
|
|
4205
|
+
export declare namespace ListPaymentsRemainderAmount$ {
|
|
4206
|
+
/** @deprecated use `ListPaymentsRemainderAmount$inboundSchema` instead. */
|
|
4207
|
+
const inboundSchema: z.ZodType<ListPaymentsRemainderAmount, z.ZodTypeDef, unknown>;
|
|
4208
|
+
/** @deprecated use `ListPaymentsRemainderAmount$outboundSchema` instead. */
|
|
4209
|
+
const outboundSchema: z.ZodType<ListPaymentsRemainderAmount$Outbound, z.ZodTypeDef, ListPaymentsRemainderAmount>;
|
|
4210
|
+
/** @deprecated use `ListPaymentsRemainderAmount$Outbound` instead. */
|
|
4211
|
+
type Outbound = ListPaymentsRemainderAmount$Outbound;
|
|
4212
|
+
}
|
|
4213
|
+
export declare function listPaymentsRemainderAmountToJSON(listPaymentsRemainderAmount: ListPaymentsRemainderAmount): string;
|
|
4214
|
+
export declare function listPaymentsRemainderAmountFromJSON(jsonString: string): SafeParseResult<ListPaymentsRemainderAmount, SDKValidationError>;
|
|
4215
|
+
/** @internal */
|
|
4216
|
+
export declare const ListPaymentsDetails$inboundSchema: z.ZodType<ListPaymentsDetails, z.ZodTypeDef, unknown>;
|
|
4217
|
+
/** @internal */
|
|
4218
|
+
export type ListPaymentsDetails$Outbound = {
|
|
4219
|
+
consumerName?: string | null | undefined;
|
|
4220
|
+
consumerAccount?: string | null | undefined;
|
|
4221
|
+
consumerBic?: string | null | undefined;
|
|
4222
|
+
shippingAddress?: {
|
|
4223
|
+
[k: string]: any;
|
|
4224
|
+
} | null | undefined;
|
|
4225
|
+
cardNumber?: string | null | undefined;
|
|
4226
|
+
bankName?: string | undefined;
|
|
4227
|
+
bankAccount?: string | undefined;
|
|
4228
|
+
bankBic?: string | undefined;
|
|
4229
|
+
transferReference?: string | null | undefined;
|
|
4230
|
+
cardFingerprint?: string | null | undefined;
|
|
4231
|
+
cardHolder?: string | null | undefined;
|
|
4232
|
+
cardAudition?: string | null | undefined;
|
|
4233
|
+
cardLabel?: string | null | undefined;
|
|
4234
|
+
cardCountryCode?: string | null | undefined;
|
|
4235
|
+
cardExpiryDate?: string | null | undefined;
|
|
4236
|
+
cardFunding?: string | null | undefined;
|
|
4237
|
+
cardSecurity?: string | null | undefined;
|
|
4238
|
+
feeRegion?: string | null | undefined;
|
|
4239
|
+
cardMaskedNumber?: string | null | undefined;
|
|
4240
|
+
card3dsEci?: string | null | undefined;
|
|
4241
|
+
cardBin?: string | null | undefined;
|
|
4242
|
+
cardIssuer?: string | null | undefined;
|
|
4243
|
+
failureReason?: string | null | undefined;
|
|
4244
|
+
failureMessage?: string | null | undefined;
|
|
4245
|
+
wallet?: string | null | undefined;
|
|
4246
|
+
paypalReference?: string | null | undefined;
|
|
4247
|
+
paypalPayerId?: string | null | undefined;
|
|
4248
|
+
sellerProtection?: string | null | undefined;
|
|
4249
|
+
paypalFee?: ListPaymentsPaypalFee$Outbound | null | undefined;
|
|
4250
|
+
customerReference?: string | undefined;
|
|
4251
|
+
terminalId?: string | undefined;
|
|
4252
|
+
maskedNumber?: string | null | undefined;
|
|
4253
|
+
receipt?: ListPaymentsReceipt$Outbound | undefined;
|
|
4254
|
+
creditorIdentifier?: string | null | undefined;
|
|
4255
|
+
dueDate?: string | null | undefined;
|
|
4256
|
+
signatureDate?: string | null | undefined;
|
|
4257
|
+
bankReasonCode?: string | null | undefined;
|
|
4258
|
+
bankReason?: string | null | undefined;
|
|
4259
|
+
endToEndIdentifier?: string | null | undefined;
|
|
4260
|
+
mandateReference?: string | null | undefined;
|
|
4261
|
+
batchReference?: string | null | undefined;
|
|
4262
|
+
fileReference?: string | null | undefined;
|
|
4263
|
+
qrCode?: ListPaymentsQrCode$Outbound | undefined;
|
|
4264
|
+
voucherNumber?: string | undefined;
|
|
4265
|
+
giftcards?: Array<{
|
|
4266
|
+
[k: string]: any;
|
|
4267
|
+
}> | undefined;
|
|
4268
|
+
issuer?: string | undefined;
|
|
4269
|
+
vouchers?: Array<{
|
|
4270
|
+
[k: string]: any;
|
|
4271
|
+
}> | undefined;
|
|
4272
|
+
remainderAmount?: ListPaymentsRemainderAmount$Outbound | undefined;
|
|
4273
|
+
remainderMethod?: string | undefined;
|
|
4274
|
+
remainderDetails?: {
|
|
4275
|
+
[k: string]: any;
|
|
4276
|
+
} | undefined;
|
|
4277
|
+
};
|
|
4278
|
+
/** @internal */
|
|
4279
|
+
export declare const ListPaymentsDetails$outboundSchema: z.ZodType<ListPaymentsDetails$Outbound, z.ZodTypeDef, ListPaymentsDetails>;
|
|
4280
|
+
/**
|
|
4281
|
+
* @internal
|
|
4282
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4283
|
+
*/
|
|
4284
|
+
export declare namespace ListPaymentsDetails$ {
|
|
4285
|
+
/** @deprecated use `ListPaymentsDetails$inboundSchema` instead. */
|
|
4286
|
+
const inboundSchema: z.ZodType<ListPaymentsDetails, z.ZodTypeDef, unknown>;
|
|
4287
|
+
/** @deprecated use `ListPaymentsDetails$outboundSchema` instead. */
|
|
4288
|
+
const outboundSchema: z.ZodType<ListPaymentsDetails$Outbound, z.ZodTypeDef, ListPaymentsDetails>;
|
|
4289
|
+
/** @deprecated use `ListPaymentsDetails$Outbound` instead. */
|
|
4290
|
+
type Outbound = ListPaymentsDetails$Outbound;
|
|
4291
|
+
}
|
|
4292
|
+
export declare function listPaymentsDetailsToJSON(listPaymentsDetails: ListPaymentsDetails): string;
|
|
4293
|
+
export declare function listPaymentsDetailsFromJSON(jsonString: string): SafeParseResult<ListPaymentsDetails, SDKValidationError>;
|
|
4294
|
+
/** @internal */
|
|
2902
4295
|
export declare const ListPaymentsPaymentSelf$inboundSchema: z.ZodType<ListPaymentsPaymentSelf, z.ZodTypeDef, unknown>;
|
|
2903
4296
|
/** @internal */
|
|
2904
4297
|
export type ListPaymentsPaymentSelf$Outbound = {
|
|
@@ -3244,6 +4637,52 @@ export declare namespace ListPaymentsPaymentDocumentation$ {
|
|
|
3244
4637
|
export declare function listPaymentsPaymentDocumentationToJSON(listPaymentsPaymentDocumentation: ListPaymentsPaymentDocumentation): string;
|
|
3245
4638
|
export declare function listPaymentsPaymentDocumentationFromJSON(jsonString: string): SafeParseResult<ListPaymentsPaymentDocumentation, SDKValidationError>;
|
|
3246
4639
|
/** @internal */
|
|
4640
|
+
export declare const ListPaymentsLinksStatus$inboundSchema: z.ZodType<ListPaymentsLinksStatus, z.ZodTypeDef, unknown>;
|
|
4641
|
+
/** @internal */
|
|
4642
|
+
export type ListPaymentsLinksStatus$Outbound = {
|
|
4643
|
+
href: string;
|
|
4644
|
+
type: string;
|
|
4645
|
+
};
|
|
4646
|
+
/** @internal */
|
|
4647
|
+
export declare const ListPaymentsLinksStatus$outboundSchema: z.ZodType<ListPaymentsLinksStatus$Outbound, z.ZodTypeDef, ListPaymentsLinksStatus>;
|
|
4648
|
+
/**
|
|
4649
|
+
* @internal
|
|
4650
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4651
|
+
*/
|
|
4652
|
+
export declare namespace ListPaymentsLinksStatus$ {
|
|
4653
|
+
/** @deprecated use `ListPaymentsLinksStatus$inboundSchema` instead. */
|
|
4654
|
+
const inboundSchema: z.ZodType<ListPaymentsLinksStatus, z.ZodTypeDef, unknown>;
|
|
4655
|
+
/** @deprecated use `ListPaymentsLinksStatus$outboundSchema` instead. */
|
|
4656
|
+
const outboundSchema: z.ZodType<ListPaymentsLinksStatus$Outbound, z.ZodTypeDef, ListPaymentsLinksStatus>;
|
|
4657
|
+
/** @deprecated use `ListPaymentsLinksStatus$Outbound` instead. */
|
|
4658
|
+
type Outbound = ListPaymentsLinksStatus$Outbound;
|
|
4659
|
+
}
|
|
4660
|
+
export declare function listPaymentsLinksStatusToJSON(listPaymentsLinksStatus: ListPaymentsLinksStatus): string;
|
|
4661
|
+
export declare function listPaymentsLinksStatusFromJSON(jsonString: string): SafeParseResult<ListPaymentsLinksStatus, SDKValidationError>;
|
|
4662
|
+
/** @internal */
|
|
4663
|
+
export declare const ListPaymentsPayOnline$inboundSchema: z.ZodType<ListPaymentsPayOnline, z.ZodTypeDef, unknown>;
|
|
4664
|
+
/** @internal */
|
|
4665
|
+
export type ListPaymentsPayOnline$Outbound = {
|
|
4666
|
+
href: string;
|
|
4667
|
+
type: string;
|
|
4668
|
+
};
|
|
4669
|
+
/** @internal */
|
|
4670
|
+
export declare const ListPaymentsPayOnline$outboundSchema: z.ZodType<ListPaymentsPayOnline$Outbound, z.ZodTypeDef, ListPaymentsPayOnline>;
|
|
4671
|
+
/**
|
|
4672
|
+
* @internal
|
|
4673
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4674
|
+
*/
|
|
4675
|
+
export declare namespace ListPaymentsPayOnline$ {
|
|
4676
|
+
/** @deprecated use `ListPaymentsPayOnline$inboundSchema` instead. */
|
|
4677
|
+
const inboundSchema: z.ZodType<ListPaymentsPayOnline, z.ZodTypeDef, unknown>;
|
|
4678
|
+
/** @deprecated use `ListPaymentsPayOnline$outboundSchema` instead. */
|
|
4679
|
+
const outboundSchema: z.ZodType<ListPaymentsPayOnline$Outbound, z.ZodTypeDef, ListPaymentsPayOnline>;
|
|
4680
|
+
/** @deprecated use `ListPaymentsPayOnline$Outbound` instead. */
|
|
4681
|
+
type Outbound = ListPaymentsPayOnline$Outbound;
|
|
4682
|
+
}
|
|
4683
|
+
export declare function listPaymentsPayOnlineToJSON(listPaymentsPayOnline: ListPaymentsPayOnline): string;
|
|
4684
|
+
export declare function listPaymentsPayOnlineFromJSON(jsonString: string): SafeParseResult<ListPaymentsPayOnline, SDKValidationError>;
|
|
4685
|
+
/** @internal */
|
|
3247
4686
|
export declare const ListPaymentsPaymentLinks$inboundSchema: z.ZodType<ListPaymentsPaymentLinks, z.ZodTypeDef, unknown>;
|
|
3248
4687
|
/** @internal */
|
|
3249
4688
|
export type ListPaymentsPaymentLinks$Outbound = {
|
|
@@ -3262,6 +4701,8 @@ export type ListPaymentsPaymentLinks$Outbound = {
|
|
|
3262
4701
|
order?: ListPaymentsOrder$Outbound | undefined;
|
|
3263
4702
|
terminal?: ListPaymentsTerminal$Outbound | undefined;
|
|
3264
4703
|
documentation?: ListPaymentsPaymentDocumentation$Outbound | undefined;
|
|
4704
|
+
status?: ListPaymentsLinksStatus$Outbound | undefined;
|
|
4705
|
+
payOnline?: ListPaymentsPayOnline$Outbound | undefined;
|
|
3265
4706
|
};
|
|
3266
4707
|
/** @internal */
|
|
3267
4708
|
export declare const ListPaymentsPaymentLinks$outboundSchema: z.ZodType<ListPaymentsPaymentLinks$Outbound, z.ZodTypeDef, ListPaymentsPaymentLinks>;
|
|
@@ -3321,9 +4762,7 @@ export type ListPaymentsPaymentOutput$Outbound = {
|
|
|
3321
4762
|
status: string;
|
|
3322
4763
|
statusReason?: ListPaymentsStatusReason$Outbound | null | undefined;
|
|
3323
4764
|
isCancelable?: boolean | null | undefined;
|
|
3324
|
-
details?:
|
|
3325
|
-
[k: string]: any;
|
|
3326
|
-
} | null | undefined;
|
|
4765
|
+
details?: ListPaymentsDetails$Outbound | null | undefined;
|
|
3327
4766
|
createdAt: string;
|
|
3328
4767
|
authorizedAt?: string | null | undefined;
|
|
3329
4768
|
paidAt?: string | null | undefined;
|
|
@@ -3467,10 +4906,10 @@ export declare function listPaymentsDocumentationFromJSON(jsonString: string): S
|
|
|
3467
4906
|
export declare const ListPaymentsLinks$inboundSchema: z.ZodType<ListPaymentsLinks, z.ZodTypeDef, unknown>;
|
|
3468
4907
|
/** @internal */
|
|
3469
4908
|
export type ListPaymentsLinks$Outbound = {
|
|
3470
|
-
self
|
|
3471
|
-
previous
|
|
3472
|
-
next
|
|
3473
|
-
documentation
|
|
4909
|
+
self: ListPaymentsSelf$Outbound;
|
|
4910
|
+
previous: ListPaymentsPrevious$Outbound | null;
|
|
4911
|
+
next: ListPaymentsNext$Outbound | null;
|
|
4912
|
+
documentation: ListPaymentsDocumentation$Outbound;
|
|
3474
4913
|
};
|
|
3475
4914
|
/** @internal */
|
|
3476
4915
|
export declare const ListPaymentsLinks$outboundSchema: z.ZodType<ListPaymentsLinks$Outbound, z.ZodTypeDef, ListPaymentsLinks>;
|
|
@@ -3492,9 +4931,9 @@ export declare function listPaymentsLinksFromJSON(jsonString: string): SafeParse
|
|
|
3492
4931
|
export declare const ListPaymentsResponse$inboundSchema: z.ZodType<ListPaymentsResponse, z.ZodTypeDef, unknown>;
|
|
3493
4932
|
/** @internal */
|
|
3494
4933
|
export type ListPaymentsResponse$Outbound = {
|
|
3495
|
-
count
|
|
3496
|
-
_embedded
|
|
3497
|
-
_links
|
|
4934
|
+
count: number;
|
|
4935
|
+
_embedded: ListPaymentsEmbedded$Outbound;
|
|
4936
|
+
_links: ListPaymentsLinks$Outbound;
|
|
3498
4937
|
};
|
|
3499
4938
|
/** @internal */
|
|
3500
4939
|
export declare const ListPaymentsResponse$outboundSchema: z.ZodType<ListPaymentsResponse$Outbound, z.ZodTypeDef, ListPaymentsResponse>;
|