@payabli/sdk-node 0.0.109 → 0.0.114

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 (295) hide show
  1. package/README.md +4 -0
  2. package/dist/cjs/Client.d.ts +5 -2
  3. package/dist/cjs/Client.js +33 -28
  4. package/dist/cjs/api/resources/bill/client/Client.d.ts +2 -2
  5. package/dist/cjs/api/resources/bill/types/BillResponse.d.ts +1 -1
  6. package/dist/cjs/api/resources/bill/types/EditBillResponse.d.ts +1 -1
  7. package/dist/cjs/api/resources/bill/types/GetBillResponse.d.ts +1 -1
  8. package/dist/cjs/api/resources/boarding/client/Client.d.ts +2 -2
  9. package/dist/cjs/api/resources/chargeBacks/client/Client.d.ts +2 -2
  10. package/dist/cjs/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.ts +1 -2
  11. package/dist/cjs/api/{types → resources/chargeBacks/types}/ChargeBackResponse.d.ts +1 -1
  12. package/dist/cjs/api/resources/chargeBacks/types/ChargebackMessage.d.ts +21 -0
  13. package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.d.ts +69 -0
  14. package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.js +5 -0
  15. package/dist/cjs/api/resources/chargeBacks/types/index.d.ts +3 -0
  16. package/dist/cjs/api/resources/chargeBacks/types/index.js +3 -0
  17. package/dist/cjs/api/resources/checkCapture/client/Client.d.ts +2 -2
  18. package/dist/cjs/api/resources/cloud/client/Client.d.ts +2 -2
  19. package/dist/cjs/api/resources/customer/client/Client.d.ts +2 -2
  20. package/dist/cjs/api/resources/export/client/Client.d.ts +2 -2
  21. package/dist/cjs/api/resources/hostedPaymentPages/client/Client.d.ts +2 -2
  22. package/dist/cjs/api/resources/import/client/Client.d.ts +2 -2
  23. package/dist/cjs/api/resources/index.d.ts +3 -0
  24. package/dist/cjs/api/resources/index.js +4 -1
  25. package/dist/cjs/api/resources/invoice/client/Client.d.ts +2 -2
  26. package/dist/cjs/api/resources/lineItem/client/Client.d.ts +2 -2
  27. package/dist/cjs/api/resources/lineItem/types/DeleteItemResponse.d.ts +2 -2
  28. package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +2 -2
  29. package/dist/cjs/api/resources/moneyIn/errors/CaptureError.js +1 -1
  30. package/dist/cjs/api/resources/moneyIn/types/ReceiptResponse.d.ts +1 -1
  31. package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +8 -10
  32. package/dist/cjs/api/resources/moneyOut/client/Client.js +6 -8
  33. package/dist/cjs/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.ts +6 -8
  34. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.ts +30 -0
  35. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.js +5 -0
  36. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +3 -10
  37. package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.ts +1 -1
  38. package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.d.ts +2 -0
  39. package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +1 -0
  40. package/dist/cjs/api/resources/moneyOutTypes/types/index.js +1 -0
  41. package/dist/cjs/api/resources/notification/client/Client.d.ts +2 -2
  42. package/dist/cjs/api/resources/notificationlogs/client/Client.d.ts +118 -0
  43. package/dist/cjs/api/resources/notificationlogs/client/Client.js +370 -0
  44. package/dist/cjs/api/resources/notificationlogs/client/index.d.ts +2 -0
  45. package/dist/cjs/api/resources/notificationlogs/client/index.js +17 -0
  46. package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.ts +23 -0
  47. package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.js +5 -0
  48. package/dist/cjs/api/resources/notificationlogs/client/requests/index.d.ts +1 -0
  49. package/dist/cjs/api/resources/notificationlogs/client/requests/index.js +2 -0
  50. package/dist/cjs/api/resources/notificationlogs/index.d.ts +2 -0
  51. package/dist/cjs/api/resources/notificationlogs/index.js +18 -0
  52. package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.d.ts +7 -0
  53. package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.js +5 -0
  54. package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.d.ts +7 -0
  55. package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.js +5 -0
  56. package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.d.ts +29 -0
  57. package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.js +5 -0
  58. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.d.ts +9 -0
  59. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.js +5 -0
  60. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.ts +17 -0
  61. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.js +5 -0
  62. package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.d.ts +7 -0
  63. package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.js +5 -0
  64. package/dist/cjs/api/resources/notificationlogs/types/index.d.ts +6 -0
  65. package/dist/cjs/api/resources/notificationlogs/types/index.js +22 -0
  66. package/dist/cjs/api/resources/ocr/client/Client.d.ts +2 -2
  67. package/dist/cjs/api/resources/ocr/types/PayabliApiResponseOcr.d.ts +3 -3
  68. package/dist/cjs/api/resources/organization/client/Client.d.ts +2 -2
  69. package/dist/cjs/api/resources/organization/client/requests/AddOrganizationRequest.d.ts +1 -2
  70. package/dist/cjs/api/resources/organization/types/AddOrganizationResponse.d.ts +1 -1
  71. package/dist/cjs/api/resources/organization/types/DeleteOrganizationResponse.d.ts +1 -1
  72. package/dist/cjs/api/resources/organization/types/EditOrganizationResponse.d.ts +2 -2
  73. package/dist/cjs/api/resources/paymentLink/client/Client.d.ts +2 -2
  74. package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.ts +2 -2
  75. package/dist/cjs/api/resources/paymentMethodDomain/client/Client.d.ts +2 -2
  76. package/dist/cjs/api/resources/paypoint/client/Client.d.ts +2 -2
  77. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.ts +2 -2
  78. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryResponse.d.ts +2 -2
  79. package/dist/cjs/api/resources/paypoint/types/GetEntryConfigResponse.d.ts +2 -2
  80. package/dist/cjs/api/resources/paypoint/types/MigratePaypointResponse.d.ts +2 -2
  81. package/dist/cjs/api/resources/query/client/Client.d.ts +2 -2
  82. package/dist/cjs/api/resources/query/client/requests/ListTransfersRequest.d.ts +3 -0
  83. package/dist/cjs/api/resources/query/client/requests/ListVcardsOrgRequest.d.ts +0 -2
  84. package/dist/cjs/api/resources/query/client/requests/ListVcardsRequest.d.ts +0 -2
  85. package/dist/cjs/api/resources/queryTypes/types/ListOrganizationsResponse.d.ts +2 -2
  86. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.ts +7 -7
  87. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.d.ts +10 -10
  88. package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.d.ts +72 -72
  89. package/dist/cjs/api/resources/queryTypes/types/QueryTransferResponse.d.ts +2 -2
  90. package/dist/cjs/api/resources/queryTypes/types/QueryTransferSummary.d.ts +23 -18
  91. package/dist/cjs/api/resources/statistic/client/Client.d.ts +2 -2
  92. package/dist/cjs/api/resources/subscription/client/Client.d.ts +2 -2
  93. package/dist/cjs/api/resources/subscription/types/AddSubscriptionResponse.d.ts +1 -1
  94. package/dist/cjs/api/resources/subscription/types/RemoveSubscriptionResponse.d.ts +1 -1
  95. package/dist/cjs/api/resources/subscription/types/UpdateSubscriptionResponse.d.ts +1 -1
  96. package/dist/cjs/api/resources/templates/client/Client.d.ts +2 -2
  97. package/dist/cjs/api/resources/tokenStorage/client/Client.d.ts +2 -2
  98. package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.d.ts +5 -5
  99. package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.d.ts +1 -1
  100. package/dist/cjs/api/resources/user/client/Client.d.ts +2 -2
  101. package/dist/cjs/api/resources/user/types/AddUserResponse.d.ts +1 -1
  102. package/dist/cjs/api/resources/user/types/AuthResetUserResponse.d.ts +1 -1
  103. package/dist/cjs/api/resources/user/types/ChangePswUserResponse.d.ts +1 -1
  104. package/dist/cjs/api/resources/user/types/DeleteUserResponse.d.ts +1 -1
  105. package/dist/cjs/api/resources/user/types/EditMfaUserResponse.d.ts +1 -1
  106. package/dist/cjs/api/resources/user/types/LogoutUserResponse.d.ts +1 -1
  107. package/dist/cjs/api/resources/vendor/client/Client.d.ts +2 -2
  108. package/dist/cjs/api/resources/wallet/client/Client.d.ts +2 -2
  109. package/dist/cjs/api/types/AdditionalData.d.ts +1 -1
  110. package/dist/cjs/api/types/BoardingLinkApiResponse.d.ts +1 -1
  111. package/dist/cjs/api/types/CloudQueryApiResponse.d.ts +1 -1
  112. package/dist/cjs/api/types/ConfigureApplePayOrganizationApiResponse.d.ts +1 -1
  113. package/dist/cjs/api/types/ConfigureApplePaypointApiResponse.d.ts +1 -1
  114. package/dist/cjs/api/types/IdempotencyKey.d.ts +1 -1
  115. package/dist/cjs/api/types/NotificationStandardRequest.d.ts +75 -1
  116. package/dist/cjs/api/types/NotificationStandardRequest.js +74 -0
  117. package/dist/cjs/api/types/PayabliApiResponse.d.ts +1 -1
  118. package/dist/cjs/api/types/PayabliApiResponse0.d.ts +1 -1
  119. package/dist/cjs/api/types/PayabliApiResponse00.d.ts +1 -1
  120. package/dist/cjs/api/types/PayabliApiResponse0000.d.ts +1 -1
  121. package/dist/cjs/api/types/PayabliApiResponse00Responsedatanonobject.d.ts +1 -1
  122. package/dist/cjs/api/types/PayabliApiResponse6.d.ts +1 -1
  123. package/dist/cjs/api/types/PayabliApiResponseCustomerQuery.d.ts +1 -1
  124. package/dist/cjs/api/types/PayabliApiResponseGeneric2Part.d.ts +1 -1
  125. package/dist/cjs/api/types/PayabliApiResponseImport.d.ts +1 -1
  126. package/dist/cjs/api/types/PayabliApiResponseMfaBasic.d.ts +1 -1
  127. package/dist/cjs/api/types/PayabliApiResponseNotifications.d.ts +1 -1
  128. package/dist/cjs/api/types/PayabliApiResponsePaymethodDelete.d.ts +1 -1
  129. package/dist/cjs/api/types/PayabliApiResponseTemplateId.d.ts +1 -1
  130. package/dist/cjs/api/types/PayabliApiResponseUserMfa.d.ts +1 -1
  131. package/dist/cjs/api/types/PayabliApiResponseVendors.d.ts +1 -1
  132. package/dist/cjs/api/types/PaymentMethodDomainGeneralResponse.d.ts +1 -1
  133. package/dist/cjs/api/types/Transfer.d.ts +31 -16
  134. package/dist/cjs/api/types/TransferMessage.d.ts +8 -8
  135. package/dist/cjs/api/types/TransferMessageProperties.d.ts +2 -2
  136. package/dist/cjs/api/types/TransferQueryResponse.d.ts +11 -6
  137. package/dist/cjs/api/types/VCardRecord.d.ts +43 -0
  138. package/dist/cjs/api/types/index.d.ts +3 -5
  139. package/dist/cjs/api/types/index.js +3 -5
  140. package/dist/cjs/core/fetcher/Fetcher.d.ts +1 -1
  141. package/dist/cjs/core/fetcher/requestWithRetries.js +34 -2
  142. package/dist/cjs/core/headers.d.ts +2 -2
  143. package/dist/cjs/version.d.ts +1 -1
  144. package/dist/cjs/version.js +1 -1
  145. package/dist/esm/Client.d.mts +5 -2
  146. package/dist/esm/Client.mjs +7 -2
  147. package/dist/esm/api/resources/bill/client/Client.d.mts +2 -2
  148. package/dist/esm/api/resources/bill/types/BillResponse.d.mts +1 -1
  149. package/dist/esm/api/resources/bill/types/EditBillResponse.d.mts +1 -1
  150. package/dist/esm/api/resources/bill/types/GetBillResponse.d.mts +1 -1
  151. package/dist/esm/api/resources/boarding/client/Client.d.mts +2 -2
  152. package/dist/esm/api/resources/chargeBacks/client/Client.d.mts +2 -2
  153. package/dist/esm/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.mts +1 -2
  154. package/dist/esm/api/{types → resources/chargeBacks/types}/ChargeBackResponse.d.mts +1 -1
  155. package/dist/esm/api/resources/chargeBacks/types/ChargebackMessage.d.mts +21 -0
  156. package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.d.mts +69 -0
  157. package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.mjs +4 -0
  158. package/dist/esm/api/resources/chargeBacks/types/index.d.mts +3 -0
  159. package/dist/esm/api/resources/chargeBacks/types/index.mjs +3 -0
  160. package/dist/esm/api/resources/checkCapture/client/Client.d.mts +2 -2
  161. package/dist/esm/api/resources/cloud/client/Client.d.mts +2 -2
  162. package/dist/esm/api/resources/customer/client/Client.d.mts +2 -2
  163. package/dist/esm/api/resources/export/client/Client.d.mts +2 -2
  164. package/dist/esm/api/resources/hostedPaymentPages/client/Client.d.mts +2 -2
  165. package/dist/esm/api/resources/import/client/Client.d.mts +2 -2
  166. package/dist/esm/api/resources/index.d.mts +3 -0
  167. package/dist/esm/api/resources/index.mjs +3 -0
  168. package/dist/esm/api/resources/invoice/client/Client.d.mts +2 -2
  169. package/dist/esm/api/resources/lineItem/client/Client.d.mts +2 -2
  170. package/dist/esm/api/resources/lineItem/types/DeleteItemResponse.d.mts +2 -2
  171. package/dist/esm/api/resources/moneyIn/client/Client.d.mts +2 -2
  172. package/dist/esm/api/resources/moneyIn/errors/CaptureError.mjs +1 -1
  173. package/dist/esm/api/resources/moneyIn/types/ReceiptResponse.d.mts +1 -1
  174. package/dist/esm/api/resources/moneyOut/client/Client.d.mts +8 -10
  175. package/dist/esm/api/resources/moneyOut/client/Client.mjs +6 -8
  176. package/dist/esm/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.mts +6 -8
  177. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.mts +30 -0
  178. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.mjs +4 -0
  179. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +3 -10
  180. package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.mts +1 -1
  181. package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.d.mts +2 -0
  182. package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +1 -0
  183. package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +1 -0
  184. package/dist/esm/api/resources/notification/client/Client.d.mts +2 -2
  185. package/dist/esm/api/resources/notificationlogs/client/Client.d.mts +118 -0
  186. package/dist/esm/api/resources/notificationlogs/client/Client.mjs +333 -0
  187. package/dist/esm/api/resources/notificationlogs/client/index.d.mts +2 -0
  188. package/dist/esm/api/resources/notificationlogs/client/index.mjs +1 -0
  189. package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.mts +23 -0
  190. package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.mjs +4 -0
  191. package/dist/esm/api/resources/notificationlogs/client/requests/index.d.mts +1 -0
  192. package/dist/esm/api/resources/notificationlogs/client/requests/index.mjs +1 -0
  193. package/dist/esm/api/resources/notificationlogs/index.d.mts +2 -0
  194. package/dist/esm/api/resources/notificationlogs/index.mjs +2 -0
  195. package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.d.mts +7 -0
  196. package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.mjs +4 -0
  197. package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.d.mts +7 -0
  198. package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.mjs +4 -0
  199. package/dist/esm/api/resources/notificationlogs/types/NotificationLog.d.mts +29 -0
  200. package/dist/esm/api/resources/notificationlogs/types/NotificationLog.mjs +4 -0
  201. package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.d.mts +9 -0
  202. package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.mjs +4 -0
  203. package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.mts +17 -0
  204. package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.mjs +4 -0
  205. package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.d.mts +7 -0
  206. package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.mjs +4 -0
  207. package/dist/esm/api/resources/notificationlogs/types/index.d.mts +6 -0
  208. package/dist/esm/api/resources/notificationlogs/types/index.mjs +6 -0
  209. package/dist/esm/api/resources/ocr/client/Client.d.mts +2 -2
  210. package/dist/esm/api/resources/ocr/types/PayabliApiResponseOcr.d.mts +3 -3
  211. package/dist/esm/api/resources/organization/client/Client.d.mts +2 -2
  212. package/dist/esm/api/resources/organization/client/requests/AddOrganizationRequest.d.mts +1 -2
  213. package/dist/esm/api/resources/organization/types/AddOrganizationResponse.d.mts +1 -1
  214. package/dist/esm/api/resources/organization/types/DeleteOrganizationResponse.d.mts +1 -1
  215. package/dist/esm/api/resources/organization/types/EditOrganizationResponse.d.mts +2 -2
  216. package/dist/esm/api/resources/paymentLink/client/Client.d.mts +2 -2
  217. package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.mts +2 -2
  218. package/dist/esm/api/resources/paymentMethodDomain/client/Client.d.mts +2 -2
  219. package/dist/esm/api/resources/paypoint/client/Client.d.mts +2 -2
  220. package/dist/esm/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.mts +2 -2
  221. package/dist/esm/api/resources/paypoint/types/GetBasicEntryResponse.d.mts +2 -2
  222. package/dist/esm/api/resources/paypoint/types/GetEntryConfigResponse.d.mts +2 -2
  223. package/dist/esm/api/resources/paypoint/types/MigratePaypointResponse.d.mts +2 -2
  224. package/dist/esm/api/resources/query/client/Client.d.mts +2 -2
  225. package/dist/esm/api/resources/query/client/requests/ListTransfersRequest.d.mts +3 -0
  226. package/dist/esm/api/resources/query/client/requests/ListVcardsOrgRequest.d.mts +0 -2
  227. package/dist/esm/api/resources/query/client/requests/ListVcardsRequest.d.mts +0 -2
  228. package/dist/esm/api/resources/queryTypes/types/ListOrganizationsResponse.d.mts +2 -2
  229. package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.mts +7 -7
  230. package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.d.mts +10 -10
  231. package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.d.mts +72 -72
  232. package/dist/esm/api/resources/queryTypes/types/QueryTransferResponse.d.mts +2 -2
  233. package/dist/esm/api/resources/queryTypes/types/QueryTransferSummary.d.mts +23 -18
  234. package/dist/esm/api/resources/statistic/client/Client.d.mts +2 -2
  235. package/dist/esm/api/resources/subscription/client/Client.d.mts +2 -2
  236. package/dist/esm/api/resources/subscription/types/AddSubscriptionResponse.d.mts +1 -1
  237. package/dist/esm/api/resources/subscription/types/RemoveSubscriptionResponse.d.mts +1 -1
  238. package/dist/esm/api/resources/subscription/types/UpdateSubscriptionResponse.d.mts +1 -1
  239. package/dist/esm/api/resources/templates/client/Client.d.mts +2 -2
  240. package/dist/esm/api/resources/tokenStorage/client/Client.d.mts +2 -2
  241. package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.d.mts +5 -5
  242. package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.d.mts +1 -1
  243. package/dist/esm/api/resources/user/client/Client.d.mts +2 -2
  244. package/dist/esm/api/resources/user/types/AddUserResponse.d.mts +1 -1
  245. package/dist/esm/api/resources/user/types/AuthResetUserResponse.d.mts +1 -1
  246. package/dist/esm/api/resources/user/types/ChangePswUserResponse.d.mts +1 -1
  247. package/dist/esm/api/resources/user/types/DeleteUserResponse.d.mts +1 -1
  248. package/dist/esm/api/resources/user/types/EditMfaUserResponse.d.mts +1 -1
  249. package/dist/esm/api/resources/user/types/LogoutUserResponse.d.mts +1 -1
  250. package/dist/esm/api/resources/vendor/client/Client.d.mts +2 -2
  251. package/dist/esm/api/resources/wallet/client/Client.d.mts +2 -2
  252. package/dist/esm/api/types/AdditionalData.d.mts +1 -1
  253. package/dist/esm/api/types/BoardingLinkApiResponse.d.mts +1 -1
  254. package/dist/esm/api/types/CloudQueryApiResponse.d.mts +1 -1
  255. package/dist/esm/api/types/ConfigureApplePayOrganizationApiResponse.d.mts +1 -1
  256. package/dist/esm/api/types/ConfigureApplePaypointApiResponse.d.mts +1 -1
  257. package/dist/esm/api/types/IdempotencyKey.d.mts +1 -1
  258. package/dist/esm/api/types/NotificationStandardRequest.d.mts +75 -1
  259. package/dist/esm/api/types/NotificationStandardRequest.mjs +74 -0
  260. package/dist/esm/api/types/PayabliApiResponse.d.mts +1 -1
  261. package/dist/esm/api/types/PayabliApiResponse0.d.mts +1 -1
  262. package/dist/esm/api/types/PayabliApiResponse00.d.mts +1 -1
  263. package/dist/esm/api/types/PayabliApiResponse0000.d.mts +1 -1
  264. package/dist/esm/api/types/PayabliApiResponse00Responsedatanonobject.d.mts +1 -1
  265. package/dist/esm/api/types/PayabliApiResponse6.d.mts +1 -1
  266. package/dist/esm/api/types/PayabliApiResponseCustomerQuery.d.mts +1 -1
  267. package/dist/esm/api/types/PayabliApiResponseGeneric2Part.d.mts +1 -1
  268. package/dist/esm/api/types/PayabliApiResponseImport.d.mts +1 -1
  269. package/dist/esm/api/types/PayabliApiResponseMfaBasic.d.mts +1 -1
  270. package/dist/esm/api/types/PayabliApiResponseNotifications.d.mts +1 -1
  271. package/dist/esm/api/types/PayabliApiResponsePaymethodDelete.d.mts +1 -1
  272. package/dist/esm/api/types/PayabliApiResponseTemplateId.d.mts +1 -1
  273. package/dist/esm/api/types/PayabliApiResponseUserMfa.d.mts +1 -1
  274. package/dist/esm/api/types/PayabliApiResponseVendors.d.mts +1 -1
  275. package/dist/esm/api/types/PaymentMethodDomainGeneralResponse.d.mts +1 -1
  276. package/dist/esm/api/types/Transfer.d.mts +31 -16
  277. package/dist/esm/api/types/TransferMessage.d.mts +8 -8
  278. package/dist/esm/api/types/TransferMessageProperties.d.mts +2 -2
  279. package/dist/esm/api/types/TransferQueryResponse.d.mts +11 -6
  280. package/dist/esm/api/types/VCardRecord.d.mts +43 -0
  281. package/dist/esm/api/types/index.d.mts +3 -5
  282. package/dist/esm/api/types/index.mjs +3 -5
  283. package/dist/esm/core/fetcher/Fetcher.d.mts +1 -1
  284. package/dist/esm/core/fetcher/requestWithRetries.mjs +34 -2
  285. package/dist/esm/core/headers.d.mts +2 -2
  286. package/dist/esm/version.d.mts +1 -1
  287. package/dist/esm/version.mjs +1 -1
  288. package/package.json +1 -1
  289. package/reference.md +278 -0
  290. package/dist/cjs/api/types/ChargebackQueryRecords.d.ts +0 -54
  291. package/dist/esm/api/types/ChargebackQueryRecords.d.mts +0 -54
  292. /package/dist/cjs/api/{types → resources/chargeBacks/types}/ChargeBackResponse.js +0 -0
  293. /package/dist/cjs/api/{types/ChargebackQueryRecords.js → resources/chargeBacks/types/ChargebackMessage.js} +0 -0
  294. /package/dist/esm/api/{types → resources/chargeBacks/types}/ChargeBackResponse.mjs +0 -0
  295. /package/dist/esm/api/{types/ChargebackQueryRecords.mjs → resources/chargeBacks/types/ChargebackMessage.mjs} +0 -0
