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