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.
Files changed (357) hide show
  1. package/FUNCTIONS.md +13 -0
  2. package/README.md +84 -0
  3. package/bin/mcp-server.js +5173 -1638
  4. package/bin/mcp-server.js.map +47 -46
  5. package/dist/commonjs/lib/config.d.ts +2 -2
  6. package/dist/commonjs/lib/config.js +2 -2
  7. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  8. package/dist/commonjs/mcp-server/server.js +1 -1
  9. package/dist/commonjs/models/operations/cancelpayment.d.ts +1458 -19
  10. package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
  11. package/dist/commonjs/models/operations/cancelpayment.js +755 -20
  12. package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
  13. package/dist/commonjs/models/operations/createcustomerpayment.d.ts +1596 -20
  14. package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
  15. package/dist/commonjs/models/operations/createcustomerpayment.js +819 -22
  16. package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
  17. package/dist/commonjs/models/operations/createpayment.d.ts +1596 -20
  18. package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
  19. package/dist/commonjs/models/operations/createpayment.js +810 -22
  20. package/dist/commonjs/models/operations/createpayment.js.map +1 -1
  21. package/dist/commonjs/models/operations/createpaymentlink.d.ts +2 -2
  22. package/dist/commonjs/models/operations/getnextsettlement.d.ts +6 -846
  23. package/dist/commonjs/models/operations/getnextsettlement.d.ts.map +1 -1
  24. package/dist/commonjs/models/operations/getnextsettlement.js +3 -586
  25. package/dist/commonjs/models/operations/getnextsettlement.js.map +1 -1
  26. package/dist/commonjs/models/operations/getopensettlement.d.ts +6 -846
  27. package/dist/commonjs/models/operations/getopensettlement.d.ts.map +1 -1
  28. package/dist/commonjs/models/operations/getopensettlement.js +3 -586
  29. package/dist/commonjs/models/operations/getopensettlement.js.map +1 -1
  30. package/dist/commonjs/models/operations/getpayment.d.ts +1458 -19
  31. package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
  32. package/dist/commonjs/models/operations/getpayment.js +751 -20
  33. package/dist/commonjs/models/operations/getpayment.js.map +1 -1
  34. package/dist/commonjs/models/operations/getpaymentlink.d.ts +1 -1
  35. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +1466 -27
  36. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  37. package/dist/commonjs/models/operations/getpaymentlinkpayments.js +771 -32
  38. package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
  39. package/dist/commonjs/models/operations/getsettlement.d.ts +6 -846
  40. package/dist/commonjs/models/operations/getsettlement.d.ts.map +1 -1
  41. package/dist/commonjs/models/operations/getsettlement.js +3 -579
  42. package/dist/commonjs/models/operations/getsettlement.js.map +1 -1
  43. package/dist/commonjs/models/operations/getwebhookevent.d.ts +1 -1
  44. package/dist/commonjs/models/operations/listallchargebacks.d.ts +8 -8
  45. package/dist/commonjs/models/operations/listallchargebacks.d.ts.map +1 -1
  46. package/dist/commonjs/models/operations/listallchargebacks.js +8 -14
  47. package/dist/commonjs/models/operations/listallchargebacks.js.map +1 -1
  48. package/dist/commonjs/models/operations/listallmethods.d.ts +15 -15
  49. package/dist/commonjs/models/operations/listallmethods.d.ts.map +1 -1
  50. package/dist/commonjs/models/operations/listallmethods.js +19 -18
  51. package/dist/commonjs/models/operations/listallmethods.js.map +1 -1
  52. package/dist/commonjs/models/operations/listallrefunds.d.ts +8 -8
  53. package/dist/commonjs/models/operations/listallrefunds.d.ts.map +1 -1
  54. package/dist/commonjs/models/operations/listallrefunds.js +8 -12
  55. package/dist/commonjs/models/operations/listallrefunds.js.map +1 -1
  56. package/dist/commonjs/models/operations/listallsubscriptions.d.ts +8 -8
  57. package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
  58. package/dist/commonjs/models/operations/listallsubscriptions.js +8 -13
  59. package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
  60. package/dist/commonjs/models/operations/listbalances.d.ts +8 -8
  61. package/dist/commonjs/models/operations/listbalances.d.ts.map +1 -1
  62. package/dist/commonjs/models/operations/listbalances.js +8 -12
  63. package/dist/commonjs/models/operations/listbalances.js.map +1 -1
  64. package/dist/commonjs/models/operations/listbalancetransactions.d.ts +8 -8
  65. package/dist/commonjs/models/operations/listbalancetransactions.d.ts.map +1 -1
  66. package/dist/commonjs/models/operations/listbalancetransactions.js +8 -10
  67. package/dist/commonjs/models/operations/listbalancetransactions.js.map +1 -1
  68. package/dist/commonjs/models/operations/listcaptures.d.ts +8 -8
  69. package/dist/commonjs/models/operations/listcaptures.d.ts.map +1 -1
  70. package/dist/commonjs/models/operations/listcaptures.js +8 -12
  71. package/dist/commonjs/models/operations/listcaptures.js.map +1 -1
  72. package/dist/commonjs/models/operations/listchargebacks.d.ts +8 -8
  73. package/dist/commonjs/models/operations/listchargebacks.d.ts.map +1 -1
  74. package/dist/commonjs/models/operations/listchargebacks.js +8 -12
  75. package/dist/commonjs/models/operations/listchargebacks.js.map +1 -1
  76. package/dist/commonjs/models/operations/listclients.d.ts +8 -8
  77. package/dist/commonjs/models/operations/listclients.d.ts.map +1 -1
  78. package/dist/commonjs/models/operations/listclients.js +8 -12
  79. package/dist/commonjs/models/operations/listclients.js.map +1 -1
  80. package/dist/commonjs/models/operations/listcustomerpayments.d.ts +1472 -33
  81. package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
  82. package/dist/commonjs/models/operations/listcustomerpayments.js +776 -42
  83. package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
  84. package/dist/commonjs/models/operations/listcustomers.d.ts +8 -8
  85. package/dist/commonjs/models/operations/listcustomers.d.ts.map +1 -1
  86. package/dist/commonjs/models/operations/listcustomers.js +8 -12
  87. package/dist/commonjs/models/operations/listcustomers.js.map +1 -1
  88. package/dist/commonjs/models/operations/listinvoices.d.ts +8 -8
  89. package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -1
  90. package/dist/commonjs/models/operations/listinvoices.js +8 -12
  91. package/dist/commonjs/models/operations/listinvoices.js.map +1 -1
  92. package/dist/commonjs/models/operations/listmandates.d.ts +8 -8
  93. package/dist/commonjs/models/operations/listmandates.d.ts.map +1 -1
  94. package/dist/commonjs/models/operations/listmandates.js +8 -12
  95. package/dist/commonjs/models/operations/listmandates.js.map +1 -1
  96. package/dist/commonjs/models/operations/listpaymentlinks.d.ts +9 -9
  97. package/dist/commonjs/models/operations/listpaymentlinks.d.ts.map +1 -1
  98. package/dist/commonjs/models/operations/listpaymentlinks.js +8 -13
  99. package/dist/commonjs/models/operations/listpaymentlinks.js.map +1 -1
  100. package/dist/commonjs/models/operations/listpayments.d.ts +1472 -33
  101. package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
  102. package/dist/commonjs/models/operations/listpayments.js +768 -39
  103. package/dist/commonjs/models/operations/listpayments.js.map +1 -1
  104. package/dist/commonjs/models/operations/listprofiles.d.ts +8 -8
  105. package/dist/commonjs/models/operations/listprofiles.d.ts.map +1 -1
  106. package/dist/commonjs/models/operations/listprofiles.js +8 -12
  107. package/dist/commonjs/models/operations/listprofiles.js.map +1 -1
  108. package/dist/commonjs/models/operations/listrefunds.d.ts +8 -8
  109. package/dist/commonjs/models/operations/listrefunds.d.ts.map +1 -1
  110. package/dist/commonjs/models/operations/listrefunds.js +8 -12
  111. package/dist/commonjs/models/operations/listrefunds.js.map +1 -1
  112. package/dist/commonjs/models/operations/listsalesinvoices.d.ts +8 -8
  113. package/dist/commonjs/models/operations/listsalesinvoices.d.ts.map +1 -1
  114. package/dist/commonjs/models/operations/listsalesinvoices.js +8 -14
  115. package/dist/commonjs/models/operations/listsalesinvoices.js.map +1 -1
  116. package/dist/commonjs/models/operations/listsettlementcaptures.d.ts +8 -8
  117. package/dist/commonjs/models/operations/listsettlementcaptures.d.ts.map +1 -1
  118. package/dist/commonjs/models/operations/listsettlementcaptures.js +8 -11
  119. package/dist/commonjs/models/operations/listsettlementcaptures.js.map +1 -1
  120. package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts +8 -8
  121. package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts.map +1 -1
  122. package/dist/commonjs/models/operations/listsettlementchargebacks.js +8 -10
  123. package/dist/commonjs/models/operations/listsettlementchargebacks.js.map +1 -1
  124. package/dist/commonjs/models/operations/listsettlementpayments.d.ts +1472 -33
  125. package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
  126. package/dist/commonjs/models/operations/listsettlementpayments.js +777 -40
  127. package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
  128. package/dist/commonjs/models/operations/listsettlementrefunds.d.ts +8 -8
  129. package/dist/commonjs/models/operations/listsettlementrefunds.d.ts.map +1 -1
  130. package/dist/commonjs/models/operations/listsettlementrefunds.js +8 -12
  131. package/dist/commonjs/models/operations/listsettlementrefunds.js.map +1 -1
  132. package/dist/commonjs/models/operations/listsettlements.d.ts +14 -854
  133. package/dist/commonjs/models/operations/listsettlements.d.ts.map +1 -1
  134. package/dist/commonjs/models/operations/listsettlements.js +11 -596
  135. package/dist/commonjs/models/operations/listsettlements.js.map +1 -1
  136. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +1472 -33
  137. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  138. package/dist/commonjs/models/operations/listsubscriptionpayments.js +777 -39
  139. package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
  140. package/dist/commonjs/models/operations/listsubscriptions.d.ts +8 -8
  141. package/dist/commonjs/models/operations/listsubscriptions.d.ts.map +1 -1
  142. package/dist/commonjs/models/operations/listsubscriptions.js +8 -14
  143. package/dist/commonjs/models/operations/listsubscriptions.js.map +1 -1
  144. package/dist/commonjs/models/operations/listterminals.d.ts +8 -8
  145. package/dist/commonjs/models/operations/listterminals.d.ts.map +1 -1
  146. package/dist/commonjs/models/operations/listterminals.js +8 -12
  147. package/dist/commonjs/models/operations/listterminals.js.map +1 -1
  148. package/dist/commonjs/models/operations/listwebhooks.d.ts +8 -8
  149. package/dist/commonjs/models/operations/listwebhooks.d.ts.map +1 -1
  150. package/dist/commonjs/models/operations/listwebhooks.js +8 -12
  151. package/dist/commonjs/models/operations/listwebhooks.js.map +1 -1
  152. package/dist/commonjs/models/operations/updatepayment.d.ts +1458 -19
  153. package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
  154. package/dist/commonjs/models/operations/updatepayment.js +755 -21
  155. package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
  156. package/dist/commonjs/models/operations/updatepaymentlink.d.ts +2 -2
  157. package/dist/esm/lib/config.d.ts +2 -2
  158. package/dist/esm/lib/config.js +2 -2
  159. package/dist/esm/mcp-server/mcp-server.js +1 -1
  160. package/dist/esm/mcp-server/server.js +1 -1
  161. package/dist/esm/models/operations/cancelpayment.d.ts +1458 -19
  162. package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
  163. package/dist/esm/models/operations/cancelpayment.js +735 -16
  164. package/dist/esm/models/operations/cancelpayment.js.map +1 -1
  165. package/dist/esm/models/operations/createcustomerpayment.d.ts +1596 -20
  166. package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
  167. package/dist/esm/models/operations/createcustomerpayment.js +796 -16
  168. package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
  169. package/dist/esm/models/operations/createpayment.d.ts +1596 -20
  170. package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
  171. package/dist/esm/models/operations/createpayment.js +787 -16
  172. package/dist/esm/models/operations/createpayment.js.map +1 -1
  173. package/dist/esm/models/operations/createpaymentlink.d.ts +2 -2
  174. package/dist/esm/models/operations/getnextsettlement.d.ts +6 -846
  175. package/dist/esm/models/operations/getnextsettlement.d.ts.map +1 -1
  176. package/dist/esm/models/operations/getnextsettlement.js +2 -556
  177. package/dist/esm/models/operations/getnextsettlement.js.map +1 -1
  178. package/dist/esm/models/operations/getopensettlement.d.ts +6 -846
  179. package/dist/esm/models/operations/getopensettlement.d.ts.map +1 -1
  180. package/dist/esm/models/operations/getopensettlement.js +2 -556
  181. package/dist/esm/models/operations/getopensettlement.js.map +1 -1
  182. package/dist/esm/models/operations/getpayment.d.ts +1458 -19
  183. package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
  184. package/dist/esm/models/operations/getpayment.js +731 -16
  185. package/dist/esm/models/operations/getpayment.js.map +1 -1
  186. package/dist/esm/models/operations/getpaymentlink.d.ts +1 -1
  187. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +1466 -27
  188. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  189. package/dist/esm/models/operations/getpaymentlinkpayments.js +751 -27
  190. package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
  191. package/dist/esm/models/operations/getsettlement.d.ts +6 -846
  192. package/dist/esm/models/operations/getsettlement.d.ts.map +1 -1
  193. package/dist/esm/models/operations/getsettlement.js +2 -549
  194. package/dist/esm/models/operations/getsettlement.js.map +1 -1
  195. package/dist/esm/models/operations/getwebhookevent.d.ts +1 -1
  196. package/dist/esm/models/operations/listallchargebacks.d.ts +8 -8
  197. package/dist/esm/models/operations/listallchargebacks.d.ts.map +1 -1
  198. package/dist/esm/models/operations/listallchargebacks.js +8 -14
  199. package/dist/esm/models/operations/listallchargebacks.js.map +1 -1
  200. package/dist/esm/models/operations/listallmethods.d.ts +15 -15
  201. package/dist/esm/models/operations/listallmethods.d.ts.map +1 -1
  202. package/dist/esm/models/operations/listallmethods.js +16 -15
  203. package/dist/esm/models/operations/listallmethods.js.map +1 -1
  204. package/dist/esm/models/operations/listallrefunds.d.ts +8 -8
  205. package/dist/esm/models/operations/listallrefunds.d.ts.map +1 -1
  206. package/dist/esm/models/operations/listallrefunds.js +8 -12
  207. package/dist/esm/models/operations/listallrefunds.js.map +1 -1
  208. package/dist/esm/models/operations/listallsubscriptions.d.ts +8 -8
  209. package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
  210. package/dist/esm/models/operations/listallsubscriptions.js +8 -13
  211. package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
  212. package/dist/esm/models/operations/listbalances.d.ts +8 -8
  213. package/dist/esm/models/operations/listbalances.d.ts.map +1 -1
  214. package/dist/esm/models/operations/listbalances.js +8 -12
  215. package/dist/esm/models/operations/listbalances.js.map +1 -1
  216. package/dist/esm/models/operations/listbalancetransactions.d.ts +8 -8
  217. package/dist/esm/models/operations/listbalancetransactions.d.ts.map +1 -1
  218. package/dist/esm/models/operations/listbalancetransactions.js +8 -10
  219. package/dist/esm/models/operations/listbalancetransactions.js.map +1 -1
  220. package/dist/esm/models/operations/listcaptures.d.ts +8 -8
  221. package/dist/esm/models/operations/listcaptures.d.ts.map +1 -1
  222. package/dist/esm/models/operations/listcaptures.js +8 -12
  223. package/dist/esm/models/operations/listcaptures.js.map +1 -1
  224. package/dist/esm/models/operations/listchargebacks.d.ts +8 -8
  225. package/dist/esm/models/operations/listchargebacks.d.ts.map +1 -1
  226. package/dist/esm/models/operations/listchargebacks.js +8 -12
  227. package/dist/esm/models/operations/listchargebacks.js.map +1 -1
  228. package/dist/esm/models/operations/listclients.d.ts +8 -8
  229. package/dist/esm/models/operations/listclients.d.ts.map +1 -1
  230. package/dist/esm/models/operations/listclients.js +8 -12
  231. package/dist/esm/models/operations/listclients.js.map +1 -1
  232. package/dist/esm/models/operations/listcustomerpayments.d.ts +1472 -33
  233. package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
  234. package/dist/esm/models/operations/listcustomerpayments.js +756 -37
  235. package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
  236. package/dist/esm/models/operations/listcustomers.d.ts +8 -8
  237. package/dist/esm/models/operations/listcustomers.d.ts.map +1 -1
  238. package/dist/esm/models/operations/listcustomers.js +8 -12
  239. package/dist/esm/models/operations/listcustomers.js.map +1 -1
  240. package/dist/esm/models/operations/listinvoices.d.ts +8 -8
  241. package/dist/esm/models/operations/listinvoices.d.ts.map +1 -1
  242. package/dist/esm/models/operations/listinvoices.js +8 -12
  243. package/dist/esm/models/operations/listinvoices.js.map +1 -1
  244. package/dist/esm/models/operations/listmandates.d.ts +8 -8
  245. package/dist/esm/models/operations/listmandates.d.ts.map +1 -1
  246. package/dist/esm/models/operations/listmandates.js +8 -12
  247. package/dist/esm/models/operations/listmandates.js.map +1 -1
  248. package/dist/esm/models/operations/listpaymentlinks.d.ts +9 -9
  249. package/dist/esm/models/operations/listpaymentlinks.d.ts.map +1 -1
  250. package/dist/esm/models/operations/listpaymentlinks.js +8 -13
  251. package/dist/esm/models/operations/listpaymentlinks.js.map +1 -1
  252. package/dist/esm/models/operations/listpayments.d.ts +1472 -33
  253. package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
  254. package/dist/esm/models/operations/listpayments.js +748 -34
  255. package/dist/esm/models/operations/listpayments.js.map +1 -1
  256. package/dist/esm/models/operations/listprofiles.d.ts +8 -8
  257. package/dist/esm/models/operations/listprofiles.d.ts.map +1 -1
  258. package/dist/esm/models/operations/listprofiles.js +8 -12
  259. package/dist/esm/models/operations/listprofiles.js.map +1 -1
  260. package/dist/esm/models/operations/listrefunds.d.ts +8 -8
  261. package/dist/esm/models/operations/listrefunds.d.ts.map +1 -1
  262. package/dist/esm/models/operations/listrefunds.js +8 -12
  263. package/dist/esm/models/operations/listrefunds.js.map +1 -1
  264. package/dist/esm/models/operations/listsalesinvoices.d.ts +8 -8
  265. package/dist/esm/models/operations/listsalesinvoices.d.ts.map +1 -1
  266. package/dist/esm/models/operations/listsalesinvoices.js +8 -14
  267. package/dist/esm/models/operations/listsalesinvoices.js.map +1 -1
  268. package/dist/esm/models/operations/listsettlementcaptures.d.ts +8 -8
  269. package/dist/esm/models/operations/listsettlementcaptures.d.ts.map +1 -1
  270. package/dist/esm/models/operations/listsettlementcaptures.js +8 -11
  271. package/dist/esm/models/operations/listsettlementcaptures.js.map +1 -1
  272. package/dist/esm/models/operations/listsettlementchargebacks.d.ts +8 -8
  273. package/dist/esm/models/operations/listsettlementchargebacks.d.ts.map +1 -1
  274. package/dist/esm/models/operations/listsettlementchargebacks.js +8 -10
  275. package/dist/esm/models/operations/listsettlementchargebacks.js.map +1 -1
  276. package/dist/esm/models/operations/listsettlementpayments.d.ts +1472 -33
  277. package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
  278. package/dist/esm/models/operations/listsettlementpayments.js +757 -35
  279. package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
  280. package/dist/esm/models/operations/listsettlementrefunds.d.ts +8 -8
  281. package/dist/esm/models/operations/listsettlementrefunds.d.ts.map +1 -1
  282. package/dist/esm/models/operations/listsettlementrefunds.js +8 -12
  283. package/dist/esm/models/operations/listsettlementrefunds.js.map +1 -1
  284. package/dist/esm/models/operations/listsettlements.d.ts +14 -854
  285. package/dist/esm/models/operations/listsettlements.d.ts.map +1 -1
  286. package/dist/esm/models/operations/listsettlements.js +10 -566
  287. package/dist/esm/models/operations/listsettlements.js.map +1 -1
  288. package/dist/esm/models/operations/listsubscriptionpayments.d.ts +1472 -33
  289. package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  290. package/dist/esm/models/operations/listsubscriptionpayments.js +757 -34
  291. package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
  292. package/dist/esm/models/operations/listsubscriptions.d.ts +8 -8
  293. package/dist/esm/models/operations/listsubscriptions.d.ts.map +1 -1
  294. package/dist/esm/models/operations/listsubscriptions.js +8 -14
  295. package/dist/esm/models/operations/listsubscriptions.js.map +1 -1
  296. package/dist/esm/models/operations/listterminals.d.ts +8 -8
  297. package/dist/esm/models/operations/listterminals.d.ts.map +1 -1
  298. package/dist/esm/models/operations/listterminals.js +8 -12
  299. package/dist/esm/models/operations/listterminals.js.map +1 -1
  300. package/dist/esm/models/operations/listwebhooks.d.ts +8 -8
  301. package/dist/esm/models/operations/listwebhooks.d.ts.map +1 -1
  302. package/dist/esm/models/operations/listwebhooks.js +8 -12
  303. package/dist/esm/models/operations/listwebhooks.js.map +1 -1
  304. package/dist/esm/models/operations/updatepayment.d.ts +1458 -19
  305. package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
  306. package/dist/esm/models/operations/updatepayment.js +735 -16
  307. package/dist/esm/models/operations/updatepayment.js.map +1 -1
  308. package/dist/esm/models/operations/updatepaymentlink.d.ts +2 -2
  309. package/docs/sdks/customers/README.md +26 -0
  310. package/docs/sdks/payments/README.md +26 -0
  311. package/examples/package-lock.json +1 -1
  312. package/examples/paymentsCreate.example.ts +14 -0
  313. package/jsr.json +1 -1
  314. package/package.json +1 -1
  315. package/src/lib/config.ts +2 -2
  316. package/src/mcp-server/mcp-server.ts +1 -1
  317. package/src/mcp-server/server.ts +1 -1
  318. package/src/models/operations/cancelpayment.ts +2821 -1297
  319. package/src/models/operations/createcustomerpayment.ts +4804 -3036
  320. package/src/models/operations/createpayment.ts +4484 -2767
  321. package/src/models/operations/createpaymentlink.ts +2 -2
  322. package/src/models/operations/getnextsettlement.ts +4 -1290
  323. package/src/models/operations/getopensettlement.ts +4 -1290
  324. package/src/models/operations/getpayment.ts +3155 -1650
  325. package/src/models/operations/getpaymentlink.ts +1 -1
  326. package/src/models/operations/getpaymentlinkpayments.ts +3426 -1847
  327. package/src/models/operations/getsettlement.ts +4 -1253
  328. package/src/models/operations/getwebhookevent.ts +1 -1
  329. package/src/models/operations/listallchargebacks.ts +16 -22
  330. package/src/models/operations/listallmethods.ts +27 -34
  331. package/src/models/operations/listallrefunds.ts +16 -20
  332. package/src/models/operations/listallsubscriptions.ts +18 -21
  333. package/src/models/operations/listbalances.ts +16 -20
  334. package/src/models/operations/listbalancetransactions.ts +16 -18
  335. package/src/models/operations/listcaptures.ts +16 -20
  336. package/src/models/operations/listchargebacks.ts +16 -20
  337. package/src/models/operations/listclients.ts +16 -20
  338. package/src/models/operations/listcustomerpayments.ts +3408 -1847
  339. package/src/models/operations/listcustomers.ts +16 -20
  340. package/src/models/operations/listinvoices.ts +16 -20
  341. package/src/models/operations/listmandates.ts +16 -20
  342. package/src/models/operations/listpaymentlinks.ts +17 -22
  343. package/src/models/operations/listpayments.ts +2971 -1455
  344. package/src/models/operations/listprofiles.ts +16 -20
  345. package/src/models/operations/listrefunds.ts +16 -20
  346. package/src/models/operations/listsalesinvoices.ts +16 -22
  347. package/src/models/operations/listsettlementcaptures.ts +18 -19
  348. package/src/models/operations/listsettlementchargebacks.ts +16 -18
  349. package/src/models/operations/listsettlementpayments.ts +3436 -1859
  350. package/src/models/operations/listsettlementrefunds.ts +18 -20
  351. package/src/models/operations/listsettlements.ts +228 -1500
  352. package/src/models/operations/listsubscriptionpayments.ts +3479 -1875
  353. package/src/models/operations/listsubscriptions.ts +16 -22
  354. package/src/models/operations/listterminals.ts +16 -20
  355. package/src/models/operations/listwebhooks.ts +16 -20
  356. package/src/models/operations/updatepayment.ts +3437 -1913
  357. 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
  * The amount that you want to charge, e.g. `{currency:"EUR", value:"1000.00"}` if you would want to charge €1000.00.