@@ -7,16 +7,16 @@ export interface AddMethodResponse extends Payabli.PayabliApiResponseGeneric2Par
7
7
  }
8
8
  export declare namespace AddMethodResponse {
9
9
  interface ResponseData {
10
+ /** Stored method identifier in Payabli platform. This ID is used to manage the stored method. */
11
+ referenceId?: Payabli.MethodReferenceId;
12
+ resultCode?: Payabli.ResultCode;
13
+ resultText?: Payabli.Resulttext;
10
14
  /**
11
15
  * Internal unique ID of customer owner of the stored method.
12
16
  *
13
17
  * Returns `0` if the method wasn't assigned to an existing customer or no customer was created."
14
18
  */
15
- CustomerId?: Payabli.CustomerId;
19
+ customerId?: Payabli.CustomerId;
16
20
  methodReferenceId?: Payabli.MethodReferenceId;
17
- /** Stored method identifier in Payabli platform. This ID is used to manage the stored method. */
18
- ReferenceId?: Payabli.MethodReferenceId;
19
- ResultCode?: Payabli.ResultCode;
20
- ResultText?: Payabli.Resulttext;
21
21
  }
22
22
  }
@@ -5,7 +5,7 @@ import * as Payabli from "../../../index.mjs";
5
5
  export interface GetMethodResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
7
  responseData?: GetMethodResponse.ResponseData;
8
- responseText?: Payabli.ResponseText;
8
+ responseText: Payabli.ResponseText;
9
9
  }
10
10
  export declare namespace GetMethodResponse {
11
11
  interface ResponseData {
@@ -11,7 +11,7 @@ export declare namespace User {
11
11
  baseUrl?: core.Supplier<string>;
12
12
  apiKey?: core.Supplier<string | undefined>;
13
13
  /** Additional headers to include in requests. */
14
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
14
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
15
15
  }
16
16
  interface RequestOptions {
17
17
  /** The maximum time to wait for a response in seconds. */
@@ -23,7 +23,7 @@ export declare namespace User {
23
23
  /** Additional query string parameters to include in the request. */
24
24
  queryParams?: Record<string, unknown>;
25
25
  /** Additional headers to include in the request. */
26
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
26
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
27
27
  }
28
28
  }
29
29
  export declare class User {
@@ -6,5 +6,5 @@ export interface AddUserResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
7
  /** The response data. */
8
8
  responseData?: string;
9
- responseText?: Payabli.ResponseText;
9
+ responseText: Payabli.ResponseText;
10
10
  }
@@ -4,5 +4,5 @@
4
4
  import * as Payabli from "../../../index.mjs";
5
5
  export interface AuthResetUserResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
- responseText?: Payabli.ResponseText;
7
+ responseText: Payabli.ResponseText;
8
8
  }
@@ -4,5 +4,5 @@
4
4
  import * as Payabli from "../../../index.mjs";
5
5
  export interface ChangePswUserResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
- responseText?: Payabli.ResponseText;
7
+ responseText: Payabli.ResponseText;
8
8
  }