@@ -262,7 +263,7 @@ export type CreateCustomerPaymentLineRequest = {
262
263
  * An array with the voucher categories, in case of a line eligible for a voucher. See the
263
264
  *
264
265
  * @remarks
265
- * [Integrating Vouchers](integrating-vouchers) guide for more information.
266
+ * [Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information.
266
267
  */
267
268
  categories?: Array<CreateCustomerPaymentCategoryRequest> | undefined;
268
269
  /**
@@ -801,6 +802,27 @@ export declare const CreateCustomerPaymentSequenceTypeRequest: {
801
802
  * are set up correctly for recurring payments.
802
803
  */
803
804
  export type CreateCustomerPaymentSequenceTypeRequest = ClosedEnum<typeof CreateCustomerPaymentSequenceTypeRequest>;
805
+ /**
806
+ * Billie is a business-to-business (B2B) payment method. It requires extra information to identify the organization
807
+ *
808
+ * @remarks
809
+ * that is completing the payment. It is recommended to include these parameters up front for a seamless flow.
810
+ * Otherwise, Billie will ask the customer to complete the missing fields during checkout.
811
+ */
812
+ export type CreateCustomerPaymentCompany = {
813
+ /**
814
+ * The organization's registration number.
815
+ */
816
+ registrationNumber?: string | undefined;
817
+ /**
818
+ * The organization's VAT number.
819
+ */
820
+ vatNumber?: string | undefined;
821
+ /**
822
+ * The organization's entity type.
823
+ */
824
+ entityType?: string | undefined;
825
+ };
804
826
  export type CreateCustomerPaymentRequestBody = {
805
827
  /**
806
828
  * The description of the payment. This will be shown to your customer on their card or bank statement when possible.
@@ -1089,6 +1111,85 @@ export type CreateCustomerPaymentRequestBody = {
1089
1111
  * `testmode` to `true`.
1090
1112
  */
1091
1113
  testmode?: boolean | null | undefined;
1114
+ /**
1115
+ * The Apple Pay Payment token object (encoded as JSON) that is part of the result of authorizing a payment request.
1116
+ *
1117
+ * @remarks
1118
+ * The token contains the payment information needed to authorize the payment.
1119
+ *
1120
+ * The object should be passed encoded in a JSON string.
1121
+ */
1122
+ applePayPaymentToken?: string | undefined;
1123
+ /**
1124
+ * Billie is a business-to-business (B2B) payment method. It requires extra information to identify the organization
1125
+ *
1126
+ * @remarks
1127
+ * that is completing the payment. It is recommended to include these parameters up front for a seamless flow.
1128
+ * Otherwise, Billie will ask the customer to complete the missing fields during checkout.
1129
+ */
1130
+ company?: CreateCustomerPaymentCompany | undefined;
1131
+ /**
1132
+ * When creating credit card payments using Mollie Components, you need to provide the card token you received from
1133
+ *
1134
+ * @remarks
1135
+ * the card component in this field. The token represents the customer's card information needed to complete the
1136
+ * payment. Note: field only valid for oneoff and first payments. For recurring payments, the customerId alone is
1137
+ * enough.
1138
+ */
1139
+ cardToken?: string | undefined;
1140
+ /**
1141
+ * The card token you received from the card component of Mollie Components. The token represents the customer's card
1142
+ *
1143
+ * @remarks
1144
+ * information needed to complete the payment.
1145
+ */
1146
+ voucherNumber?: string | undefined;
1147
+ /**
1148
+ * The PIN on the gift card. You can supply this to prefill the PIN, if the card has any.
1149
+ */
1150
+ voucherPin?: string | undefined;
1151
+ /**
1152
+ * The customer's date of birth. If not provided via the API, iDeal in3 will ask the customer to provide it during
1153
+ *
1154
+ * @remarks
1155
+ * the payment process.
1156
+ */
1157
+ consumerDateOfBirth?: RFCDate | undefined;
1158
+ /**
1159
+ * For some industries, additional purchase information can be sent to Klarna to increase the authorization rate.
1160
+ *
1161
+ * @remarks
1162
+ * You can submit your extra data in this field if you have agreed upon this with Klarna. This field should be an
1163
+ * object containing any of the allowed keys and sub-objects described at the Klarna Developer Documentation.
1164
+ */
1165
+ extraMerchantData?: {
1166
+ [k: string]: any;
1167
+ } | undefined;
1168
+ /**
1169
+ * The unique ID you have used for the PayPal fraud library. You should include this if you use PayPal for an
1170
+ *
1171
+ * @remarks
1172
+ * on-demand payment.
1173
+ */
1174
+ sessionId?: string | undefined;
1175
+ /**
1176
+ * Indicate if you are about to deliver digital goods, such as for example a software license. Setting this parameter
1177
+ *
1178
+ * @remarks
1179
+ * can have consequences for your PayPal Seller Protection. Refer to PayPal's documentation for more information.
1180
+ */
1181
+ digitalGoods?: boolean | undefined;
1182
+ /**
1183
+ * Used by paysafecard for customer identification across payments. When you generate a customer reference yourself,
1184
+ *
1185
+ * @remarks
1186
+ * make sure not to put personal identifiable information or IP addresses in the customer reference directly.
1187
+ */
1188
+ customerReference?: string | undefined;
1189
+ /**
1190
+ * The ID of the terminal device where you want to initiate the payment on.
1191
+ */
1192
+ terminalId?: string | undefined;
1092
1193
  };
1093
1194
  export type CreateCustomerPaymentRequest = {
1094
1195
  /**
@@ -1475,7 +1576,7 @@ export type CreateCustomerPaymentLineResponse = {
1475
1576
  * An array with the voucher categories, in case of a line eligible for a voucher. See the
1476
1577
  *
1477
1578
  * @remarks
1478
- * [Integrating Vouchers](integrating-vouchers) guide for more information.
1579
+ * [Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information.
1479
1580
  */
1480
1581
  categories?: Array<CreateCustomerPaymentCategoryResponse> | undefined;
1481
1582
  /**
@@ -2040,7 +2141,7 @@ export type CreateCustomerPaymentSequenceTypeResponse = ClosedEnum<typeof Create
2040
2141
  * @remarks
2041
2142
  * statuses occur at what point.
2042
2143
  */
2043
- export declare const CreateCustomerPaymentStatus: {
2144
+ export declare const CreateCustomerPaymentStatusEnum: {
2044
2145
  readonly Open: "open";
2045
2146
  readonly Pending: "pending";
2046
2147
  readonly Authorized: "authorized";
@@ -2055,7 +2156,132 @@ export declare const CreateCustomerPaymentStatus: {
2055
2156
  * @remarks
2056
2157
  * statuses occur at what point.
2057
2158
  */
2058
- export type CreateCustomerPaymentStatus = ClosedEnum<typeof CreateCustomerPaymentStatus>;
2159
+ export type CreateCustomerPaymentStatusEnum = ClosedEnum<typeof CreateCustomerPaymentStatusEnum>;
2160
+ /**
2161
+ * A machine-readable code that indicates the reason for the payment's status.
2162
+ */
2163
+ export declare const CreateCustomerPaymentCode: {
2164
+ readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
2165
+ readonly ReferToCardIssuer: "refer_to_card_issuer";
2166
+ readonly InvalidMerchant: "invalid_merchant";
2167
+ readonly CaptureCard: "capture_card";
2168
+ readonly DoNotHonor: "do_not_honor";
2169
+ readonly Error: "error";
2170
+ readonly PartialApproval: "partial_approval";
2171
+ readonly InvalidTransaction: "invalid_transaction";
2172
+ readonly InvalidAmount: "invalid_amount";
2173
+ readonly InvalidIssuer: "invalid_issuer";
2174
+ readonly LostCard: "lost_card";
2175
+ readonly StolenCard: "stolen_card";
2176
+ readonly InsufficientFunds: "insufficient_funds";
2177
+ readonly ExpiredCard: "expired_card";
2178
+ readonly InvalidPin: "invalid_pin";
2179
+ readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
2180
+ readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
2181
+ readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
2182
+ readonly RestrictedCard: "restricted_card";
2183
+ readonly SecurityViolation: "security_violation";
2184
+ readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
2185
+ readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
2186
+ readonly NoReasonToDecline: "no_reason_to_decline";
2187
+ readonly CannotVerifyPin: "cannot_verify_pin";
2188
+ readonly IssuerUnavailable: "issuer_unavailable";
2189
+ readonly UnableToRouteTransaction: "unable_to_route_transaction";
2190
+ readonly DuplicateTransaction: "duplicate_transaction";
2191
+ readonly SystemMalfunction: "system_malfunction";
2192
+ readonly HonorWithId: "honor_with_id";
2193
+ readonly InvalidCardNumber: "invalid_card_number";
2194
+ readonly FormatError: "format_error";
2195
+ readonly ContactCardIssuer: "contact_card_issuer";
2196
+ readonly PinNotChanged: "pin_not_changed";
2197
+ readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
2198
+ readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
2199
+ readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
2200
+ readonly LifecycleRelated: "lifecycle_related";
2201
+ readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
2202
+ readonly PolicyRelated: "policy_related";
2203
+ readonly FraudSecurityRelated: "fraud_security_related";
2204
+ readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
2205
+ readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
2206
+ readonly CryptographicFailure: "cryptographic_failure";
2207
+ readonly UnacceptablePin: "unacceptable_pin";
2208
+ readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
2209
+ readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
2210
+ readonly VipApproval: "vip_approval";
2211
+ readonly InvalidAccountNumber: "invalid_account_number";
2212
+ readonly ReEnterTransaction: "re_enter_transaction";
2213
+ readonly NoActionTaken: "no_action_taken";
2214
+ readonly UnableToLocateRecord: "unable_to_locate_record";
2215
+ readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
2216
+ readonly NoCreditAccount: "no_credit_account";
2217
+ readonly ClosedAccount: "closed_account";
2218
+ readonly NoCheckingAccount: "no_checking_account";
2219
+ readonly NoSavingsAccount: "no_savings_account";
2220
+ readonly SuspectedFraud: "suspected_fraud";
2221
+ readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
2222
+ readonly PinDataRequired: "pin_data_required";
2223
+ readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
2224
+ readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
2225
+ readonly BlockedFirstUsed: "blocked_first_used";
2226
+ readonly TransactionReversed: "transaction_reversed";
2227
+ readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
2228
+ readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
2229
+ readonly NegativeOnlineCamResult: "negative_online_cam_result";
2230
+ readonly ViolationOfLaw: "violation_of_law";
2231
+ readonly ForceStip: "force_stip";
2232
+ readonly CashServiceNotAvailable: "cash_service_not_available";
2233
+ readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
2234
+ readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
2235
+ readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
2236
+ readonly InvalidBillerInformation: "invalid_biller_information";
2237
+ readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
2238
+ readonly UnsafePin: "unsafe_pin";
2239
+ readonly CardAuthenticationFailed: "card_authentication_failed";
2240
+ readonly StopPaymentOrder: "stop_payment_order";
2241
+ readonly RevocationOfAuthorization: "revocation_of_authorization";
2242
+ readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
2243
+ readonly ForwardToIssuerXa: "forward_to_issuer_xa";
2244
+ readonly ForwardToIssuerXd: "forward_to_issuer_xd";
2245
+ readonly UnableToGoOnline: "unable_to_go_online";
2246
+ readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
2247
+ readonly MerchantIdNotFound: "merchant_id_not_found";
2248
+ readonly MerchantAccountClosed: "merchant_account_closed";
2249
+ readonly TerminalIdNotFound: "terminal_id_not_found";
2250
+ readonly TerminalClosed: "terminal_closed";
2251
+ readonly InvalidCategoryCode: "invalid_category_code";
2252
+ readonly InvalidCurrency: "invalid_currency";
2253
+ readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
2254
+ readonly Cvv2NotAllowed: "cvv2_not_allowed";
2255
+ readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
2256
+ readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
2257
+ readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
2258
+ readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
2259
+ readonly InvalidProcessorId: "invalid_processor_id";
2260
+ readonly InvalidMerchantData: "invalid_merchant_data";
2261
+ readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
2262
+ readonly TerminalBusy: "terminal_busy";
2263
+ readonly TerminalUnreachable: "terminal_unreachable";
2264
+ readonly ServiceFailed: "service_failed";
2265
+ readonly InvalidOperation: "invalid_operation";
2266
+ readonly AuthorizationError: "authorization_error";
2267
+ readonly LoginFailedWithoutReason: "login_failed_without_reason";
2268
+ readonly InvalidRetailer: "invalid_retailer";
2269
+ readonly CardDoesNotExist: "card_does_not_exist";
2270
+ readonly CardIsBlocked: "card_is_blocked";
2271
+ readonly InvalidCardId: "invalid_card_id";
2272
+ readonly CardIsTransferred: "card_is_transferred";
2273
+ readonly CardIsNotActive: "card_is_not_active";
2274
+ readonly IncorrectPurchaseValue: "incorrect_purchase_value";
2275
+ readonly CardNotAvailable: "card_not_available";
2276
+ readonly WrongCurrency: "wrong_currency";
2277
+ readonly LoginFailedUnknownUser: "login_failed_unknown_user";
2278
+ readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
2279
+ readonly InvalidEanCode: "invalid_ean_code";
2280
+ };
2281
+ /**
2282
+ * A machine-readable code that indicates the reason for the payment's status.
2283
+ */
2284
+ export type CreateCustomerPaymentCode = ClosedEnum<typeof CreateCustomerPaymentCode>;
2059
2285
  /**
2060
2286
  * This object offers details about the status of a payment. Currently it is only available for point-of-sale
2061
2287
  *
@@ -2066,14 +2292,517 @@ export type CreateCustomerPaymentStatus = ClosedEnum<typeof CreateCustomerPaymen
2066
2292
  * [this page](status-reasons).**
2067
2293
  */
2068
2294
  export type CreateCustomerPaymentStatusReason = {
2295
+ code: CreateCustomerPaymentCode;
2296
+ /**
2297
+ * A description of the status reason, localized according to the payment `locale`.
2298
+ */
2299
+ message: string;
2300
+ };
2301
+ /**
2302
+ * The card's target audience, if known.
2303
+ */
2304
+ export declare const CreateCustomerPaymentCardAudition: {
2305
+ readonly Consumer: "consumer";
2306
+ readonly Business: "business";
2307
+ };
2308
+ /**
2309
+ * The card's target audience, if known.
2310
+ */
2311
+ export type CreateCustomerPaymentCardAudition = ClosedEnum<typeof CreateCustomerPaymentCardAudition>;
2312
+ /**
2313
+ * The card's label, if known.
2314
+ */
2315
+ export declare const CreateCustomerPaymentCardLabel: {
2316
+ readonly AmericanExpress: "American Express";
2317
+ readonly CartaSi: "Carta Si";
2318
+ readonly CarteBleue: "Carte Bleue";
2319
+ readonly Dankort: "Dankort";
2320
+ readonly DinersClub: "Diners Club";
2321
+ readonly Discover: "Discover";
2322
+ readonly Jcb: "JCB";
2323
+ readonly Laser: "Laser";
2324
+ readonly Maestro: "Maestro";
2325
+ readonly Mastercard: "Mastercard";
2326
+ readonly Unionpay: "Unionpay";
2327
+ readonly Visa: "Visa";
2328
+ readonly Vpay: "Vpay";
2329
+ };
2330
+ /**
2331
+ * The card's label, if known.
2332
+ */
2333
+ export type CreateCustomerPaymentCardLabel = ClosedEnum<typeof CreateCustomerPaymentCardLabel>;
2334
+ /**
2335
+ * The card type.
2336
+ */
2337
+ export declare const CreateCustomerPaymentCardFunding: {
2338
+ readonly Debit: "debit";
2339
+ readonly Credit: "credit";
2340
+ readonly Prepaid: "prepaid";
2341
+ readonly DeferredDebit: "deferred-debit";
2342
+ };
2343
+ /**
2344
+ * The card type.
2345
+ */
2346
+ export type CreateCustomerPaymentCardFunding = ClosedEnum<typeof CreateCustomerPaymentCardFunding>;
2347
+ /**
2348
+ * The level of security applied during card processing.
2349
+ */
2350
+ export declare const CreateCustomerPaymentCardSecurity: {
2351
+ readonly Normal: "normal";
2352
+ readonly Threedsecure: "3dsecure";
2353
+ };
2354
+ /**
2355
+ * The level of security applied during card processing.
2356
+ */
2357
+ export type CreateCustomerPaymentCardSecurity = ClosedEnum<typeof CreateCustomerPaymentCardSecurity>;
2358
+ /**
2359
+ * The applicable card fee region.
2360
+ */
2361
+ export declare const CreateCustomerPaymentFeeRegion: {
2362
+ readonly AmericanExpress: "american-express";
2363
+ readonly AmexIntraEea: "amex-intra-eea";
2364
+ readonly CarteBancaire: "carte-bancaire";
2365
+ readonly IntraEu: "intra-eu";
2366
+ readonly IntraEuCorporate: "intra-eu-corporate";
2367
+ readonly Domestic: "domestic";
2368
+ readonly Maestro: "maestro";
2369
+ readonly Other: "other";
2370
+ readonly Inter: "inter";
2371
+ readonly IntraEea: "intra-eea";
2372
+ };
2373
+ /**
2374
+ * The applicable card fee region.
2375
+ */
2376
+ export type CreateCustomerPaymentFeeRegion = ClosedEnum<typeof CreateCustomerPaymentFeeRegion>;
2377
+ /**
2378
+ * A failure code to help understand why the payment failed.
2379
+ */
2380
+ export declare const CreateCustomerPaymentFailureReason: {
2381
+ readonly AuthenticationAbandoned: "authentication_abandoned";
2382
+ readonly AuthenticationFailed: "authentication_failed";
2383
+ readonly AuthenticationRequired: "authentication_required";
2384
+ readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
2385
+ readonly CardDeclined: "card_declined";
2386
+ readonly CardExpired: "card_expired";
2387
+ readonly InactiveCard: "inactive_card";
2388
+ readonly InsufficientFunds: "insufficient_funds";
2389
+ readonly InvalidCvv: "invalid_cvv";
2390
+ readonly InvalidCardHolderName: "invalid_card_holder_name";
2391
+ readonly InvalidCardNumber: "invalid_card_number";
2392
+ readonly InvalidCardType: "invalid_card_type";
2393
+ readonly PossibleFraud: "possible_fraud";
2394
+ readonly RefusedByIssuer: "refused_by_issuer";
2395
+ readonly UnknownReason: "unknown_reason";
2396
+ };
2397
+ /**
2398
+ * A failure code to help understand why the payment failed.
2399
+ */
2400
+ export type CreateCustomerPaymentFailureReason = ClosedEnum<typeof CreateCustomerPaymentFailureReason>;
2401
+ /**
2402
+ * The wallet used when creating the payment.
2403
+ */
2404
+ export declare const CreateCustomerPaymentWallet: {
2405
+ readonly Applepay: "applepay";
2406
+ };
2407
+ /**
2408
+ * The wallet used when creating the payment.
2409
+ */
2410
+ export type CreateCustomerPaymentWallet = ClosedEnum<typeof CreateCustomerPaymentWallet>;
2411
+ /**
2412
+ * Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
2413
+ *
2414
+ * @remarks
2415
+ * payments, and if the information is made available by PayPal.
2416
+ */
2417
+ export declare const CreateCustomerPaymentSellerProtection: {
2418
+ readonly Eligible: "Eligible";
2419
+ readonly Ineligible: "Ineligible";
2420
+ readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
2421
+ readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
2422
+ readonly PartiallyEligible: "Partially Eligible";
2423
+ readonly None: "None";
2424
+ readonly Active: "Active";
2425
+ readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
2426
+ };
2427
+ /**
2428
+ * Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
2429
+ *
2430
+ * @remarks
2431
+ * payments, and if the information is made available by PayPal.
2432
+ */
2433
+ export type CreateCustomerPaymentSellerProtection = ClosedEnum<typeof CreateCustomerPaymentSellerProtection>;
2434
+ /**
2435
+ * An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
2436
+ *
2437
+ * @remarks
2438
+ * PayPal will not charge a fee for this transaction.
2439
+ */
2440
+ export type CreateCustomerPaymentPaypalFee = {
2441
+ /**
2442
+ * A three-character ISO 4217 currency code.
2443
+ */
2444
+ currency: string;
2445
+ /**
2446
+ * A string containing an exact monetary amount in the given currency.
2447
+ */
2448
+ value: string;
2449
+ };
2450
+ /**
2451
+ * The method by which the card was read by the terminal.
2452
+ */
2453
+ export declare const CreateCustomerPaymentCardReadMethod: {
2454
+ readonly Chip: "chip";
2455
+ readonly MagneticStripe: "magnetic-stripe";
2456
+ readonly NearFieldCommunication: "near-field-communication";
2457
+ readonly Contactless: "contactless";
2458
+ readonly Moto: "moto";
2459
+ };
2460
+ /**
2461
+ * The method by which the card was read by the terminal.
2462
+ */
2463
+ export type CreateCustomerPaymentCardReadMethod = ClosedEnum<typeof CreateCustomerPaymentCardReadMethod>;
2464
+ /**
2465
+ * The method used to verify the cardholder's identity.
2466
+ */
2467
+ export declare const CreateCustomerPaymentCardVerificationMethod: {
2468
+ readonly NoCvmRequired: "no-cvm-required";
2469
+ readonly OnlinePin: "online-pin";
2470
+ readonly OfflinePin: "offline-pin";
2471
+ readonly ConsumerDevice: "consumer-device";
2472
+ readonly Signature: "signature";
2473
+ readonly SignatureAndOnlinePin: "signature-and-online-pin";
2474
+ readonly OnlinePinAndSignature: "online-pin-and-signature";
2475
+ readonly None: "none";
2476
+ readonly Failed: "failed";
2477
+ };
2478
+ /**
2479
+ * The method used to verify the cardholder's identity.
2480
+ */
2481
+ export type CreateCustomerPaymentCardVerificationMethod = ClosedEnum<typeof CreateCustomerPaymentCardVerificationMethod>;
2482
+ /**
2483
+ * The Point of sale receipt object.
2484
+ */
2485
+ export type CreateCustomerPaymentReceipt = {
2486
+ /**
2487
+ * A unique code provided by the cardholder’s bank to confirm that the transaction was successfully approved.
2488
+ */
2489
+ authorizationCode?: string | null | undefined;
2490
+ /**
2491
+ * The unique number that identifies a specific payment application on a chip card.
2492
+ */
2493
+ applicationIdentifier?: string | null | undefined;
2494
+ /**
2495
+ * The method by which the card was read by the terminal.
2496
+ */
2497
+ cardReadMethod?: CreateCustomerPaymentCardReadMethod | null | undefined;
2498
+ /**
2499
+ * The method used to verify the cardholder's identity.
2500
+ */
2501
+ cardVerificationMethod?: CreateCustomerPaymentCardVerificationMethod | null | undefined;
2502
+ };
2503
+ /**
2504
+ * Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
2505
+ *
2506
+ * @remarks
2507
+ * the QR code details will be available in this object.
2508
+ *
2509
+ * The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
2510
+ * Bancontact QR payments can be completed by the customer using the Bancontact app.
2511
+ */
2512
+ export type CreateCustomerPaymentQrCode = {
2513
+ /**
2514
+ * The height of the QR code image in pixels.
2515
+ */
2516
+ height?: number | undefined;
2517
+ /**
2518
+ * The width of the QR code image in pixels.
2519
+ */
2520
+ width?: number | undefined;
2521
+ /**
2522
+ * The URL to the QR code image. The image is a PNG file, and can be displayed directly in the browser or
2523
+ *
2524
+ * @remarks
2525
+ * downloaded.
2526
+ */
2527
+ src?: string | undefined;
2528
+ };
2529
+ /**
2530
+ * An amount object for the amount that remained after all gift cards or vouchers were applied.
2531
+ */
2532
+ export type CreateCustomerPaymentRemainderAmount = {
2533
+ /**
2534
+ * A three-character ISO 4217 currency code.
2535
+ */
2536
+ currency: string;
2537
+ /**
2538
+ * A string containing an exact monetary amount in the given currency.
2539
+ */
2540
+ value: string;
2541
+ };
2542
+ /**
2543
+ * An object containing payment details collected during the payment process. For example, details may include the
2544
+ *
2545
+ * @remarks
2546
+ * customer's card or bank details and a payment reference. For the full list of details, please refer to the
2547
+ * [method-specific parameters](extra-payment-parameters) guide.
2548
+ */
2549
+ export type CreateCustomerPaymentDetails = {
2550
+ /**
2551
+ * The customer's name, if made available by the payment method. For card payments, refer to details.cardHolder.
2552
+ */
2553
+ consumerName?: string | null | undefined;
2554
+ /**
2555
+ * The customer's account reference.
2556
+ *
2557
+ * @remarks
2558
+ *
2559
+ * For banking-based payment methods — such as iDEAL — this is normally either an IBAN or a domestic bank account
2560
+ * number.
2561
+ *
2562
+ * For PayPal, the account reference is an email address.
2563
+ *
2564
+ * For card and Bancontact payments, refer to details.cardNumber.
2565
+ */
2566
+ consumerAccount?: string | null | undefined;
2567
+ /**
2568
+ * The BIC of the customer's bank account, if applicable.
2569
+ */
2570
+ consumerBic?: string | null | undefined;
2571
+ /**
2572
+ * For wallet payment methods — such as Apple Pay and PayPal — the shipping address is often already known by the
2573
+ *
2574
+ * @remarks
2575
+ * wallet provider. In these cases the shipping address may be available as a payment detail.
2576
+ */
2577
+ shippingAddress?: {
2578
+ [k: string]: any;
2579
+ } | null | undefined;
2580
+ /**
2581
+ * For bancontact, it will be the customer's masked card number. For cards, it will be the last 4-digit of the
2582
+ *
2583
+ * @remarks
2584
+ * PAN. For Point-of-sale, it will be the the last 4 digits of the customer's masked card number.
2585
+ */
2586
+ cardNumber?: string | null | undefined;
2587
+ /**
2588
+ * The name of the bank that the customer will need to make the bank transfer payment towards.
2589
+ */
2590
+ bankName?: string | undefined;
2591
+ /**
2592
+ * The bank account number the customer will need to make the bank transfer payment towards.
2593
+ */
2594
+ bankAccount?: string | undefined;
2595
+ /**
2596
+ * The BIC of the bank the customer will need to make the bank transfer payment towards.
2597
+ */
2598
+ bankBic?: string | undefined;
2599
+ /**
2600
+ * The Mollie-generated reference the customer needs to use when transfering the amount. Do not apply any
2601
+ *
2602
+ * @remarks
2603
+ * formatting here; show it to the customer as-is.
2604
+ */
2605
+ transferReference?: string | null | undefined;
2606
+ /**
2607
+ * A unique fingerprint for a specific card. Can be used to identify returning customers.
2608
+ *
2609
+ * @remarks
2610
+ *
2611
+ * In the case of Point-of-sale payments, it's a unique identifier assigned to a cardholder's payment account,
2612
+ * linking multiple transactions from wallets and physical card to a single account, also across payment methods
2613
+ * or when the card is reissued.
2614
+ */
2615
+ cardFingerprint?: string | null | undefined;
2616
+ /**
2617
+ * The customer's name as shown on their card.
2618
+ */
2619
+ cardHolder?: string | null | undefined;
2620
+ /**
2621
+ * The card's target audience, if known.
2622
+ */
2623
+ cardAudition?: CreateCustomerPaymentCardAudition | null | undefined;
2624
+ /**
2625
+ * The card's label, if known.
2626
+ */
2627
+ cardLabel?: CreateCustomerPaymentCardLabel | null | undefined;
2628
+ /**
2629
+ * The ISO 3166-1 alpha-2 country code of the country the card was issued in.
2630
+ */
2631
+ cardCountryCode?: string | null | undefined;
2632
+ /**
2633
+ * The expiry date (MM/YY) of the card as displayed on the card.
2634
+ */
2635
+ cardExpiryDate?: string | null | undefined;
2636
+ /**
2637
+ * The card type.
2638
+ */
2639
+ cardFunding?: CreateCustomerPaymentCardFunding | null | undefined;
2640
+ /**
2641
+ * The level of security applied during card processing.
2642
+ */
2643
+ cardSecurity?: CreateCustomerPaymentCardSecurity | null | undefined;
2644
+ /**
2645
+ * The applicable card fee region.
2646
+ */
2647
+ feeRegion?: CreateCustomerPaymentFeeRegion | null | undefined;
2648
+ /**
2649
+ * The first 6 and last 4 digits of the card number.
2650
+ */
2651
+ cardMaskedNumber?: string | null | undefined;
2652
+ /**
2653
+ * The outcome of authentication attempted on transactions enforced by 3DS (ie valid only for oneoff and first).
2654
+ */
2655
+ card3dsEci?: string | null | undefined;
2656
+ /**
2657
+ * The first 6 digit of the card bank identification number.
2658
+ */
2659
+ cardBin?: string | null | undefined;
2660
+ /**
2661
+ * The issuer of the Card.
2662
+ */
2663
+ cardIssuer?: string | null | undefined;
2664
+ /**
2665
+ * A failure code to help understand why the payment failed.
2666
+ */
2667
+ failureReason?: CreateCustomerPaymentFailureReason | null | undefined;
2668
+ /**
2669
+ * A human-friendly failure message that can be shown to the customer. The message is translated in accordance
2670
+ *
2671
+ * @remarks
2672
+ * with the payment's locale setting.
2673
+ */
2674
+ failureMessage?: string | null | undefined;
2675
+ /**
2676
+ * The wallet used when creating the payment.
2677
+ */
2678
+ wallet?: CreateCustomerPaymentWallet | null | undefined;
2679
+ /**
2680
+ * PayPal's reference for the payment.
2681
+ */
2682
+ paypalReference?: string | null | undefined;
2683
+ /**
2684
+ * ID of the customer's PayPal account.
2685
+ */
2686
+ paypalPayerId?: string | null | undefined;
2687
+ /**
2688
+ * Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
2689
+ *
2690
+ * @remarks
2691
+ * payments, and if the information is made available by PayPal.
2692
+ */
2693
+ sellerProtection?: CreateCustomerPaymentSellerProtection | null | undefined;
2694
+ /**
2695
+ * An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
2696
+ *
2697
+ * @remarks
2698
+ * PayPal will not charge a fee for this transaction.
2699
+ */
2700
+ paypalFee?: CreateCustomerPaymentPaypalFee | null | undefined;
2701
+ /**
2702
+ * The paysafecard customer reference either provided via the API or otherwise auto-generated by Mollie.
2703
+ */
2704
+ customerReference?: string | undefined;
2705
+ /**
2706
+ * The ID of the terminal device where the payment took place on.
2707
+ */
2708
+ terminalId?: string | undefined;
2709
+ /**
2710
+ * The first 6 digits & last 4 digits of the customer's masked card number.
2711
+ */
2712
+ maskedNumber?: string | null | undefined;
2713
+ /**
2714
+ * The Point of sale receipt object.
2715
+ */
2716
+ receipt?: CreateCustomerPaymentReceipt | undefined;
2717
+ /**
2718
+ * The creditor identifier indicates who is authorized to execute the payment. In this case, it is a
2719
+ *
2720
+ * @remarks
2721
+ * reference to Mollie.
2722
+ */
2723
+ creditorIdentifier?: string | null | undefined;
2724
+ /**
2725
+ * Estimated date the payment is debited from the customer's bank account, in YYYY-MM-DD format.
2726
+ */
2727
+ dueDate?: RFCDate | null | undefined;
2728
+ /**
2729
+ * Date the payment has been signed by the customer, in YYYY-MM-DD format. Only available if the payment
2730
+ *
2731
+ * @remarks
2732
+ * has been signed.
2733
+ */
2734
+ signatureDate?: RFCDate | null | undefined;
2735
+ /**
2736
+ * The official reason why this payment has failed. A detailed description of each reason is available on the
2737
+ *
2738
+ * @remarks
2739
+ * website of the European Payments Council.
2740
+ */
2741
+ bankReasonCode?: string | null | undefined;
2742
+ /**
2743
+ * A human-friendly description of the failure reason.
2744
+ */
2745
+ bankReason?: string | null | undefined;
2746
+ /**
2747
+ * The end-to-end identifier you provided in the batch file.
2748
+ */
2749
+ endToEndIdentifier?: string | null | undefined;
2750
+ /**
2751
+ * The mandate reference you provided in the batch file.
2752
+ */
2753
+ mandateReference?: string | null | undefined;
2754
+ /**
2755
+ * The batch reference you provided in the batch file.
2756
+ */
2757
+ batchReference?: string | null | undefined;
2758
+ /**
2759
+ * The file reference you provided in the batch file.
2760
+ */
2761
+ fileReference?: string | null | undefined;
2762
+ /**
2763
+ * Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
2764
+ *
2765
+ * @remarks
2766
+ * the QR code details will be available in this object.
2767
+ *
2768
+ * The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
2769
+ * Bancontact QR payments can be completed by the customer using the Bancontact app.
2770
+ */
2771
+ qrCode?: CreateCustomerPaymentQrCode | undefined;
2772
+ /**
2773
+ * For payments with gift cards: the masked gift card number of the first gift card applied to the payment.
2774
+ */
2775
+ voucherNumber?: string | undefined;
2776
+ /**
2777
+ * An array of detail objects for each gift card that was used on this payment, if any.
2778
+ */
2779
+ giftcards?: Array<{
2780
+ [k: string]: any;
2781
+ }> | undefined;
2782
+ /**
2783
+ * For payments with vouchers: the brand name of the first voucher applied.
2784
+ */
2785
+ issuer?: string | undefined;
2786
+ /**
2787
+ * An array of detail objects for each voucher that was used on this payment, if any.
2788
+ */
2789
+ vouchers?: Array<{
2790
+ [k: string]: any;
2791
+ }> | undefined;
2069
2792
  /**
2070
- * A machine-readable code that indicates the reason for the payment's status.
2793
+ * An amount object for the amount that remained after all gift cards or vouchers were applied.
2071
2794
  */
2072
- code: string;
2795
+ remainderAmount?: CreateCustomerPaymentRemainderAmount | undefined;
2073
2796
  /**
2074
- * A description of the status reason, localized according to the payment `locale`.
2797
+ * The payment method used to pay the remainder amount, after all gift cards or vouchers were applied.
2075
2798
  */
2076
- message: string;
2799
+ remainderMethod?: string | undefined;
2800
+ /**
2801
+ * Optional include. The full payment method details of the remainder payment.
2802
+ */
2803
+ remainderDetails?: {
2804
+ [k: string]: any;
2805
+ } | undefined;
2077
2806
  };
2078
2807
  /**
2079
2808
  * In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
@@ -2291,6 +3020,38 @@ export type CreateCustomerPaymentDocumentation = {
2291
3020
  */
2292
3021
  type: string;
2293
3022
  };
3023
+ /**
3024
+ * Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
3025
+ *
3026
+ * @remarks
3027
+ * successful).
3028
+ */
3029
+ export type CreateCustomerPaymentLinksStatus = {
3030
+ /**
3031
+ * The actual URL string.
3032
+ */
3033
+ href: string;
3034
+ /**
3035
+ * The content type of the page or endpoint the URL points to.
3036
+ */
3037
+ type: string;
3038
+ };
3039
+ /**
3040
+ * Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
3041
+ *
3042
+ * @remarks
3043
+ * bank transfer.
3044
+ */
3045
+ export type CreateCustomerPaymentPayOnline = {
3046
+ /**
3047
+ * The actual URL string.
3048
+ */
3049
+ href: string;
3050
+ /**
3051
+ * The content type of the page or endpoint the URL points to.
3052
+ */
3053
+ type: string;
3054
+ };
2294
3055
  /**
2295
3056
  * An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
2296
3057
  */
@@ -2376,6 +3137,20 @@ export type CreateCustomerPaymentLinksResponse = {
2376
3137
  * In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
2377
3138
  */
2378
3139
  documentation?: CreateCustomerPaymentDocumentation | undefined;
3140
+ /**
3141
+ * Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
3142
+ *
3143
+ * @remarks
3144
+ * successful).
3145
+ */
3146
+ status?: CreateCustomerPaymentLinksStatus | undefined;
3147
+ /**
3148
+ * Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
3149
+ *
3150
+ * @remarks
3151
+ * bank transfer.
3152
+ */
3153
+ payOnline?: CreateCustomerPaymentPayOnline | undefined;
2379
3154
  };
2380
3155
  /**
2381
3156
  * The newly created payment object.
@@ -2715,7 +3490,7 @@ export type CreateCustomerPaymentResponse = {
2715
3490
  * @remarks
2716
3491
  * statuses occur at what point.
2717
3492
  */
2718
- status: CreateCustomerPaymentStatus;
3493
+ status: CreateCustomerPaymentStatusEnum;
2719
3494
  /**
2720
3495
  * This object offers details about the status of a payment. Currently it is only available for point-of-sale
2721
3496
  *
@@ -2737,9 +3512,7 @@ export type CreateCustomerPaymentResponse = {
2737
3512
  * customer's card or bank details and a payment reference. For the full list of details, please refer to the
2738
3513
  * [method-specific parameters](extra-payment-parameters) guide.
2739
3514
  */
2740
- details?: {
2741
- [k: string]: any;
2742
- } | null | undefined;
3515
+ details?: CreateCustomerPaymentDetails | null | undefined;
2743
3516
  /**
2744
3517
  * The entity's date and time of creation, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
2745
3518
  */
@@ -3551,6 +4324,30 @@ export declare namespace CreateCustomerPaymentSequenceTypeRequest$ {
3551
4324
  }>;
3552
4325
  }
3553
4326
  /** @internal */
4327
+ export declare const CreateCustomerPaymentCompany$inboundSchema: z.ZodType<CreateCustomerPaymentCompany, z.ZodTypeDef, unknown>;
4328
+ /** @internal */
4329
+ export type CreateCustomerPaymentCompany$Outbound = {
4330
+ registrationNumber?: string | undefined;
4331
+ vatNumber?: string | undefined;
4332
+ entityType?: string | undefined;
4333
+ };
4334
+ /** @internal */
4335
+ export declare const CreateCustomerPaymentCompany$outboundSchema: z.ZodType<CreateCustomerPaymentCompany$Outbound, z.ZodTypeDef, CreateCustomerPaymentCompany>;
4336
+ /**
4337
+ * @internal
4338
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4339
+ */
4340
+ export declare namespace CreateCustomerPaymentCompany$ {
4341
+ /** @deprecated use `CreateCustomerPaymentCompany$inboundSchema` instead. */
4342
+ const inboundSchema: z.ZodType<CreateCustomerPaymentCompany, z.ZodTypeDef, unknown>;
4343
+ /** @deprecated use `CreateCustomerPaymentCompany$outboundSchema` instead. */
4344
+ const outboundSchema: z.ZodType<CreateCustomerPaymentCompany$Outbound, z.ZodTypeDef, CreateCustomerPaymentCompany>;
4345
+ /** @deprecated use `CreateCustomerPaymentCompany$Outbound` instead. */
4346
+ type Outbound = CreateCustomerPaymentCompany$Outbound;
4347
+ }
4348
+ export declare function createCustomerPaymentCompanyToJSON(createCustomerPaymentCompany: CreateCustomerPaymentCompany): string;
4349
+ export declare function createCustomerPaymentCompanyFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentCompany, SDKValidationError>;
4350
+ /** @internal */
3554
4351
  export declare const CreateCustomerPaymentRequestBody$inboundSchema: z.ZodType<CreateCustomerPaymentRequestBody, z.ZodTypeDef, unknown>;
3555
4352
  /** @internal */
3556
4353
  export type CreateCustomerPaymentRequestBody$Outbound = {
@@ -3579,6 +4376,19 @@ export type CreateCustomerPaymentRequestBody$Outbound = {
3579
4376
  profileId?: string | undefined;
3580
4377
  dueDate?: string | undefined;
3581
4378
  testmode?: boolean | null | undefined;
4379
+ applePayPaymentToken?: string | undefined;
4380
+ company?: CreateCustomerPaymentCompany$Outbound | undefined;
4381
+ cardToken?: string | undefined;
4382
+ voucherNumber?: string | undefined;
4383
+ voucherPin?: string | undefined;
4384
+ consumerDateOfBirth?: string | undefined;
4385
+ extraMerchantData?: {
4386
+ [k: string]: any;
4387
+ } | undefined;
4388
+ sessionId?: string | undefined;
4389
+ digitalGoods?: boolean | undefined;
4390
+ customerReference?: string | undefined;
4391
+ terminalId?: string | undefined;
3582
4392
  };
3583
4393
  /** @internal */
3584
4394
  export declare const CreateCustomerPaymentRequestBody$outboundSchema: z.ZodType<CreateCustomerPaymentRequestBody$Outbound, z.ZodTypeDef, CreateCustomerPaymentRequestBody>;
@@ -4628,15 +5438,15 @@ export declare namespace CreateCustomerPaymentSequenceTypeResponse$ {
4628
5438
  }>;
4629
5439
  }
4630
5440
  /** @internal */
4631
- export declare const CreateCustomerPaymentStatus$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentStatus>;
5441
+ export declare const CreateCustomerPaymentStatusEnum$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentStatusEnum>;
4632
5442
  /** @internal */
4633
- export declare const CreateCustomerPaymentStatus$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentStatus>;
5443
+ export declare const CreateCustomerPaymentStatusEnum$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentStatusEnum>;
4634
5444
  /**
4635
5445
  * @internal
4636
5446
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4637
5447
  */
4638
- export declare namespace CreateCustomerPaymentStatus$ {
4639
- /** @deprecated use `CreateCustomerPaymentStatus$inboundSchema` instead. */
5448
+ export declare namespace CreateCustomerPaymentStatusEnum$ {
5449
+ /** @deprecated use `CreateCustomerPaymentStatusEnum$inboundSchema` instead. */
4640
5450
  const inboundSchema: z.ZodNativeEnum<{
4641
5451
  readonly Open: "open";
4642
5452
  readonly Pending: "pending";
@@ -4646,7 +5456,7 @@ export declare namespace CreateCustomerPaymentStatus$ {
4646
5456
  readonly Expired: "expired";
4647
5457
  readonly Failed: "failed";
4648
5458
  }>;
4649
- /** @deprecated use `CreateCustomerPaymentStatus$outboundSchema` instead. */
5459
+ /** @deprecated use `CreateCustomerPaymentStatusEnum$outboundSchema` instead. */
4650
5460
  const outboundSchema: z.ZodNativeEnum<{
4651
5461
  readonly Open: "open";
4652
5462
  readonly Pending: "pending";
@@ -4658,6 +5468,254 @@ export declare namespace CreateCustomerPaymentStatus$ {
4658
5468
  }>;
4659
5469
  }
4660
5470
  /** @internal */
5471
+ export declare const CreateCustomerPaymentCode$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCode>;
5472
+ /** @internal */
5473
+ export declare const CreateCustomerPaymentCode$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCode>;
5474
+ /**
5475
+ * @internal
5476
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5477
+ */
5478
+ export declare namespace CreateCustomerPaymentCode$ {
5479
+ /** @deprecated use `CreateCustomerPaymentCode$inboundSchema` instead. */
5480
+ const inboundSchema: z.ZodNativeEnum<{
5481
+ readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
5482
+ readonly ReferToCardIssuer: "refer_to_card_issuer";
5483
+ readonly InvalidMerchant: "invalid_merchant";
5484
+ readonly CaptureCard: "capture_card";
5485
+ readonly DoNotHonor: "do_not_honor";
5486
+ readonly Error: "error";
5487
+ readonly PartialApproval: "partial_approval";
5488
+ readonly InvalidTransaction: "invalid_transaction";
5489
+ readonly InvalidAmount: "invalid_amount";
5490
+ readonly InvalidIssuer: "invalid_issuer";
5491
+ readonly LostCard: "lost_card";
5492
+ readonly StolenCard: "stolen_card";
5493
+ readonly InsufficientFunds: "insufficient_funds";
5494
+ readonly ExpiredCard: "expired_card";
5495
+ readonly InvalidPin: "invalid_pin";
5496
+ readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
5497
+ readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
5498
+ readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
5499
+ readonly RestrictedCard: "restricted_card";
5500
+ readonly SecurityViolation: "security_violation";
5501
+ readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
5502
+ readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
5503
+ readonly NoReasonToDecline: "no_reason_to_decline";
5504
+ readonly CannotVerifyPin: "cannot_verify_pin";
5505
+ readonly IssuerUnavailable: "issuer_unavailable";
5506
+ readonly UnableToRouteTransaction: "unable_to_route_transaction";
5507
+ readonly DuplicateTransaction: "duplicate_transaction";
5508
+ readonly SystemMalfunction: "system_malfunction";
5509
+ readonly HonorWithId: "honor_with_id";
5510
+ readonly InvalidCardNumber: "invalid_card_number";
5511
+ readonly FormatError: "format_error";
5512
+ readonly ContactCardIssuer: "contact_card_issuer";
5513
+ readonly PinNotChanged: "pin_not_changed";
5514
+ readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
5515
+ readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
5516
+ readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
5517
+ readonly LifecycleRelated: "lifecycle_related";
5518
+ readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
5519
+ readonly PolicyRelated: "policy_related";
5520
+ readonly FraudSecurityRelated: "fraud_security_related";
5521
+ readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
5522
+ readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
5523
+ readonly CryptographicFailure: "cryptographic_failure";
5524
+ readonly UnacceptablePin: "unacceptable_pin";
5525
+ readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
5526
+ readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
5527
+ readonly VipApproval: "vip_approval";
5528
+ readonly InvalidAccountNumber: "invalid_account_number";
5529
+ readonly ReEnterTransaction: "re_enter_transaction";
5530
+ readonly NoActionTaken: "no_action_taken";
5531
+ readonly UnableToLocateRecord: "unable_to_locate_record";
5532
+ readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
5533
+ readonly NoCreditAccount: "no_credit_account";
5534
+ readonly ClosedAccount: "closed_account";
5535
+ readonly NoCheckingAccount: "no_checking_account";
5536
+ readonly NoSavingsAccount: "no_savings_account";
5537
+ readonly SuspectedFraud: "suspected_fraud";
5538
+ readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
5539
+ readonly PinDataRequired: "pin_data_required";
5540
+ readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
5541
+ readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
5542
+ readonly BlockedFirstUsed: "blocked_first_used";
5543
+ readonly TransactionReversed: "transaction_reversed";
5544
+ readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
5545
+ readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
5546
+ readonly NegativeOnlineCamResult: "negative_online_cam_result";
5547
+ readonly ViolationOfLaw: "violation_of_law";
5548
+ readonly ForceStip: "force_stip";
5549
+ readonly CashServiceNotAvailable: "cash_service_not_available";
5550
+ readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
5551
+ readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
5552
+ readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
5553
+ readonly InvalidBillerInformation: "invalid_biller_information";
5554
+ readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
5555
+ readonly UnsafePin: "unsafe_pin";
5556
+ readonly CardAuthenticationFailed: "card_authentication_failed";
5557
+ readonly StopPaymentOrder: "stop_payment_order";
5558
+ readonly RevocationOfAuthorization: "revocation_of_authorization";
5559
+ readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
5560
+ readonly ForwardToIssuerXa: "forward_to_issuer_xa";
5561
+ readonly ForwardToIssuerXd: "forward_to_issuer_xd";
5562
+ readonly UnableToGoOnline: "unable_to_go_online";
5563
+ readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
5564
+ readonly MerchantIdNotFound: "merchant_id_not_found";
5565
+ readonly MerchantAccountClosed: "merchant_account_closed";
5566
+ readonly TerminalIdNotFound: "terminal_id_not_found";
5567
+ readonly TerminalClosed: "terminal_closed";
5568
+ readonly InvalidCategoryCode: "invalid_category_code";
5569
+ readonly InvalidCurrency: "invalid_currency";
5570
+ readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
5571
+ readonly Cvv2NotAllowed: "cvv2_not_allowed";
5572
+ readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
5573
+ readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
5574
+ readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
5575
+ readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
5576
+ readonly InvalidProcessorId: "invalid_processor_id";
5577
+ readonly InvalidMerchantData: "invalid_merchant_data";
5578
+ readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
5579
+ readonly TerminalBusy: "terminal_busy";
5580
+ readonly TerminalUnreachable: "terminal_unreachable";
5581
+ readonly ServiceFailed: "service_failed";
5582
+ readonly InvalidOperation: "invalid_operation";
5583
+ readonly AuthorizationError: "authorization_error";
5584
+ readonly LoginFailedWithoutReason: "login_failed_without_reason";
5585
+ readonly InvalidRetailer: "invalid_retailer";
5586
+ readonly CardDoesNotExist: "card_does_not_exist";
5587
+ readonly CardIsBlocked: "card_is_blocked";
5588
+ readonly InvalidCardId: "invalid_card_id";
5589
+ readonly CardIsTransferred: "card_is_transferred";
5590
+ readonly CardIsNotActive: "card_is_not_active";
5591
+ readonly IncorrectPurchaseValue: "incorrect_purchase_value";
5592
+ readonly CardNotAvailable: "card_not_available";
5593
+ readonly WrongCurrency: "wrong_currency";
5594
+ readonly LoginFailedUnknownUser: "login_failed_unknown_user";
5595
+ readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
5596
+ readonly InvalidEanCode: "invalid_ean_code";
5597
+ }>;
5598
+ /** @deprecated use `CreateCustomerPaymentCode$outboundSchema` instead. */
5599
+ const outboundSchema: z.ZodNativeEnum<{
5600
+ readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
5601
+ readonly ReferToCardIssuer: "refer_to_card_issuer";
5602
+ readonly InvalidMerchant: "invalid_merchant";
5603
+ readonly CaptureCard: "capture_card";
5604
+ readonly DoNotHonor: "do_not_honor";
5605
+ readonly Error: "error";
5606
+ readonly PartialApproval: "partial_approval";
5607
+ readonly InvalidTransaction: "invalid_transaction";
5608
+ readonly InvalidAmount: "invalid_amount";
5609
+ readonly InvalidIssuer: "invalid_issuer";
5610
+ readonly LostCard: "lost_card";
5611
+ readonly StolenCard: "stolen_card";
5612
+ readonly InsufficientFunds: "insufficient_funds";
5613
+ readonly ExpiredCard: "expired_card";
5614
+ readonly InvalidPin: "invalid_pin";
5615
+ readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
5616
+ readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
5617
+ readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
5618
+ readonly RestrictedCard: "restricted_card";
5619
+ readonly SecurityViolation: "security_violation";
5620
+ readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
5621
+ readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
5622
+ readonly NoReasonToDecline: "no_reason_to_decline";
5623
+ readonly CannotVerifyPin: "cannot_verify_pin";
5624
+ readonly IssuerUnavailable: "issuer_unavailable";
5625
+ readonly UnableToRouteTransaction: "unable_to_route_transaction";
5626
+ readonly DuplicateTransaction: "duplicate_transaction";
5627
+ readonly SystemMalfunction: "system_malfunction";
5628
+ readonly HonorWithId: "honor_with_id";
5629
+ readonly InvalidCardNumber: "invalid_card_number";
5630
+ readonly FormatError: "format_error";
5631
+ readonly ContactCardIssuer: "contact_card_issuer";
5632
+ readonly PinNotChanged: "pin_not_changed";
5633
+ readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
5634
+ readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
5635
+ readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
5636
+ readonly LifecycleRelated: "lifecycle_related";
5637
+ readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
5638
+ readonly PolicyRelated: "policy_related";
5639
+ readonly FraudSecurityRelated: "fraud_security_related";
5640
+ readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
5641
+ readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
5642
+ readonly CryptographicFailure: "cryptographic_failure";
5643
+ readonly UnacceptablePin: "unacceptable_pin";
5644
+ readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
5645
+ readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
5646
+ readonly VipApproval: "vip_approval";
5647
+ readonly InvalidAccountNumber: "invalid_account_number";
5648
+ readonly ReEnterTransaction: "re_enter_transaction";
5649
+ readonly NoActionTaken: "no_action_taken";
5650
+ readonly UnableToLocateRecord: "unable_to_locate_record";
5651
+ readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
5652
+ readonly NoCreditAccount: "no_credit_account";
5653
+ readonly ClosedAccount: "closed_account";
5654
+ readonly NoCheckingAccount: "no_checking_account";
5655
+ readonly NoSavingsAccount: "no_savings_account";
5656
+ readonly SuspectedFraud: "suspected_fraud";
5657
+ readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
5658
+ readonly PinDataRequired: "pin_data_required";
5659
+ readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
5660
+ readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
5661
+ readonly BlockedFirstUsed: "blocked_first_used";
5662
+ readonly TransactionReversed: "transaction_reversed";
5663
+ readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
5664
+ readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
5665
+ readonly NegativeOnlineCamResult: "negative_online_cam_result";
5666
+ readonly ViolationOfLaw: "violation_of_law";
5667
+ readonly ForceStip: "force_stip";
5668
+ readonly CashServiceNotAvailable: "cash_service_not_available";
5669
+ readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
5670
+ readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
5671
+ readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
5672
+ readonly InvalidBillerInformation: "invalid_biller_information";
5673
+ readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
5674
+ readonly UnsafePin: "unsafe_pin";
5675
+ readonly CardAuthenticationFailed: "card_authentication_failed";
5676
+ readonly StopPaymentOrder: "stop_payment_order";
5677
+ readonly RevocationOfAuthorization: "revocation_of_authorization";
5678
+ readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
5679
+ readonly ForwardToIssuerXa: "forward_to_issuer_xa";
5680
+ readonly ForwardToIssuerXd: "forward_to_issuer_xd";
5681
+ readonly UnableToGoOnline: "unable_to_go_online";
5682
+ readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
5683
+ readonly MerchantIdNotFound: "merchant_id_not_found";
5684
+ readonly MerchantAccountClosed: "merchant_account_closed";
5685
+ readonly TerminalIdNotFound: "terminal_id_not_found";
5686
+ readonly TerminalClosed: "terminal_closed";
5687
+ readonly InvalidCategoryCode: "invalid_category_code";
5688
+ readonly InvalidCurrency: "invalid_currency";
5689
+ readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
5690
+ readonly Cvv2NotAllowed: "cvv2_not_allowed";
5691
+ readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
5692
+ readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
5693
+ readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
5694
+ readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
5695
+ readonly InvalidProcessorId: "invalid_processor_id";
5696
+ readonly InvalidMerchantData: "invalid_merchant_data";
5697
+ readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
5698
+ readonly TerminalBusy: "terminal_busy";
5699
+ readonly TerminalUnreachable: "terminal_unreachable";
5700
+ readonly ServiceFailed: "service_failed";
5701
+ readonly InvalidOperation: "invalid_operation";
5702
+ readonly AuthorizationError: "authorization_error";
5703
+ readonly LoginFailedWithoutReason: "login_failed_without_reason";
5704
+ readonly InvalidRetailer: "invalid_retailer";
5705
+ readonly CardDoesNotExist: "card_does_not_exist";
5706
+ readonly CardIsBlocked: "card_is_blocked";
5707
+ readonly InvalidCardId: "invalid_card_id";
5708
+ readonly CardIsTransferred: "card_is_transferred";
5709
+ readonly CardIsNotActive: "card_is_not_active";
5710
+ readonly IncorrectPurchaseValue: "incorrect_purchase_value";
5711
+ readonly CardNotAvailable: "card_not_available";
5712
+ readonly WrongCurrency: "wrong_currency";
5713
+ readonly LoginFailedUnknownUser: "login_failed_unknown_user";
5714
+ readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
5715
+ readonly InvalidEanCode: "invalid_ean_code";
5716
+ }>;
5717
+ }
5718
+ /** @internal */
4661
5719
  export declare const CreateCustomerPaymentStatusReason$inboundSchema: z.ZodType<CreateCustomerPaymentStatusReason, z.ZodTypeDef, unknown>;
4662
5720
  /** @internal */
4663
5721
  export type CreateCustomerPaymentStatusReason$Outbound = {
@@ -4681,6 +5739,478 @@ export declare namespace CreateCustomerPaymentStatusReason$ {
4681
5739
  export declare function createCustomerPaymentStatusReasonToJSON(createCustomerPaymentStatusReason: CreateCustomerPaymentStatusReason): string;
4682
5740
  export declare function createCustomerPaymentStatusReasonFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentStatusReason, SDKValidationError>;
4683
5741
  /** @internal */
5742
+ export declare const CreateCustomerPaymentCardAudition$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardAudition>;
5743
+ /** @internal */
5744
+ export declare const CreateCustomerPaymentCardAudition$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardAudition>;
5745
+ /**
5746
+ * @internal
5747
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5748
+ */
5749
+ export declare namespace CreateCustomerPaymentCardAudition$ {
5750
+ /** @deprecated use `CreateCustomerPaymentCardAudition$inboundSchema` instead. */
5751
+ const inboundSchema: z.ZodNativeEnum<{
5752
+ readonly Consumer: "consumer";
5753
+ readonly Business: "business";
5754
+ }>;
5755
+ /** @deprecated use `CreateCustomerPaymentCardAudition$outboundSchema` instead. */
5756
+ const outboundSchema: z.ZodNativeEnum<{
5757
+ readonly Consumer: "consumer";
5758
+ readonly Business: "business";
5759
+ }>;
5760
+ }
5761
+ /** @internal */
5762
+ export declare const CreateCustomerPaymentCardLabel$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardLabel>;
5763
+ /** @internal */
5764
+ export declare const CreateCustomerPaymentCardLabel$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardLabel>;
5765
+ /**
5766
+ * @internal
5767
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5768
+ */
5769
+ export declare namespace CreateCustomerPaymentCardLabel$ {
5770
+ /** @deprecated use `CreateCustomerPaymentCardLabel$inboundSchema` instead. */
5771
+ const inboundSchema: z.ZodNativeEnum<{
5772
+ readonly AmericanExpress: "American Express";
5773
+ readonly CartaSi: "Carta Si";
5774
+ readonly CarteBleue: "Carte Bleue";
5775
+ readonly Dankort: "Dankort";
5776
+ readonly DinersClub: "Diners Club";
5777
+ readonly Discover: "Discover";
5778
+ readonly Jcb: "JCB";
5779
+ readonly Laser: "Laser";
5780
+ readonly Maestro: "Maestro";
5781
+ readonly Mastercard: "Mastercard";
5782
+ readonly Unionpay: "Unionpay";
5783
+ readonly Visa: "Visa";
5784
+ readonly Vpay: "Vpay";
5785
+ }>;
5786
+ /** @deprecated use `CreateCustomerPaymentCardLabel$outboundSchema` instead. */
5787
+ const outboundSchema: z.ZodNativeEnum<{
5788
+ readonly AmericanExpress: "American Express";
5789
+ readonly CartaSi: "Carta Si";
5790
+ readonly CarteBleue: "Carte Bleue";
5791
+ readonly Dankort: "Dankort";
5792
+ readonly DinersClub: "Diners Club";
5793
+ readonly Discover: "Discover";
5794
+ readonly Jcb: "JCB";
5795
+ readonly Laser: "Laser";
5796
+ readonly Maestro: "Maestro";
5797
+ readonly Mastercard: "Mastercard";
5798
+ readonly Unionpay: "Unionpay";
5799
+ readonly Visa: "Visa";
5800
+ readonly Vpay: "Vpay";
5801
+ }>;
5802
+ }
5803
+ /** @internal */
5804
+ export declare const CreateCustomerPaymentCardFunding$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardFunding>;
5805
+ /** @internal */
5806
+ export declare const CreateCustomerPaymentCardFunding$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardFunding>;
5807
+ /**
5808
+ * @internal
5809
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5810
+ */
5811
+ export declare namespace CreateCustomerPaymentCardFunding$ {
5812
+ /** @deprecated use `CreateCustomerPaymentCardFunding$inboundSchema` instead. */
5813
+ const inboundSchema: z.ZodNativeEnum<{
5814
+ readonly Debit: "debit";
5815
+ readonly Credit: "credit";
5816
+ readonly Prepaid: "prepaid";
5817
+ readonly DeferredDebit: "deferred-debit";
5818
+ }>;
5819
+ /** @deprecated use `CreateCustomerPaymentCardFunding$outboundSchema` instead. */
5820
+ const outboundSchema: z.ZodNativeEnum<{
5821
+ readonly Debit: "debit";
5822
+ readonly Credit: "credit";
5823
+ readonly Prepaid: "prepaid";
5824
+ readonly DeferredDebit: "deferred-debit";
5825
+ }>;
5826
+ }
5827
+ /** @internal */
5828
+ export declare const CreateCustomerPaymentCardSecurity$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardSecurity>;
5829
+ /** @internal */
5830
+ export declare const CreateCustomerPaymentCardSecurity$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardSecurity>;
5831
+ /**
5832
+ * @internal
5833
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5834
+ */
5835
+ export declare namespace CreateCustomerPaymentCardSecurity$ {
5836
+ /** @deprecated use `CreateCustomerPaymentCardSecurity$inboundSchema` instead. */
5837
+ const inboundSchema: z.ZodNativeEnum<{
5838
+ readonly Normal: "normal";
5839
+ readonly Threedsecure: "3dsecure";
5840
+ }>;
5841
+ /** @deprecated use `CreateCustomerPaymentCardSecurity$outboundSchema` instead. */
5842
+ const outboundSchema: z.ZodNativeEnum<{
5843
+ readonly Normal: "normal";
5844
+ readonly Threedsecure: "3dsecure";
5845
+ }>;
5846
+ }
5847
+ /** @internal */
5848
+ export declare const CreateCustomerPaymentFeeRegion$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentFeeRegion>;
5849
+ /** @internal */
5850
+ export declare const CreateCustomerPaymentFeeRegion$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentFeeRegion>;
5851
+ /**
5852
+ * @internal
5853
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5854
+ */
5855
+ export declare namespace CreateCustomerPaymentFeeRegion$ {
5856
+ /** @deprecated use `CreateCustomerPaymentFeeRegion$inboundSchema` instead. */
5857
+ const inboundSchema: z.ZodNativeEnum<{
5858
+ readonly AmericanExpress: "american-express";
5859
+ readonly AmexIntraEea: "amex-intra-eea";
5860
+ readonly CarteBancaire: "carte-bancaire";
5861
+ readonly IntraEu: "intra-eu";
5862
+ readonly IntraEuCorporate: "intra-eu-corporate";
5863
+ readonly Domestic: "domestic";
5864
+ readonly Maestro: "maestro";
5865
+ readonly Other: "other";
5866
+ readonly Inter: "inter";
5867
+ readonly IntraEea: "intra-eea";
5868
+ }>;
5869
+ /** @deprecated use `CreateCustomerPaymentFeeRegion$outboundSchema` instead. */
5870
+ const outboundSchema: z.ZodNativeEnum<{
5871
+ readonly AmericanExpress: "american-express";
5872
+ readonly AmexIntraEea: "amex-intra-eea";
5873
+ readonly CarteBancaire: "carte-bancaire";
5874
+ readonly IntraEu: "intra-eu";
5875
+ readonly IntraEuCorporate: "intra-eu-corporate";
5876
+ readonly Domestic: "domestic";
5877
+ readonly Maestro: "maestro";
5878
+ readonly Other: "other";
5879
+ readonly Inter: "inter";
5880
+ readonly IntraEea: "intra-eea";
5881
+ }>;
5882
+ }
5883
+ /** @internal */
5884
+ export declare const CreateCustomerPaymentFailureReason$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentFailureReason>;
5885
+ /** @internal */
5886
+ export declare const CreateCustomerPaymentFailureReason$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentFailureReason>;
5887
+ /**
5888
+ * @internal
5889
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5890
+ */
5891
+ export declare namespace CreateCustomerPaymentFailureReason$ {
5892
+ /** @deprecated use `CreateCustomerPaymentFailureReason$inboundSchema` instead. */
5893
+ const inboundSchema: z.ZodNativeEnum<{
5894
+ readonly AuthenticationAbandoned: "authentication_abandoned";
5895
+ readonly AuthenticationFailed: "authentication_failed";
5896
+ readonly AuthenticationRequired: "authentication_required";
5897
+ readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
5898
+ readonly CardDeclined: "card_declined";
5899
+ readonly CardExpired: "card_expired";
5900
+ readonly InactiveCard: "inactive_card";
5901
+ readonly InsufficientFunds: "insufficient_funds";
5902
+ readonly InvalidCvv: "invalid_cvv";
5903
+ readonly InvalidCardHolderName: "invalid_card_holder_name";
5904
+ readonly InvalidCardNumber: "invalid_card_number";
5905
+ readonly InvalidCardType: "invalid_card_type";
5906
+ readonly PossibleFraud: "possible_fraud";
5907
+ readonly RefusedByIssuer: "refused_by_issuer";
5908
+ readonly UnknownReason: "unknown_reason";
5909
+ }>;
5910
+ /** @deprecated use `CreateCustomerPaymentFailureReason$outboundSchema` instead. */
5911
+ const outboundSchema: z.ZodNativeEnum<{
5912
+ readonly AuthenticationAbandoned: "authentication_abandoned";
5913
+ readonly AuthenticationFailed: "authentication_failed";
5914
+ readonly AuthenticationRequired: "authentication_required";
5915
+ readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
5916
+ readonly CardDeclined: "card_declined";
5917
+ readonly CardExpired: "card_expired";
5918
+ readonly InactiveCard: "inactive_card";
5919
+ readonly InsufficientFunds: "insufficient_funds";
5920
+ readonly InvalidCvv: "invalid_cvv";
5921
+ readonly InvalidCardHolderName: "invalid_card_holder_name";
5922
+ readonly InvalidCardNumber: "invalid_card_number";
5923
+ readonly InvalidCardType: "invalid_card_type";
5924
+ readonly PossibleFraud: "possible_fraud";
5925
+ readonly RefusedByIssuer: "refused_by_issuer";
5926
+ readonly UnknownReason: "unknown_reason";
5927
+ }>;
5928
+ }
5929
+ /** @internal */
5930
+ export declare const CreateCustomerPaymentWallet$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentWallet>;
5931
+ /** @internal */
5932
+ export declare const CreateCustomerPaymentWallet$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentWallet>;
5933
+ /**
5934
+ * @internal
5935
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5936
+ */
5937
+ export declare namespace CreateCustomerPaymentWallet$ {
5938
+ /** @deprecated use `CreateCustomerPaymentWallet$inboundSchema` instead. */
5939
+ const inboundSchema: z.ZodNativeEnum<{
5940
+ readonly Applepay: "applepay";
5941
+ }>;
5942
+ /** @deprecated use `CreateCustomerPaymentWallet$outboundSchema` instead. */
5943
+ const outboundSchema: z.ZodNativeEnum<{
5944
+ readonly Applepay: "applepay";
5945
+ }>;
5946
+ }
5947
+ /** @internal */
5948
+ export declare const CreateCustomerPaymentSellerProtection$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentSellerProtection>;
5949
+ /** @internal */
5950
+ export declare const CreateCustomerPaymentSellerProtection$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentSellerProtection>;
5951
+ /**
5952
+ * @internal
5953
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5954
+ */
5955
+ export declare namespace CreateCustomerPaymentSellerProtection$ {
5956
+ /** @deprecated use `CreateCustomerPaymentSellerProtection$inboundSchema` instead. */
5957
+ const inboundSchema: z.ZodNativeEnum<{
5958
+ readonly Eligible: "Eligible";
5959
+ readonly Ineligible: "Ineligible";
5960
+ readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
5961
+ readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
5962
+ readonly PartiallyEligible: "Partially Eligible";
5963
+ readonly None: "None";
5964
+ readonly Active: "Active";
5965
+ readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
5966
+ }>;
5967
+ /** @deprecated use `CreateCustomerPaymentSellerProtection$outboundSchema` instead. */
5968
+ const outboundSchema: z.ZodNativeEnum<{
5969
+ readonly Eligible: "Eligible";
5970
+ readonly Ineligible: "Ineligible";
5971
+ readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
5972
+ readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
5973
+ readonly PartiallyEligible: "Partially Eligible";
5974
+ readonly None: "None";
5975
+ readonly Active: "Active";
5976
+ readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
5977
+ }>;
5978
+ }
5979
+ /** @internal */
5980
+ export declare const CreateCustomerPaymentPaypalFee$inboundSchema: z.ZodType<CreateCustomerPaymentPaypalFee, z.ZodTypeDef, unknown>;
5981
+ /** @internal */
5982
+ export type CreateCustomerPaymentPaypalFee$Outbound = {
5983
+ currency: string;
5984
+ value: string;
5985
+ };
5986
+ /** @internal */
5987
+ export declare const CreateCustomerPaymentPaypalFee$outboundSchema: z.ZodType<CreateCustomerPaymentPaypalFee$Outbound, z.ZodTypeDef, CreateCustomerPaymentPaypalFee>;
5988
+ /**
5989
+ * @internal
5990
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5991
+ */
5992
+ export declare namespace CreateCustomerPaymentPaypalFee$ {
5993
+ /** @deprecated use `CreateCustomerPaymentPaypalFee$inboundSchema` instead. */
5994
+ const inboundSchema: z.ZodType<CreateCustomerPaymentPaypalFee, z.ZodTypeDef, unknown>;
5995
+ /** @deprecated use `CreateCustomerPaymentPaypalFee$outboundSchema` instead. */
5996
+ const outboundSchema: z.ZodType<CreateCustomerPaymentPaypalFee$Outbound, z.ZodTypeDef, CreateCustomerPaymentPaypalFee>;
5997
+ /** @deprecated use `CreateCustomerPaymentPaypalFee$Outbound` instead. */
5998
+ type Outbound = CreateCustomerPaymentPaypalFee$Outbound;
5999
+ }
6000
+ export declare function createCustomerPaymentPaypalFeeToJSON(createCustomerPaymentPaypalFee: CreateCustomerPaymentPaypalFee): string;
6001
+ export declare function createCustomerPaymentPaypalFeeFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentPaypalFee, SDKValidationError>;
6002
+ /** @internal */
6003
+ export declare const CreateCustomerPaymentCardReadMethod$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardReadMethod>;
6004
+ /** @internal */
6005
+ export declare const CreateCustomerPaymentCardReadMethod$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardReadMethod>;
6006
+ /**
6007
+ * @internal
6008
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6009
+ */
6010
+ export declare namespace CreateCustomerPaymentCardReadMethod$ {
6011
+ /** @deprecated use `CreateCustomerPaymentCardReadMethod$inboundSchema` instead. */
6012
+ const inboundSchema: z.ZodNativeEnum<{
6013
+ readonly Chip: "chip";
6014
+ readonly MagneticStripe: "magnetic-stripe";
6015
+ readonly NearFieldCommunication: "near-field-communication";
6016
+ readonly Contactless: "contactless";
6017
+ readonly Moto: "moto";
6018
+ }>;
6019
+ /** @deprecated use `CreateCustomerPaymentCardReadMethod$outboundSchema` instead. */
6020
+ const outboundSchema: z.ZodNativeEnum<{
6021
+ readonly Chip: "chip";
6022
+ readonly MagneticStripe: "magnetic-stripe";
6023
+ readonly NearFieldCommunication: "near-field-communication";
6024
+ readonly Contactless: "contactless";
6025
+ readonly Moto: "moto";
6026
+ }>;
6027
+ }
6028
+ /** @internal */
6029
+ export declare const CreateCustomerPaymentCardVerificationMethod$inboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardVerificationMethod>;
6030
+ /** @internal */
6031
+ export declare const CreateCustomerPaymentCardVerificationMethod$outboundSchema: z.ZodNativeEnum<typeof CreateCustomerPaymentCardVerificationMethod>;
6032
+ /**
6033
+ * @internal
6034
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6035
+ */
6036
+ export declare namespace CreateCustomerPaymentCardVerificationMethod$ {
6037
+ /** @deprecated use `CreateCustomerPaymentCardVerificationMethod$inboundSchema` instead. */
6038
+ const inboundSchema: z.ZodNativeEnum<{
6039
+ readonly NoCvmRequired: "no-cvm-required";
6040
+ readonly OnlinePin: "online-pin";
6041
+ readonly OfflinePin: "offline-pin";
6042
+ readonly ConsumerDevice: "consumer-device";
6043
+ readonly Signature: "signature";
6044
+ readonly SignatureAndOnlinePin: "signature-and-online-pin";
6045
+ readonly OnlinePinAndSignature: "online-pin-and-signature";
6046
+ readonly None: "none";
6047
+ readonly Failed: "failed";
6048
+ }>;
6049
+ /** @deprecated use `CreateCustomerPaymentCardVerificationMethod$outboundSchema` instead. */
6050
+ const outboundSchema: z.ZodNativeEnum<{
6051
+ readonly NoCvmRequired: "no-cvm-required";
6052
+ readonly OnlinePin: "online-pin";
6053
+ readonly OfflinePin: "offline-pin";
6054
+ readonly ConsumerDevice: "consumer-device";
6055
+ readonly Signature: "signature";
6056
+ readonly SignatureAndOnlinePin: "signature-and-online-pin";
6057
+ readonly OnlinePinAndSignature: "online-pin-and-signature";
6058
+ readonly None: "none";
6059
+ readonly Failed: "failed";
6060
+ }>;
6061
+ }
6062
+ /** @internal */
6063
+ export declare const CreateCustomerPaymentReceipt$inboundSchema: z.ZodType<CreateCustomerPaymentReceipt, z.ZodTypeDef, unknown>;
6064
+ /** @internal */
6065
+ export type CreateCustomerPaymentReceipt$Outbound = {
6066
+ authorizationCode?: string | null | undefined;
6067
+ applicationIdentifier?: string | null | undefined;
6068
+ cardReadMethod?: string | null | undefined;
6069
+ cardVerificationMethod?: string | null | undefined;
6070
+ };
6071
+ /** @internal */
6072
+ export declare const CreateCustomerPaymentReceipt$outboundSchema: z.ZodType<CreateCustomerPaymentReceipt$Outbound, z.ZodTypeDef, CreateCustomerPaymentReceipt>;
6073
+ /**
6074
+ * @internal
6075
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6076
+ */
6077
+ export declare namespace CreateCustomerPaymentReceipt$ {
6078
+ /** @deprecated use `CreateCustomerPaymentReceipt$inboundSchema` instead. */
6079
+ const inboundSchema: z.ZodType<CreateCustomerPaymentReceipt, z.ZodTypeDef, unknown>;
6080
+ /** @deprecated use `CreateCustomerPaymentReceipt$outboundSchema` instead. */
6081
+ const outboundSchema: z.ZodType<CreateCustomerPaymentReceipt$Outbound, z.ZodTypeDef, CreateCustomerPaymentReceipt>;
6082
+ /** @deprecated use `CreateCustomerPaymentReceipt$Outbound` instead. */
6083
+ type Outbound = CreateCustomerPaymentReceipt$Outbound;
6084
+ }
6085
+ export declare function createCustomerPaymentReceiptToJSON(createCustomerPaymentReceipt: CreateCustomerPaymentReceipt): string;
6086
+ export declare function createCustomerPaymentReceiptFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentReceipt, SDKValidationError>;
6087
+ /** @internal */
6088
+ export declare const CreateCustomerPaymentQrCode$inboundSchema: z.ZodType<CreateCustomerPaymentQrCode, z.ZodTypeDef, unknown>;
6089
+ /** @internal */
6090
+ export type CreateCustomerPaymentQrCode$Outbound = {
6091
+ height?: number | undefined;
6092
+ width?: number | undefined;
6093
+ src?: string | undefined;
6094
+ };
6095
+ /** @internal */
6096
+ export declare const CreateCustomerPaymentQrCode$outboundSchema: z.ZodType<CreateCustomerPaymentQrCode$Outbound, z.ZodTypeDef, CreateCustomerPaymentQrCode>;
6097
+ /**
6098
+ * @internal
6099
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6100
+ */
6101
+ export declare namespace CreateCustomerPaymentQrCode$ {
6102
+ /** @deprecated use `CreateCustomerPaymentQrCode$inboundSchema` instead. */
6103
+ const inboundSchema: z.ZodType<CreateCustomerPaymentQrCode, z.ZodTypeDef, unknown>;
6104
+ /** @deprecated use `CreateCustomerPaymentQrCode$outboundSchema` instead. */
6105
+ const outboundSchema: z.ZodType<CreateCustomerPaymentQrCode$Outbound, z.ZodTypeDef, CreateCustomerPaymentQrCode>;
6106
+ /** @deprecated use `CreateCustomerPaymentQrCode$Outbound` instead. */
6107
+ type Outbound = CreateCustomerPaymentQrCode$Outbound;
6108
+ }
6109
+ export declare function createCustomerPaymentQrCodeToJSON(createCustomerPaymentQrCode: CreateCustomerPaymentQrCode): string;
6110
+ export declare function createCustomerPaymentQrCodeFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentQrCode, SDKValidationError>;
6111
+ /** @internal */
6112
+ export declare const CreateCustomerPaymentRemainderAmount$inboundSchema: z.ZodType<CreateCustomerPaymentRemainderAmount, z.ZodTypeDef, unknown>;
6113
+ /** @internal */
6114
+ export type CreateCustomerPaymentRemainderAmount$Outbound = {
6115
+ currency: string;
6116
+ value: string;
6117
+ };
6118
+ /** @internal */
6119
+ export declare const CreateCustomerPaymentRemainderAmount$outboundSchema: z.ZodType<CreateCustomerPaymentRemainderAmount$Outbound, z.ZodTypeDef, CreateCustomerPaymentRemainderAmount>;
6120
+ /**
6121
+ * @internal
6122
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6123
+ */
6124
+ export declare namespace CreateCustomerPaymentRemainderAmount$ {
6125
+ /** @deprecated use `CreateCustomerPaymentRemainderAmount$inboundSchema` instead. */
6126
+ const inboundSchema: z.ZodType<CreateCustomerPaymentRemainderAmount, z.ZodTypeDef, unknown>;
6127
+ /** @deprecated use `CreateCustomerPaymentRemainderAmount$outboundSchema` instead. */
6128
+ const outboundSchema: z.ZodType<CreateCustomerPaymentRemainderAmount$Outbound, z.ZodTypeDef, CreateCustomerPaymentRemainderAmount>;
6129
+ /** @deprecated use `CreateCustomerPaymentRemainderAmount$Outbound` instead. */
6130
+ type Outbound = CreateCustomerPaymentRemainderAmount$Outbound;
6131
+ }
6132
+ export declare function createCustomerPaymentRemainderAmountToJSON(createCustomerPaymentRemainderAmount: CreateCustomerPaymentRemainderAmount): string;
6133
+ export declare function createCustomerPaymentRemainderAmountFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentRemainderAmount, SDKValidationError>;
6134
+ /** @internal */
6135
+ export declare const CreateCustomerPaymentDetails$inboundSchema: z.ZodType<CreateCustomerPaymentDetails, z.ZodTypeDef, unknown>;
6136
+ /** @internal */
6137
+ export type CreateCustomerPaymentDetails$Outbound = {
6138
+ consumerName?: string | null | undefined;
6139
+ consumerAccount?: string | null | undefined;
6140
+ consumerBic?: string | null | undefined;
6141
+ shippingAddress?: {
6142
+ [k: string]: any;
6143
+ } | null | undefined;
6144
+ cardNumber?: string | null | undefined;
6145
+ bankName?: string | undefined;
6146
+ bankAccount?: string | undefined;
6147
+ bankBic?: string | undefined;
6148
+ transferReference?: string | null | undefined;
6149
+ cardFingerprint?: string | null | undefined;
6150
+ cardHolder?: string | null | undefined;
6151
+ cardAudition?: string | null | undefined;
6152
+ cardLabel?: string | null | undefined;
6153
+ cardCountryCode?: string | null | undefined;
6154
+ cardExpiryDate?: string | null | undefined;
6155
+ cardFunding?: string | null | undefined;
6156
+ cardSecurity?: string | null | undefined;
6157
+ feeRegion?: string | null | undefined;
6158
+ cardMaskedNumber?: string | null | undefined;
6159
+ card3dsEci?: string | null | undefined;
6160
+ cardBin?: string | null | undefined;
6161
+ cardIssuer?: string | null | undefined;
6162
+ failureReason?: string | null | undefined;
6163
+ failureMessage?: string | null | undefined;
6164
+ wallet?: string | null | undefined;
6165
+ paypalReference?: string | null | undefined;
6166
+ paypalPayerId?: string | null | undefined;
6167
+ sellerProtection?: string | null | undefined;
6168
+ paypalFee?: CreateCustomerPaymentPaypalFee$Outbound | null | undefined;
6169
+ customerReference?: string | undefined;
6170
+ terminalId?: string | undefined;
6171
+ maskedNumber?: string | null | undefined;
6172
+ receipt?: CreateCustomerPaymentReceipt$Outbound | undefined;
6173
+ creditorIdentifier?: string | null | undefined;
6174
+ dueDate?: string | null | undefined;
6175
+ signatureDate?: string | null | undefined;
6176
+ bankReasonCode?: string | null | undefined;
6177
+ bankReason?: string | null | undefined;
6178
+ endToEndIdentifier?: string | null | undefined;
6179
+ mandateReference?: string | null | undefined;
6180
+ batchReference?: string | null | undefined;
6181
+ fileReference?: string | null | undefined;
6182
+ qrCode?: CreateCustomerPaymentQrCode$Outbound | undefined;
6183
+ voucherNumber?: string | undefined;
6184
+ giftcards?: Array<{
6185
+ [k: string]: any;
6186
+ }> | undefined;
6187
+ issuer?: string | undefined;
6188
+ vouchers?: Array<{
6189
+ [k: string]: any;
6190
+ }> | undefined;
6191
+ remainderAmount?: CreateCustomerPaymentRemainderAmount$Outbound | undefined;
6192
+ remainderMethod?: string | undefined;
6193
+ remainderDetails?: {
6194
+ [k: string]: any;
6195
+ } | undefined;
6196
+ };
6197
+ /** @internal */
6198
+ export declare const CreateCustomerPaymentDetails$outboundSchema: z.ZodType<CreateCustomerPaymentDetails$Outbound, z.ZodTypeDef, CreateCustomerPaymentDetails>;
6199
+ /**
6200
+ * @internal
6201
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6202
+ */
6203
+ export declare namespace CreateCustomerPaymentDetails$ {
6204
+ /** @deprecated use `CreateCustomerPaymentDetails$inboundSchema` instead. */
6205
+ const inboundSchema: z.ZodType<CreateCustomerPaymentDetails, z.ZodTypeDef, unknown>;
6206
+ /** @deprecated use `CreateCustomerPaymentDetails$outboundSchema` instead. */
6207
+ const outboundSchema: z.ZodType<CreateCustomerPaymentDetails$Outbound, z.ZodTypeDef, CreateCustomerPaymentDetails>;
6208
+ /** @deprecated use `CreateCustomerPaymentDetails$Outbound` instead. */
6209
+ type Outbound = CreateCustomerPaymentDetails$Outbound;
6210
+ }
6211
+ export declare function createCustomerPaymentDetailsToJSON(createCustomerPaymentDetails: CreateCustomerPaymentDetails): string;
6212
+ export declare function createCustomerPaymentDetailsFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentDetails, SDKValidationError>;
6213
+ /** @internal */
4684
6214
  export declare const CreateCustomerPaymentSelfResponse$inboundSchema: z.ZodType<CreateCustomerPaymentSelfResponse, z.ZodTypeDef, unknown>;
4685
6215
  /** @internal */
4686
6216
  export type CreateCustomerPaymentSelfResponse$Outbound = {
@@ -5026,6 +6556,52 @@ export declare namespace CreateCustomerPaymentDocumentation$ {
5026
6556
  export declare function createCustomerPaymentDocumentationToJSON(createCustomerPaymentDocumentation: CreateCustomerPaymentDocumentation): string;
5027
6557
  export declare function createCustomerPaymentDocumentationFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentDocumentation, SDKValidationError>;
5028
6558
  /** @internal */
6559
+ export declare const CreateCustomerPaymentLinksStatus$inboundSchema: z.ZodType<CreateCustomerPaymentLinksStatus, z.ZodTypeDef, unknown>;
6560
+ /** @internal */
6561
+ export type CreateCustomerPaymentLinksStatus$Outbound = {
6562
+ href: string;
6563
+ type: string;
6564
+ };
6565
+ /** @internal */
6566
+ export declare const CreateCustomerPaymentLinksStatus$outboundSchema: z.ZodType<CreateCustomerPaymentLinksStatus$Outbound, z.ZodTypeDef, CreateCustomerPaymentLinksStatus>;
6567
+ /**
6568
+ * @internal
6569
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6570
+ */
6571
+ export declare namespace CreateCustomerPaymentLinksStatus$ {
6572
+ /** @deprecated use `CreateCustomerPaymentLinksStatus$inboundSchema` instead. */
6573
+ const inboundSchema: z.ZodType<CreateCustomerPaymentLinksStatus, z.ZodTypeDef, unknown>;
6574
+ /** @deprecated use `CreateCustomerPaymentLinksStatus$outboundSchema` instead. */
6575
+ const outboundSchema: z.ZodType<CreateCustomerPaymentLinksStatus$Outbound, z.ZodTypeDef, CreateCustomerPaymentLinksStatus>;
6576
+ /** @deprecated use `CreateCustomerPaymentLinksStatus$Outbound` instead. */
6577
+ type Outbound = CreateCustomerPaymentLinksStatus$Outbound;
6578
+ }
6579
+ export declare function createCustomerPaymentLinksStatusToJSON(createCustomerPaymentLinksStatus: CreateCustomerPaymentLinksStatus): string;
6580
+ export declare function createCustomerPaymentLinksStatusFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentLinksStatus, SDKValidationError>;
6581
+ /** @internal */
6582
+ export declare const CreateCustomerPaymentPayOnline$inboundSchema: z.ZodType<CreateCustomerPaymentPayOnline, z.ZodTypeDef, unknown>;
6583
+ /** @internal */
6584
+ export type CreateCustomerPaymentPayOnline$Outbound = {
6585
+ href: string;
6586
+ type: string;
6587
+ };
6588
+ /** @internal */
6589
+ export declare const CreateCustomerPaymentPayOnline$outboundSchema: z.ZodType<CreateCustomerPaymentPayOnline$Outbound, z.ZodTypeDef, CreateCustomerPaymentPayOnline>;
6590
+ /**
6591
+ * @internal
6592
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6593
+ */
6594
+ export declare namespace CreateCustomerPaymentPayOnline$ {
6595
+ /** @deprecated use `CreateCustomerPaymentPayOnline$inboundSchema` instead. */
6596
+ const inboundSchema: z.ZodType<CreateCustomerPaymentPayOnline, z.ZodTypeDef, unknown>;
6597
+ /** @deprecated use `CreateCustomerPaymentPayOnline$outboundSchema` instead. */
6598
+ const outboundSchema: z.ZodType<CreateCustomerPaymentPayOnline$Outbound, z.ZodTypeDef, CreateCustomerPaymentPayOnline>;
6599
+ /** @deprecated use `CreateCustomerPaymentPayOnline$Outbound` instead. */
6600
+ type Outbound = CreateCustomerPaymentPayOnline$Outbound;
6601
+ }
6602
+ export declare function createCustomerPaymentPayOnlineToJSON(createCustomerPaymentPayOnline: CreateCustomerPaymentPayOnline): string;
6603
+ export declare function createCustomerPaymentPayOnlineFromJSON(jsonString: string): SafeParseResult<CreateCustomerPaymentPayOnline, SDKValidationError>;
6604
+ /** @internal */
5029
6605
  export declare const CreateCustomerPaymentLinksResponse$inboundSchema: z.ZodType<CreateCustomerPaymentLinksResponse, z.ZodTypeDef, unknown>;
5030
6606
  /** @internal */
5031
6607
  export type CreateCustomerPaymentLinksResponse$Outbound = {
@@ -5044,6 +6620,8 @@ export type CreateCustomerPaymentLinksResponse$Outbound = {
5044
6620
  order?: CreateCustomerPaymentOrder$Outbound | undefined;
5045
6621
  terminal?: CreateCustomerPaymentTerminal$Outbound | undefined;
5046
6622
  documentation?: CreateCustomerPaymentDocumentation$Outbound | undefined;
6623
+ status?: CreateCustomerPaymentLinksStatus$Outbound | undefined;
6624
+ payOnline?: CreateCustomerPaymentPayOnline$Outbound | undefined;
5047
6625
  };
5048
6626
  /** @internal */
5049
6627
  export declare const CreateCustomerPaymentLinksResponse$outboundSchema: z.ZodType<CreateCustomerPaymentLinksResponse$Outbound, z.ZodTypeDef, CreateCustomerPaymentLinksResponse>;
@@ -5103,9 +6681,7 @@ export type CreateCustomerPaymentResponse$Outbound = {
5103
6681
  status: string;
5104
6682
  statusReason?: CreateCustomerPaymentStatusReason$Outbound | null | undefined;
5105
6683
  isCancelable?: boolean | null | undefined;
5106
- details?: {
5107
- [k: string]: any;
5108
- } | null | undefined;
6684
+ details?: CreateCustomerPaymentDetails$Outbound | null | undefined;
5109
6685
  createdAt: string;
5110
6686
  authorizedAt?: string | null | undefined;
5111
6687
  paidAt?: string | null | undefined;