@@ -3,5 +3,5 @@
3
3
  */
4
4
  import * as Payabli from "../../../index.mjs";
5
5
  export interface DeleteUserResponse {
6
- responseText?: Payabli.ResponseText;
6
+ responseText: Payabli.ResponseText;
7
7
  }
@@ -4,5 +4,5 @@
4
4
  import * as Payabli from "../../../index.mjs";
5
5
  export interface EditMfaUserResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
- responseText?: Payabli.ResponseText;
7
+ responseText: Payabli.ResponseText;
8
8
  }
@@ -4,5 +4,5 @@
4
4
  import * as Payabli from "../../../index.mjs";
5
5
  export interface LogoutUserResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
- responseText?: Payabli.ResponseText;
7
+ responseText: Payabli.ResponseText;
8
8
  }
@@ -11,7 +11,7 @@ export declare namespace Vendor {
11
11
  baseUrl?: core.Supplier<string>;
12
12
  apiKey?: core.Supplier<string | undefined>;
13
13
  /** Additional headers to include in requests. */
14
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
14
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
15
15
  }
16
16
  interface RequestOptions {
17
17
  /** The maximum time to wait for a response in seconds. */
@@ -23,7 +23,7 @@ export declare namespace Vendor {
23
23
  /** Additional query string parameters to include in the request. */
24
24
  queryParams?: Record<string, unknown>;
25
25
  /** Additional headers to include in the request. */
26
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
26
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
27
27
  }
28
28
  }
29
29
  export declare class Vendor {
@@ -11,7 +11,7 @@ export declare namespace Wallet {
11
11
  baseUrl?: core.Supplier<string>;
12
12
  apiKey?: core.Supplier<string | undefined>;
13
13
  /** Additional headers to include in requests. */
14
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
14
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
15
15
  }
16
16
  interface RequestOptions {
17
17
  /** The maximum time to wait for a response in seconds. */
@@ -23,7 +23,7 @@ export declare namespace Wallet {
23
23
  /** Additional query string parameters to include in the request. */
24
24
  queryParams?: Record<string, unknown>;
25
25
  /** Additional headers to include in the request. */
26
- headers?: Record<string, string | core.Supplier<string | undefined> | undefined>;
26
+ headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
27
27
  }
28
28
  }
29
29
  export declare class Wallet {
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. If you are using [custom identifiers](/developers/developer-guides/entities-customers), pass those in this object. Example usage:
5
+ * Custom dictionary of key:value pairs. You can use this field to store any data related to the object or for your system. If you are using [custom identifiers](/developers/developer-guides/entities-customers), pass those in this object. Max length for a value is 100 characters. Example usage:
6
6
  *
7
7
  * ```json
8
8
  * {
@@ -11,5 +11,5 @@ export interface BoardingLinkApiResponse {
11
11
  * List of empty fields separated by comma (if responseText = Fail)
12
12
  */
13
13
  responseData?: string;
14
- responseText?: Payabli.ResponseText;
14
+ responseText: Payabli.ResponseText;
15
15
  }
@@ -9,5 +9,5 @@ export interface CloudQueryApiResponse {
9
9
  isSuccess?: Payabli.IsSuccess;
10
10
  /** List of devices and history of registration. */
11
11
  responseList?: Payabli.PoiDevice[];
12
- responseText?: Payabli.ResponseText;
12
+ responseText: Payabli.ResponseText;
13
13
  }
@@ -7,5 +7,5 @@ export interface ConfigureApplePayOrganizationApiResponse {
7
7
  pageIdentifier?: Payabli.PageIdentifier;
8
8
  responseCode?: Payabli.Responsecode;
9
9
  responseData?: Payabli.ApplePayOrganizationUpdateData;
10
- responseText?: Payabli.ResponseText;
10
+ responseText: Payabli.ResponseText;
11
11
  }
@@ -7,7 +7,7 @@ export interface ConfigureApplePaypointApiResponse {
7
7
  pageIdentifier?: Payabli.PageIdentifier;
8
8
  responseCode?: Payabli.Responsecode;
9
9
  responseData?: Payabli.ApplePayPaypointRegistrationData;
10
- responseText?: Payabli.ResponseText;
10
+ responseText: Payabli.ResponseText;
11
11
  /** Field not in use on this endpoint */
12
12
  roomId?: number;
13
13
  }
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * _Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself.
5
+ * _Optional but recommended_ A unique ID that you can include to prevent duplicating objects or transactions in the case that a request is sent more than once. This key isn't generated in Payabli, you must generate it yourself. This key persists for 2 minutes. After 2 minutes, you can reuse the key if needed.
6
6
  */
7
7
  export type IdempotencyKey = string;
@@ -37,8 +37,82 @@ export declare namespace NotificationStandardRequest {
37
37
  /**
38
38
  * The notification's event name.
39
39
  */
40
- type EventType = "ApprovedPayment" | "AuthorizedPayment" | "DeclinedPayment" | "OriginatedPayment" | "SettledPayment" | "SubscriptionCreated" | "SubscriptionUpdated" | "SubscriptionCanceled" | "SubscriptionCompleted" | "FundedPayment" | "VoidedPayment" | "RefundedPayment" | "HoldTransaction" | "ReleasedTransaction" | "HoldBatch" | "ReleasedBatch" | "TransferAdjusted" | "TransferDisabledCreditFund" | "TransferDisabledDebitFund" | "TransferNotAvailableBalance" | "TransferReadyforRetry" | "TransferResolved" | "TransferReturn" | "TransferSuccess" | "TransferSuspended" | "TransferError" | "SendReceipt" | "RecoveredTransaction" | "CreatedApplication" | "ApprovedApplication" | "FailedBoardingApplication" | "SubmittedApplication" | "ActivatedMerchant" | "ReceivedChargeBack" | "ChargebackUpdated" | "ReceivedRetrieval" | "RetrievalUpdated" | "ReceivedAchReturn" | "HoldingApplication" | "DeclinedApplication" | "BoardingApplication" | "PaypointMoved" | "FraudAlert" | "InvoiceSent" | "InvoicePaid" | "InvoiceCreated" | "BillPaid" | "BillApproved" | "BillDisApproved" | "BillCanceled" | "BillProcessing" | "CardCreated" | "CardActivated" | "CardDeactivated" | "CardExpired" | "CardExpiring" | "CardLimitUpdated" | "BatchClosed" | "BatchNotClosed" | "PayOutFunded" | "PayOutProcessed" | "PayOutCanceled" | "PayOutPaid" | "PayOutReturned" | "PayoutSubscriptionCreated" | "PayoutSubscriptionUpdated" | "PayoutSubscriptionCanceled" | "PayoutSubscriptionCompleted" | "PayoutSubscriptionReminder" | "importFileReceived" | "importFileProcessed" | "importFileError" | "exportFileSent" | "exportFileError" | "UpdatedMerchant" | "Report" | "FailedEmailNotification" | "FailedWebNotification" | "FailedSMSNotification" | "UserPasswordExpiring" | "UserPasswordExpired" | "TransactionNotFound" | "SystemAlert";
40
+ type EventType = "payin_transaction_initiated" | "payin_transaction_authorized" | "payin_transaction_approvedcaptured" | "payin_transaction_declined" | "payin_transaction_technicaldecline" | "payin_transaction_failed" | "payin_transaction_error" | "payin_transaction_paid" | "payin_transaction_returned" | "payin_transaction_rejected" | "payin_transaction_voidedcancelled" | "payin_transaction_processing" | "payin_transaction_processed" | "payin_transaction_onhold" | "payin_transaction_released" | "payin_transaction_recovered" | "payout_transaction_initiated" | "payout_transaction_authorized" | "payout_transaction_approvedcaptured" | "payout_transaction_declined" | "payout_transaction_technicaldecline" | "payout_transaction_failed" | "payout_transaction_error" | "payout_transaction_paid" | "payout_transaction_returned" | "payout_transaction_rejected" | "payout_transaction_voidedcancelled" | "payout_transaction_processing" | "payout_transaction_processed" | "payout_transaction_onhold" | "payout_transaction_released" | "payout_transaction_recovered" | "payin_batch_open" | "payin_batch_onhold" | "payin_batch_released" | "payin_batch_processed" | "payin_batch_paid" | "payin_batch_funded" | "payin_batch_closed" | "payin_batch_notclosed" | "payin_batch_fundpending" | "payin_batch_cancelled" | "payin_batch_transferred" | "payin_batch_resolved" | "payout_batch_open" | "payout_batch_onhold" | "payout_batch_released" | "payout_batch_processed" | "payout_batch_paid" | "payout_batch_funded" | "payout_batch_closed" | "payout_batch_notclosed" | "payout_batch_fundpending" | "payout_batch_cancelled" | "payout_batch_transferred" | "payout_batch_resolved" | "payin_batch_settlement_pending" | "payin_batch_settlement_intransit" | "payin_batch_settlement_transferred" | "payin_batch_settlement_funded" | "payin_batch_settlement_resolved" | "payin_batch_settlement_exception" | "payin_batch_settlement_achreturn" | "payin_batch_settlement_held" | "payin_batch_settlement_released" | "payout_batch_settlement_pending" | "payout_batch_settlement_intransit" | "payout_batch_settlement_transferred" | "payout_batch_settlement_funded" | "payout_batch_settlement_resolved" | "payout_batch_settlement_exception" | "payout_batch_settlement_achreturn" | "payout_batch_settlement_held" | "payout_batch_settlement_released" | "ApprovedPayment" | "AuthorizedPayment" | "DeclinedPayment" | "OriginatedPayment" | "SettledPayment" | "SubscriptionCreated" | "SubscriptionUpdated" | "SubscriptionCanceled" | "SubscriptionCompleted" | "FundedPayment" | "VoidedPayment" | "RefundedPayment" | "HoldTransaction" | "ReleasedTransaction" | "HoldBatch" | "ReleasedBatch" | "TransferAdjusted" | "TransferDisabledCreditFund" | "TransferDisabledDebitFund" | "TransferNotAvailableBalance" | "TransferReadyforRetry" | "TransferResolved" | "TransferReturn" | "TransferSuccess" | "TransferSuspended" | "TransferError" | "SendReceipt" | "RecoveredTransaction" | "CreatedApplication" | "ApprovedApplication" | "FailedBoardingApplication" | "SubmittedApplication" | "ActivatedMerchant" | "ReceivedChargeBack" | "ChargebackUpdated" | "ReceivedRetrieval" | "RetrievalUpdated" | "ReceivedAchReturn" | "HoldingApplication" | "DeclinedApplication" | "BoardingApplication" | "PaypointMoved" | "FraudAlert" | "InvoiceSent" | "InvoicePaid" | "InvoiceCreated" | "BillPaid" | "BillApproved" | "BillDisApproved" | "BillCanceled" | "BillProcessing" | "CardCreated" | "CardActivated" | "CardDeactivated" | "CardExpired" | "CardExpiring" | "CardLimitUpdated" | "BatchClosed" | "BatchNotClosed" | "PayOutFunded" | "PayOutProcessed" | "PayOutCanceled" | "PayOutPaid" | "PayOutReturned" | "PayoutSubscriptionCreated" | "PayoutSubscriptionUpdated" | "PayoutSubscriptionCanceled" | "PayoutSubscriptionCompleted" | "PayoutSubscriptionReminder" | "importFileReceived" | "importFileProcessed" | "importFileError" | "exportFileSent" | "exportFileError" | "UpdatedMerchant" | "Report" | "FailedEmailNotification" | "FailedWebNotification" | "FailedSMSNotification" | "UserPasswordExpiring" | "UserPasswordExpired" | "TransactionNotFound" | "SystemAlert";
41
41
  const EventType: {
42
+ readonly PayinTransactionInitiated: "payin_transaction_initiated";
43
+ readonly PayinTransactionAuthorized: "payin_transaction_authorized";
44
+ readonly PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured";
45
+ readonly PayinTransactionDeclined: "payin_transaction_declined";
46
+ readonly PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline";
47
+ readonly PayinTransactionFailed: "payin_transaction_failed";
48
+ readonly PayinTransactionError: "payin_transaction_error";
49
+ readonly PayinTransactionPaid: "payin_transaction_paid";
50
+ readonly PayinTransactionReturned: "payin_transaction_returned";
51
+ readonly PayinTransactionRejected: "payin_transaction_rejected";
52
+ readonly PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled";
53
+ readonly PayinTransactionProcessing: "payin_transaction_processing";
54
+ readonly PayinTransactionProcessed: "payin_transaction_processed";
55
+ readonly PayinTransactionOnhold: "payin_transaction_onhold";
56
+ readonly PayinTransactionReleased: "payin_transaction_released";
57
+ readonly PayinTransactionRecovered: "payin_transaction_recovered";
58
+ readonly PayoutTransactionInitiated: "payout_transaction_initiated";
59
+ readonly PayoutTransactionAuthorized: "payout_transaction_authorized";
60
+ readonly PayoutTransactionApprovedcaptured: "payout_transaction_approvedcaptured";
61
+ readonly PayoutTransactionDeclined: "payout_transaction_declined";
62
+ readonly PayoutTransactionTechnicaldecline: "payout_transaction_technicaldecline";
63
+ readonly PayoutTransactionFailed: "payout_transaction_failed";
64
+ readonly PayoutTransactionError: "payout_transaction_error";
65
+ readonly PayoutTransactionPaid: "payout_transaction_paid";
66
+ readonly PayoutTransactionReturned: "payout_transaction_returned";
67
+ readonly PayoutTransactionRejected: "payout_transaction_rejected";
68
+ readonly PayoutTransactionVoidedcancelled: "payout_transaction_voidedcancelled";
69
+ readonly PayoutTransactionProcessing: "payout_transaction_processing";
70
+ readonly PayoutTransactionProcessed: "payout_transaction_processed";
71
+ readonly PayoutTransactionOnhold: "payout_transaction_onhold";
72
+ readonly PayoutTransactionReleased: "payout_transaction_released";
73
+ readonly PayoutTransactionRecovered: "payout_transaction_recovered";
74
+ readonly PayinBatchOpen: "payin_batch_open";
75
+ readonly PayinBatchOnhold: "payin_batch_onhold";
76
+ readonly PayinBatchReleased: "payin_batch_released";
77
+ readonly PayinBatchProcessed: "payin_batch_processed";
78
+ readonly PayinBatchPaid: "payin_batch_paid";
79
+ readonly PayinBatchFunded: "payin_batch_funded";
80
+ readonly PayinBatchClosed: "payin_batch_closed";
81
+ readonly PayinBatchNotclosed: "payin_batch_notclosed";
82
+ readonly PayinBatchFundpending: "payin_batch_fundpending";
83
+ readonly PayinBatchCancelled: "payin_batch_cancelled";
84
+ readonly PayinBatchTransferred: "payin_batch_transferred";
85
+ readonly PayinBatchResolved: "payin_batch_resolved";
86
+ readonly PayoutBatchOpen: "payout_batch_open";
87
+ readonly PayoutBatchOnhold: "payout_batch_onhold";
88
+ readonly PayoutBatchReleased: "payout_batch_released";
89
+ readonly PayoutBatchProcessed: "payout_batch_processed";
90
+ readonly PayoutBatchPaid: "payout_batch_paid";
91
+ readonly PayoutBatchFunded: "payout_batch_funded";
92
+ readonly PayoutBatchClosed: "payout_batch_closed";
93
+ readonly PayoutBatchNotclosed: "payout_batch_notclosed";
94
+ readonly PayoutBatchFundpending: "payout_batch_fundpending";
95
+ readonly PayoutBatchCancelled: "payout_batch_cancelled";
96
+ readonly PayoutBatchTransferred: "payout_batch_transferred";
97
+ readonly PayoutBatchResolved: "payout_batch_resolved";
98
+ readonly PayinBatchSettlementPending: "payin_batch_settlement_pending";
99
+ readonly PayinBatchSettlementIntransit: "payin_batch_settlement_intransit";
100
+ readonly PayinBatchSettlementTransferred: "payin_batch_settlement_transferred";
101
+ readonly PayinBatchSettlementFunded: "payin_batch_settlement_funded";
102
+ readonly PayinBatchSettlementResolved: "payin_batch_settlement_resolved";
103
+ readonly PayinBatchSettlementException: "payin_batch_settlement_exception";
104
+ readonly PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn";
105
+ readonly PayinBatchSettlementHeld: "payin_batch_settlement_held";
106
+ readonly PayinBatchSettlementReleased: "payin_batch_settlement_released";
107
+ readonly PayoutBatchSettlementPending: "payout_batch_settlement_pending";
108
+ readonly PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit";
109
+ readonly PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred";
110
+ readonly PayoutBatchSettlementFunded: "payout_batch_settlement_funded";
111
+ readonly PayoutBatchSettlementResolved: "payout_batch_settlement_resolved";
112
+ readonly PayoutBatchSettlementException: "payout_batch_settlement_exception";
113
+ readonly PayoutBatchSettlementAchreturn: "payout_batch_settlement_achreturn";
114
+ readonly PayoutBatchSettlementHeld: "payout_batch_settlement_held";
115
+ readonly PayoutBatchSettlementReleased: "payout_batch_settlement_released";
42
116
  readonly ApprovedPayment: "ApprovedPayment";
43
117
  readonly AuthorizedPayment: "AuthorizedPayment";
44
118
  readonly DeclinedPayment: "DeclinedPayment";
@@ -6,6 +6,80 @@ export var NotificationStandardRequest;
6
6
  let Content;
7
7
  (function (Content) {
8
8
  Content.EventType = {
9
+ PayinTransactionInitiated: "payin_transaction_initiated",
10
+ PayinTransactionAuthorized: "payin_transaction_authorized",
11
+ PayinTransactionApprovedcaptured: "payin_transaction_approvedcaptured",
12
+ PayinTransactionDeclined: "payin_transaction_declined",
13
+ PayinTransactionTechnicaldecline: "payin_transaction_technicaldecline",
14
+ PayinTransactionFailed: "payin_transaction_failed",
15
+ PayinTransactionError: "payin_transaction_error",
16
+ PayinTransactionPaid: "payin_transaction_paid",
17
+ PayinTransactionReturned: "payin_transaction_returned",
18
+ PayinTransactionRejected: "payin_transaction_rejected",
19
+ PayinTransactionVoidedcancelled: "payin_transaction_voidedcancelled",
20
+ PayinTransactionProcessing: "payin_transaction_processing",
21
+ PayinTransactionProcessed: "payin_transaction_processed",
22
+ PayinTransactionOnhold: "payin_transaction_onhold",
23
+ PayinTransactionReleased: "payin_transaction_released",
24
+ PayinTransactionRecovered: "payin_transaction_recovered",
25
+ PayoutTransactionInitiated: "payout_transaction_initiated",
26
+ PayoutTransactionAuthorized: "payout_transaction_authorized",
27
+ PayoutTransactionApprovedcaptured: "payout_transaction_approvedcaptured",
28
+ PayoutTransactionDeclined: "payout_transaction_declined",
29
+ PayoutTransactionTechnicaldecline: "payout_transaction_technicaldecline",
30
+ PayoutTransactionFailed: "payout_transaction_failed",
31
+ PayoutTransactionError: "payout_transaction_error",
32
+ PayoutTransactionPaid: "payout_transaction_paid",
33
+ PayoutTransactionReturned: "payout_transaction_returned",
34
+ PayoutTransactionRejected: "payout_transaction_rejected",
35
+ PayoutTransactionVoidedcancelled: "payout_transaction_voidedcancelled",
36
+ PayoutTransactionProcessing: "payout_transaction_processing",
37
+ PayoutTransactionProcessed: "payout_transaction_processed",
38
+ PayoutTransactionOnhold: "payout_transaction_onhold",
39
+ PayoutTransactionReleased: "payout_transaction_released",
40
+ PayoutTransactionRecovered: "payout_transaction_recovered",
41
+ PayinBatchOpen: "payin_batch_open",
42
+ PayinBatchOnhold: "payin_batch_onhold",
43
+ PayinBatchReleased: "payin_batch_released",
44
+ PayinBatchProcessed: "payin_batch_processed",
45
+ PayinBatchPaid: "payin_batch_paid",
46
+ PayinBatchFunded: "payin_batch_funded",
47
+ PayinBatchClosed: "payin_batch_closed",
48
+ PayinBatchNotclosed: "payin_batch_notclosed",
49
+ PayinBatchFundpending: "payin_batch_fundpending",
50
+ PayinBatchCancelled: "payin_batch_cancelled",
51
+ PayinBatchTransferred: "payin_batch_transferred",
52
+ PayinBatchResolved: "payin_batch_resolved",
53
+ PayoutBatchOpen: "payout_batch_open",
54
+ PayoutBatchOnhold: "payout_batch_onhold",
55
+ PayoutBatchReleased: "payout_batch_released",
56
+ PayoutBatchProcessed: "payout_batch_processed",
57
+ PayoutBatchPaid: "payout_batch_paid",
58
+ PayoutBatchFunded: "payout_batch_funded",
59
+ PayoutBatchClosed: "payout_batch_closed",
60
+ PayoutBatchNotclosed: "payout_batch_notclosed",
61
+ PayoutBatchFundpending: "payout_batch_fundpending",
62
+ PayoutBatchCancelled: "payout_batch_cancelled",
63
+ PayoutBatchTransferred: "payout_batch_transferred",
64
+ PayoutBatchResolved: "payout_batch_resolved",
65
+ PayinBatchSettlementPending: "payin_batch_settlement_pending",
66
+ PayinBatchSettlementIntransit: "payin_batch_settlement_intransit",
67
+ PayinBatchSettlementTransferred: "payin_batch_settlement_transferred",
68
+ PayinBatchSettlementFunded: "payin_batch_settlement_funded",
69
+ PayinBatchSettlementResolved: "payin_batch_settlement_resolved",
70
+ PayinBatchSettlementException: "payin_batch_settlement_exception",
71
+ PayinBatchSettlementAchreturn: "payin_batch_settlement_achreturn",
72
+ PayinBatchSettlementHeld: "payin_batch_settlement_held",
73
+ PayinBatchSettlementReleased: "payin_batch_settlement_released",
74
+ PayoutBatchSettlementPending: "payout_batch_settlement_pending",
75
+ PayoutBatchSettlementIntransit: "payout_batch_settlement_intransit",
76
+ PayoutBatchSettlementTransferred: "payout_batch_settlement_transferred",
77
+ PayoutBatchSettlementFunded: "payout_batch_settlement_funded",
78
+ PayoutBatchSettlementResolved: "payout_batch_settlement_resolved",
79
+ PayoutBatchSettlementException: "payout_batch_settlement_exception",
80
+ PayoutBatchSettlementAchreturn: "payout_batch_settlement_achreturn",
81
+ PayoutBatchSettlementHeld: "payout_batch_settlement_held",
82
+ PayoutBatchSettlementReleased: "payout_batch_settlement_released",
9
83
  ApprovedPayment: "ApprovedPayment",
10
84
  AuthorizedPayment: "AuthorizedPayment",
11
85
  DeclinedPayment: "DeclinedPayment",
@@ -5,5 +5,5 @@ import * as Payabli from "../index.mjs";
5
5
  export interface PayabliApiResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
7
  responseData?: Payabli.Responsedata;
8
- responseText?: Payabli.ResponseText;
8
+ responseText: Payabli.ResponseText;
9
9
  }
@@ -9,7 +9,7 @@ export interface PayabliApiResponse0 {
9
9
  isSuccess?: Payabli.IsSuccess;
10
10
  pageIdentifier?: Payabli.PageIdentifier;
11
11
  responseData?: PayabliApiResponse0.ResponseData;
12
- responseText?: Payabli.ResponseText;
12
+ responseText: Payabli.ResponseText;
13
13
  }
14
14
  export declare namespace PayabliApiResponse0 {
15
15
  interface ResponseData {
@@ -7,5 +7,5 @@ export interface PayabliApiResponse00 {
7
7
  pageIdentifier?: Payabli.PageIdentifier;
8
8
  responseCode?: Payabli.Responsecode;
9
9
  responseData?: Payabli.Responsedata;
10
- responseText?: Payabli.ResponseText;
10
+ responseText: Payabli.ResponseText;
11
11
  }
@@ -7,7 +7,7 @@ import * as Payabli from "../index.mjs";
7
7
  */
8
8
  export interface PayabliApiResponse0000 {
9
9
  isSuccess?: Payabli.IsSuccess;
10
- responseText?: Payabli.ResponseText;
10
+ responseText: Payabli.ResponseText;
11
11
  pageIdentifier?: Payabli.PageIdentifier;
12
12
  responseCode?: Payabli.Responsecode;
13
13
  responseData?: PayabliApiResponse0000.ResponseData;
@@ -8,6 +8,6 @@ export interface PayabliApiResponse00Responsedatanonobject {
8
8
  /** Describes the room ID. Only in use on Boarding endpoints, returns `0` when not applicable. */
9
9
  roomId?: number;
10
10
  isSuccess?: Payabli.IsSuccess;
11
- responseText?: Payabli.ResponseText;
11
+ responseText: Payabli.ResponseText;
12
12
  responseData?: Payabli.Responsedatanonobject;
13
13
  }
@@ -10,5 +10,5 @@ export interface PayabliApiResponse6 {
10
10
  pageIdentifier?: Payabli.PageIdentifier;
11
11
  /** If `isSuccess` = true, this contains the line item identifier. If `isSuccess` = false, this contains the reason of the error. */
12
12
  responseData?: Payabli.Responsedatanonobject;
13
- responseText?: Payabli.ResponseText;
13
+ responseText: Payabli.ResponseText;
14
14
  }
@@ -5,5 +5,5 @@ import * as Payabli from "../index.mjs";
5
5
  export interface PayabliApiResponseCustomerQuery {
6
6
  isSuccess?: Payabli.IsSuccess;
7
7
  responseData?: Payabli.CustomerQueryRecords;
8
- responseText?: Payabli.ResponseText;
8
+ responseText: Payabli.ResponseText;
9
9
  }
@@ -4,5 +4,5 @@
4
4
  import * as Payabli from "../index.mjs";
5
5
  export interface PayabliApiResponseGeneric2Part {
6
6
  isSuccess?: Payabli.IsSuccess;
7
- responseText?: Payabli.ResponseText;
7
+ responseText: Payabli.ResponseText;
8
8
  }
@@ -8,7 +8,7 @@ export interface PayabliApiResponseImport {
8
8
  responseCode?: Payabli.Responsecode;
9
9
  /** The response data containing the result of the import operation. */
10
10
  responseData?: PayabliApiResponseImport.ResponseData;
11
- responseText?: Payabli.ResponseText;
11
+ responseText: Payabli.ResponseText;
12
12
  }
13
13
  export declare namespace PayabliApiResponseImport {
14
14
  /**
@@ -10,5 +10,5 @@ export interface PayabliApiResponseMfaBasic {
10
10
  mfaValidationCode?: Payabli.MfaValidationCode;
11
11
  /** Data returned by the response, masked for security. */
12
12
  responseData?: string;
13
- responseText?: Payabli.ResponseText;
13
+ responseText: Payabli.ResponseText;
14
14
  }
@@ -13,7 +13,7 @@ export interface PayabliApiResponseNotifications {
13
13
  responseCode?: Payabli.Responsecode;
14
14
  /** When the request was successful, this contains the notification ID, or `nID` used to manage the notification. */
15
15
  responseData?: PayabliApiResponseNotifications.ResponseData;
16
- responseText?: Payabli.ResponseText;
16
+ responseText: Payabli.ResponseText;
17
17
  }
18
18
  export declare namespace PayabliApiResponseNotifications {
19
19
  /**
@@ -8,7 +8,7 @@ import * as Payabli from "../index.mjs";
8
8
  export interface PayabliApiResponsePaymethodDelete {
9
9
  isSuccess?: Payabli.IsSuccess;
10
10
  responseData?: PayabliApiResponsePaymethodDelete.ResponseData;
11
- responseText?: Payabli.ResponseText;
11
+ responseText: Payabli.ResponseText;
12
12
  }
13
13
  export declare namespace PayabliApiResponsePaymethodDelete {
14
14
  interface ResponseData {
@@ -8,5 +8,5 @@ export interface PayabliApiResponseTemplateId {
8
8
  responseCode?: Payabli.Responsecode;
9
9
  /** When the operation is successful, contains the template's ID. */
10
10
  responseData?: Payabli.Responsedatanonobject;
11
- responseText?: Payabli.ResponseText;
11
+ responseText: Payabli.ResponseText;
12
12
  }
@@ -7,5 +7,5 @@ export interface PayabliApiResponseUserMfa {
7
7
  isSuccess?: Payabli.IsSuccess;
8
8
  remaining?: number;
9
9
  responseData?: Payabli.Responsedatanonobject;
10
- responseText?: Payabli.ResponseText;
10
+ responseText: Payabli.ResponseText;
11
11
  }
@@ -8,5 +8,5 @@ export interface PayabliApiResponseVendors {
8
8
  responseCode?: Payabli.Responsecode;
9
9
  /** If the request was successful, this field contains the identifier for the vendor. */
10
10
  responseData?: number;
11
- responseText?: Payabli.ResponseText;
11
+ responseText: Payabli.ResponseText;
12
12
  }
@@ -6,5 +6,5 @@ export interface PaymentMethodDomainGeneralResponse {
6
6
  isSuccess?: Payabli.IsSuccess;
7
7
  pageidentifier?: Payabli.PageIdentifier;
8
8
  responseData?: Payabli.PaymentMethodDomainApiResponse;
9
- responseText?: string;
9
+ responseText: string;
10
10
  }
@@ -12,10 +12,15 @@ import * as Payabli from "../index.mjs";
12
12
  * batchRecords: 1,
13
13
  * transferIdentifier: "bbcbfed7-e535-45fe-8d62-000000",
14
14
  * batchId: 111430,
15
- * paypointEntryName: "example_entry",
16
- * paypointLegalName: "Example Company LLC",
17
- * paypointDbaName: "Example Company",
15
+ * paypointEntryName: "47ae3de37",
16
+ * paypointLegalName: "Gruzya Outdoor Outfitters LLC",
17
+ * paypointDbaName: "Gruzya Outdoor Outfitters",
18
18
  * paypointLogo: "https://example.com/logo.png",
19
+ * parentOrgName: "Pilgrim Planner",
20
+ * parentOrgId: 12345,
21
+ * parentOrgEntryName: "43aebc000",
22
+ * parentOrgLogo: "https://example.com/parent-logo.png",
23
+ * externalPaypointID: "ext-12345",
19
24
  * bankAccount: {
20
25
  * accountNumber: "****1234",
21
26
  * routingNumber: "123456789"
@@ -23,15 +28,15 @@ import * as Payabli from "../index.mjs";
23
28
  * transferDate: "2024-11-17T08:20:07.288+00:00",
24
29
  * processor: "gp",
25
30
  * transferStatus: 2,
26
- * grossAmount: 0,
27
- * chargeBackAmount: 0,
31
+ * grossAmount: 1029,
32
+ * chargeBackAmount: 25,
28
33
  * returnedAmount: 0,
29
34
  * holdAmount: 0,
30
35
  * releasedAmount: 0,
31
36
  * billingFeesAmount: 0,
32
37
  * thirdPartyPaidAmount: 0,
33
38
  * adjustmentsAmount: 0,
34
- * netTransferAmount: 2,
39
+ * netTransferAmount: 1004,
35
40
  * eventsData: [{
36
41
  * description: "Transfer Created",
37
42
  * eventTime: "2024-11-16T08:15:33.4364067Z",
@@ -48,22 +53,32 @@ export interface Transfer {
48
53
  paypointId: Payabli.PaypointId;
49
54
  batchNumber: Payabli.BatchNumber;
50
55
  /** The currency of the batch, either USD or CAD. */
51
- batchCurrency?: string;
56
+ batchCurrency: string | null;
52
57
  /** Number of records in the batch. */
53
- batchRecords?: number;
58
+ batchRecords: number | null;
54
59
  transferIdentifier: Payabli.TransferIdentifier;
55
60
  /** The ID of the batch the transfer belongs to. */
56
61
  batchId: number;
57
- /** The paypoint entry name. */
58
- paypointEntryName?: string;
62
+ /** The paypoint entryname. */
63
+ paypointEntryName: string | null;
59
64
  /** The paypoint legal name. */
60
- paypointLegalName?: Payabli.Legalname;
65
+ paypointLegalName: Payabli.Legalname | null;
61
66
  /** The paypoint DBA name. */
62
- paypointDbaName?: Payabli.Dbaname;
67
+ paypointDbaName: Payabli.Dbaname | null;
63
68
  /** The paypoint logo URL. */
64
- paypointLogo?: string;
69
+ paypointLogo: string | null;
70
+ /** The parent organization name. */
71
+ parentOrgName: string | null;
72
+ /** The parent organization ID. */
73
+ parentOrgId: number | null;
74
+ /** The parent organization entryname. */
75
+ parentOrgEntryName: string | null;
76
+ /** The parent organization logo URL. */
77
+ parentOrgLogo: string | null;
78
+ /** The external paypoint ID. */
79
+ externalPaypointID: string | null;
65
80
  /** Bank account information for the transfer. */
66
- bankAccount?: Payabli.TransferBankAccount;
81
+ bankAccount: Payabli.TransferBankAccount | null;
67
82
  /** Date when the transfer occurred. */
68
83
  transferDate: string;
69
84
  /** The payment processor used for the transfer. */
@@ -89,7 +104,7 @@ export interface Transfer {
89
104
  /** The net transfer amount after all deductions and additions. */
90
105
  netTransferAmount: number;
91
106
  /** List of events associated with the transfer. */
92
- eventsData?: Payabli.GeneralEvents[];
107
+ eventsData: Payabli.GeneralEvents[] | null;
93
108
  /** List of messages related to the transfer. */
94
- messages?: Payabli.TransferMessage[];
109
+ messages: Payabli.TransferMessage[] | null;
95
110
  }