@blindpay/node 1.0.0

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 (139) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +124 -0
  3. package/dist/api-client-Cw2mNJeR.d.mts +349 -0
  4. package/dist/api-client-Cw2mNJeR.d.ts +349 -0
  5. package/dist/chunk-2DAKB5XK.mjs +212 -0
  6. package/dist/chunk-3CZJEDS5.mjs +41 -0
  7. package/dist/chunk-CNNEROQ7.mjs +46 -0
  8. package/dist/chunk-ES7RXEM7.mjs +245 -0
  9. package/dist/chunk-GCCHFONX.mjs +17893 -0
  10. package/dist/chunk-GEDDLCJY.mjs +77 -0
  11. package/dist/chunk-GNDAATIJ.mjs +35 -0
  12. package/dist/chunk-HKFAJXJG.mjs +65 -0
  13. package/dist/chunk-LK3JPQ6I.mjs +49 -0
  14. package/dist/chunk-LLWEHHKB.mjs +47 -0
  15. package/dist/chunk-LUDGZPXY.mjs +51 -0
  16. package/dist/chunk-M6IYYMRW.mjs +35 -0
  17. package/dist/chunk-OBKEW4AQ.mjs +91 -0
  18. package/dist/chunk-QHMIK7U3.mjs +24 -0
  19. package/dist/chunk-QVOSGLUO.mjs +36 -0
  20. package/dist/chunk-UCAW3RTZ.mjs +47 -0
  21. package/dist/chunk-VKN2AMCW.mjs +57 -0
  22. package/dist/index.d.mts +81 -0
  23. package/dist/index.d.ts +81 -0
  24. package/dist/index.js +895 -0
  25. package/dist/index.mjs +95 -0
  26. package/dist/magic-string.es-6D2DRE4K.mjs +1325 -0
  27. package/dist/resources/api-keys/api-keys.test.d.mts +2 -0
  28. package/dist/resources/api-keys/api-keys.test.d.ts +2 -0
  29. package/dist/resources/api-keys/api-keys.test.js +19881 -0
  30. package/dist/resources/api-keys/api-keys.test.mjs +130 -0
  31. package/dist/resources/api-keys/index.d.mts +45 -0
  32. package/dist/resources/api-keys/index.d.ts +45 -0
  33. package/dist/resources/api-keys/index.js +64 -0
  34. package/dist/resources/api-keys/index.mjs +9 -0
  35. package/dist/resources/available/available.test.d.mts +2 -0
  36. package/dist/resources/available/available.test.d.ts +2 -0
  37. package/dist/resources/available/available.test.js +19877 -0
  38. package/dist/resources/available/available.test.mjs +122 -0
  39. package/dist/resources/available/index.d.mts +25 -0
  40. package/dist/resources/available/index.d.ts +25 -0
  41. package/dist/resources/available/index.js +39 -0
  42. package/dist/resources/available/index.mjs +9 -0
  43. package/dist/resources/bank-accounts/bank-accounts.test.d.mts +2 -0
  44. package/dist/resources/bank-accounts/bank-accounts.test.d.ts +2 -0
  45. package/dist/resources/bank-accounts/bank-accounts.test.js +20173 -0
  46. package/dist/resources/bank-accounts/bank-accounts.test.mjs +418 -0
  47. package/dist/resources/bank-accounts/index.d.mts +414 -0
  48. package/dist/resources/bank-accounts/index.d.ts +414 -0
  49. package/dist/resources/bank-accounts/index.js +227 -0
  50. package/dist/resources/bank-accounts/index.mjs +9 -0
  51. package/dist/resources/instances/index.d.mts +42 -0
  52. package/dist/resources/instances/index.d.ts +42 -0
  53. package/dist/resources/instances/index.js +75 -0
  54. package/dist/resources/instances/index.mjs +9 -0
  55. package/dist/resources/instances/instances.test.d.mts +2 -0
  56. package/dist/resources/instances/instances.test.d.ts +2 -0
  57. package/dist/resources/instances/instances.test.js +19873 -0
  58. package/dist/resources/instances/instances.test.mjs +118 -0
  59. package/dist/resources/partner-fees/index.d.mts +65 -0
  60. package/dist/resources/partner-fees/index.d.ts +65 -0
  61. package/dist/resources/partner-fees/index.js +69 -0
  62. package/dist/resources/partner-fees/index.mjs +9 -0
  63. package/dist/resources/partner-fees/partner-fees.test.d.mts +2 -0
  64. package/dist/resources/partner-fees/partner-fees.test.d.ts +2 -0
  65. package/dist/resources/partner-fees/partner-fees.test.js +19889 -0
  66. package/dist/resources/partner-fees/partner-fees.test.mjs +134 -0
  67. package/dist/resources/payins/index.d.mts +200 -0
  68. package/dist/resources/payins/index.d.ts +200 -0
  69. package/dist/resources/payins/index.js +75 -0
  70. package/dist/resources/payins/index.mjs +9 -0
  71. package/dist/resources/payins/payins-quotes.test.d.mts +2 -0
  72. package/dist/resources/payins/payins-quotes.test.d.ts +2 -0
  73. package/dist/resources/payins/payins-quotes.test.js +19852 -0
  74. package/dist/resources/payins/payins-quotes.test.mjs +97 -0
  75. package/dist/resources/payins/payins.test.d.mts +2 -0
  76. package/dist/resources/payins/payins.test.d.ts +2 -0
  77. package/dist/resources/payins/payins.test.js +20268 -0
  78. package/dist/resources/payins/payins.test.mjs +513 -0
  79. package/dist/resources/payins/quotes.d.mts +45 -0
  80. package/dist/resources/payins/quotes.d.ts +45 -0
  81. package/dist/resources/payins/quotes.js +63 -0
  82. package/dist/resources/payins/quotes.mjs +9 -0
  83. package/dist/resources/payouts/index.d.mts +155 -0
  84. package/dist/resources/payouts/index.d.ts +155 -0
  85. package/dist/resources/payouts/index.js +93 -0
  86. package/dist/resources/payouts/index.mjs +9 -0
  87. package/dist/resources/payouts/payouts.test.d.mts +2 -0
  88. package/dist/resources/payouts/payouts.test.d.ts +2 -0
  89. package/dist/resources/payouts/payouts.test.js +20346 -0
  90. package/dist/resources/payouts/payouts.test.mjs +591 -0
  91. package/dist/resources/quotes/index.d.mts +59 -0
  92. package/dist/resources/quotes/index.d.ts +59 -0
  93. package/dist/resources/quotes/index.js +63 -0
  94. package/dist/resources/quotes/index.mjs +9 -0
  95. package/dist/resources/quotes/quotes.test.d.mts +2 -0
  96. package/dist/resources/quotes/quotes.test.d.ts +2 -0
  97. package/dist/resources/quotes/quotes.test.js +19866 -0
  98. package/dist/resources/quotes/quotes.test.mjs +111 -0
  99. package/dist/resources/receivers/index.d.mts +205 -0
  100. package/dist/resources/receivers/index.d.ts +205 -0
  101. package/dist/resources/receivers/index.js +85 -0
  102. package/dist/resources/receivers/index.mjs +9 -0
  103. package/dist/resources/receivers/receivers.test.d.mts +2 -0
  104. package/dist/resources/receivers/receivers.test.d.ts +2 -0
  105. package/dist/resources/receivers/receivers.test.js +20145 -0
  106. package/dist/resources/receivers/receivers.test.mjs +390 -0
  107. package/dist/resources/virtual-accounts/index.d.mts +58 -0
  108. package/dist/resources/virtual-accounts/index.d.ts +58 -0
  109. package/dist/resources/virtual-accounts/index.js +79 -0
  110. package/dist/resources/virtual-accounts/index.mjs +9 -0
  111. package/dist/resources/virtual-accounts/virtual-accounts.test.d.mts +2 -0
  112. package/dist/resources/virtual-accounts/virtual-accounts.test.d.ts +2 -0
  113. package/dist/resources/virtual-accounts/virtual-accounts.test.js +19902 -0
  114. package/dist/resources/virtual-accounts/virtual-accounts.test.mjs +147 -0
  115. package/dist/resources/wallets/blockchain.d.mts +83 -0
  116. package/dist/resources/wallets/blockchain.d.ts +83 -0
  117. package/dist/resources/wallets/blockchain.js +105 -0
  118. package/dist/resources/wallets/blockchain.mjs +9 -0
  119. package/dist/resources/wallets/blockchain.test.d.mts +2 -0
  120. package/dist/resources/wallets/blockchain.test.d.ts +2 -0
  121. package/dist/resources/wallets/blockchain.test.js +19897 -0
  122. package/dist/resources/wallets/blockchain.test.mjs +142 -0
  123. package/dist/resources/wallets/offramp.d.mts +46 -0
  124. package/dist/resources/wallets/offramp.d.ts +46 -0
  125. package/dist/resources/wallets/offramp.js +77 -0
  126. package/dist/resources/wallets/offramp.mjs +9 -0
  127. package/dist/resources/wallets/offramp.test.d.mts +2 -0
  128. package/dist/resources/wallets/offramp.test.d.ts +2 -0
  129. package/dist/resources/wallets/offramp.test.js +19872 -0
  130. package/dist/resources/wallets/offramp.test.mjs +117 -0
  131. package/dist/resources/webhooks/index.d.mts +49 -0
  132. package/dist/resources/webhooks/index.d.ts +49 -0
  133. package/dist/resources/webhooks/index.js +74 -0
  134. package/dist/resources/webhooks/index.mjs +9 -0
  135. package/dist/resources/webhooks/webhooks.test.d.mts +2 -0
  136. package/dist/resources/webhooks/webhooks.test.d.ts +2 -0
  137. package/dist/resources/webhooks/webhooks.test.js +19878 -0
  138. package/dist/resources/webhooks/webhooks.test.mjs +123 -0
  139. package/package.json +65 -0
@@ -0,0 +1,414 @@
1
+ import { I as InternalApiClient, B as BlindpayApiResponse, R as Rail, a as BankAccountType, A as AccountClass, C as Country } from '../../api-client-Cw2mNJeR.mjs';
2
+ import { SpeiProtocol } from '../payouts/index.mjs';
3
+
4
+ type ListBankAccountsInput = {
5
+ instanceId: string;
6
+ receiverId: string;
7
+ };
8
+ type ArgentinaTransfers = "CVU" | "CBU" | "ALIAS";
9
+ type AchCopDocument = "CC" | "CE" | "NIT" | "PASS" | "PEP";
10
+ type ListBankAccountsResponse = {
11
+ data: Array<{
12
+ id: string;
13
+ type: Rail;
14
+ name: string;
15
+ pix_key?: string;
16
+ beneficiary_name?: string;
17
+ routing_number?: string;
18
+ account_number?: string;
19
+ account_type?: BankAccountType;
20
+ account_class?: AccountClass;
21
+ address_line_1?: string;
22
+ address_line_2?: string;
23
+ city?: string;
24
+ state_province_region?: string;
25
+ country?: Country;
26
+ postal_code?: string;
27
+ spei_protocol?: string;
28
+ spei_institution_code?: string;
29
+ spei_clabe?: string;
30
+ transfers_type?: "CVU" | "CBU" | "ALIAS";
31
+ transfers_account?: string;
32
+ ach_cop_beneficiary_first_name?: string;
33
+ ach_cop_beneficiary_last_name?: string;
34
+ ach_cop_document_id?: string;
35
+ ach_cop_document_type?: AchCopDocument;
36
+ ach_cop_email?: string;
37
+ ach_cop_bank_code?: string;
38
+ ach_cop_bank_account?: string;
39
+ swift_code_bic?: string;
40
+ swift_account_holder_name?: string;
41
+ swift_account_number_iban?: string;
42
+ swift_beneficiary_address_line_1?: string;
43
+ swift_beneficiary_address_line_2?: string;
44
+ swift_beneficiary_country?: Country;
45
+ swift_beneficiary_city?: string;
46
+ swift_beneficiary_state_province_region?: string;
47
+ swift_beneficiary_postal_code?: string;
48
+ swift_bank_name?: string;
49
+ swift_bank_address_line_1?: string;
50
+ swift_bank_address_line_2?: string;
51
+ swift_bank_country?: Country;
52
+ swift_bank_city?: string;
53
+ swift_bank_state_province_region?: string;
54
+ swift_bank_postal_code?: string;
55
+ swift_intermediary_bank_swift_code_bic?: string;
56
+ swift_intermediary_bank_account_number_iban?: string;
57
+ swift_intermediary_bank_name?: string;
58
+ swift_intermediary_bank_country?: Country;
59
+ tron_wallet_hash?: string;
60
+ offramp_wallets?: Array<{
61
+ address: string;
62
+ id: string;
63
+ network: "tron";
64
+ external_id: string;
65
+ }>;
66
+ created_at: string;
67
+ }>;
68
+ };
69
+ type CreateBankAccountInput = {
70
+ instanceId: string;
71
+ receiverId: string;
72
+ type: Rail;
73
+ name: string;
74
+ pix_key: string;
75
+ beneficiary_name: string;
76
+ routing_number: string;
77
+ account_number: string;
78
+ account_type: BankAccountType;
79
+ account_class: AccountClass;
80
+ address_line_1: string;
81
+ address_line_2: string;
82
+ city: string;
83
+ state_province_region: string;
84
+ postal_code: string;
85
+ country: Country;
86
+ checkbook_account_id: string;
87
+ checkbook_user_key: string;
88
+ spei_protocol: string;
89
+ spei_institution_code: string;
90
+ spei_clabe: string;
91
+ transfers_type: "CVU" | "CBU" | "ALIAS";
92
+ transfers_account: string;
93
+ ach_cop_beneficiary_first_name: string;
94
+ ach_cop_beneficiary_last_name: string;
95
+ ach_cop_document_id: string;
96
+ ach_cop_document_type: AchCopDocument;
97
+ ach_cop_email: string;
98
+ ach_cop_bank_code: string;
99
+ ach_cop_bank_account: string;
100
+ swift_code_bic: string;
101
+ swift_account_holder_name: string;
102
+ swift_account_number_iban: string;
103
+ swift_beneficiary_address_line_1: string;
104
+ swift_beneficiary_address_line_2: string;
105
+ swift_beneficiary_country: Country;
106
+ swift_beneficiary_city: string;
107
+ swift_beneficiary_state_province_region: string;
108
+ swift_beneficiary_postal_code: string;
109
+ swift_bank_name: string;
110
+ swift_bank_address_line_1: string;
111
+ swift_bank_address_line_2: string;
112
+ swift_bank_country: Country;
113
+ swift_bank_city: string;
114
+ swift_bank_state_province_region: string;
115
+ swift_bank_postal_code: string;
116
+ swift_intermediary_bank_swift_code_bic: string;
117
+ swift_intermediary_bank_account_number_iban: string;
118
+ swift_intermediary_bank_name: string;
119
+ swift_intermediary_bank_country: Country;
120
+ bank_name: string;
121
+ swift_code: string;
122
+ };
123
+ type CreateBankAccountResponse = {
124
+ id: string;
125
+ type: Rail;
126
+ name: string;
127
+ pix_key?: string;
128
+ beneficiary_name: string;
129
+ routing_number?: string;
130
+ account_number?: string;
131
+ account_type?: BankAccountType;
132
+ account_class?: AccountClass;
133
+ address_line_1?: string;
134
+ address_line_2?: string;
135
+ city?: string;
136
+ state_province_region?: string;
137
+ country?: Country;
138
+ postal_code?: string;
139
+ spei_protocol?: string;
140
+ spei_institution_code?: string;
141
+ spei_clabe?: string;
142
+ transfers_type?: ArgentinaTransfers;
143
+ transfers_account?: string;
144
+ ach_cop_beneficiary_first_name?: string;
145
+ ach_cop_beneficiary_last_name?: string;
146
+ ach_cop_document_id?: string;
147
+ ach_cop_document_type?: AchCopDocument;
148
+ ach_cop_email?: string;
149
+ ach_cop_bank_code?: string;
150
+ ach_cop_bank_account?: string;
151
+ swift_code_bic?: string;
152
+ swift_account_holder_name?: string;
153
+ swift_account_number_iban?: string;
154
+ swift_beneficiary_address_line_1?: string;
155
+ swift_beneficiary_address_line_2?: string;
156
+ swift_beneficiary_country?: Country;
157
+ swift_beneficiary_city?: string;
158
+ swift_beneficiary_state_province_region?: string;
159
+ swift_beneficiary_postal_code?: string;
160
+ swift_bank_name?: string;
161
+ swift_bank_address_line_1?: string;
162
+ swift_bank_address_line_2?: string;
163
+ swift_bank_country?: Country;
164
+ swift_bank_city?: string;
165
+ swift_bank_state_province_region?: string;
166
+ swift_bank_postal_code?: string;
167
+ swift_intermediary_bank_swift_code_bic?: string;
168
+ swift_intermediary_bank_account_number_iban?: string;
169
+ swift_intermediary_bank_name?: string;
170
+ swift_intermediary_bank_country?: Country;
171
+ tron_wallet_hash?: string;
172
+ offramp_wallets?: Array<{
173
+ address: string;
174
+ id: string;
175
+ network: "tron";
176
+ external_id: string;
177
+ }>;
178
+ created_at: string;
179
+ };
180
+ type GetBankAccountInput = {
181
+ instanceId: string;
182
+ receiverId: string;
183
+ id: string;
184
+ };
185
+ type GetBankAccountResponse = {
186
+ id: string;
187
+ receiver_id: string;
188
+ account_holder_name: string;
189
+ account_number: string;
190
+ routing_number: string;
191
+ account_type: BankAccountType;
192
+ bank_name: string;
193
+ swift_code?: string | null;
194
+ iban?: string | null;
195
+ is_primary: boolean;
196
+ created_at: string;
197
+ updated_at: string;
198
+ };
199
+ type DeleteBankAccountInput = {
200
+ instanceId: string;
201
+ receiverId: string;
202
+ id: string;
203
+ };
204
+ type CreatePixInput = {
205
+ instanceId: string;
206
+ receiverId: string;
207
+ name: string;
208
+ pix_key: string;
209
+ };
210
+ type CreatePixResponse = {
211
+ id: string;
212
+ type: "pix";
213
+ name: string;
214
+ pix_key: string;
215
+ created_at: string;
216
+ };
217
+ type CreateArgentinaTransfersInput = {
218
+ instanceId: string;
219
+ receiverId: string;
220
+ name: string;
221
+ beneficiary_name: string;
222
+ transfers_account: string;
223
+ transfers_type: ArgentinaTransfers;
224
+ };
225
+ type CreateArgentinaTransfersResponse = {
226
+ id: string;
227
+ type: "transfers_bitso";
228
+ name: string;
229
+ beneficiary_name: string;
230
+ transfers_type: ArgentinaTransfers;
231
+ transfers_account: string;
232
+ created_at: string;
233
+ };
234
+ type CreateSpeiInput = {
235
+ instanceId: string;
236
+ receiverId: string;
237
+ beneficiary_name: string;
238
+ name: string;
239
+ spei_clabe: string;
240
+ spei_institution_code: string;
241
+ spei_protocol: SpeiProtocol;
242
+ };
243
+ type CreateSpeiResponse = {
244
+ id: string;
245
+ type: "spei_bitso";
246
+ name: string;
247
+ beneficiary_name: string;
248
+ spei_protocol: SpeiProtocol;
249
+ spei_institution_code: string;
250
+ spei_clabe: string;
251
+ created_at: string;
252
+ };
253
+ type CreateColombiaAchInput = {
254
+ instanceId: string;
255
+ receiverId: string;
256
+ name: string;
257
+ account_type: BankAccountType;
258
+ ach_cop_beneficiary_first_name: string;
259
+ ach_cop_beneficiary_last_name: string;
260
+ ach_cop_document_id: string;
261
+ ach_cop_document_type: AchCopDocument;
262
+ ach_cop_email: string;
263
+ ach_cop_bank_code: string;
264
+ ach_cop_bank_account: string;
265
+ };
266
+ type CreateColombiaAchResponse = {
267
+ id: string;
268
+ type: "ach_cop_bitso";
269
+ name: string;
270
+ account_type: BankAccountType;
271
+ ach_cop_beneficiary_first_name: string;
272
+ ach_cop_beneficiary_last_name: string;
273
+ ach_cop_document_id: string;
274
+ ach_cop_document_type: AchCopDocument;
275
+ ach_cop_email: string;
276
+ ach_cop_bank_code: string;
277
+ ach_cop_bank_account: string;
278
+ created_at: string;
279
+ };
280
+ type CreateAchInput = {
281
+ instanceId: string;
282
+ receiverId: string;
283
+ name: string;
284
+ account_class: AccountClass;
285
+ account_number: string;
286
+ account_type: BankAccountType;
287
+ beneficiary_name: string;
288
+ routing_number: string;
289
+ };
290
+ type CreateAchResponse = {
291
+ id: string;
292
+ type: "ach";
293
+ name: string;
294
+ beneficiary_name: string;
295
+ routing_number: string;
296
+ account_number: string;
297
+ account_type: BankAccountType;
298
+ account_class: AccountClass;
299
+ address_line_1: string | null;
300
+ address_line_2: string | null;
301
+ city: string | null;
302
+ state_province_region: string | null;
303
+ country: Country | null;
304
+ postal_code: string | null;
305
+ ach_cop_beneficiary_first_name: string | null;
306
+ ach_cop_beneficiary_last_name: string | null;
307
+ ach_cop_document_id: string | null;
308
+ ach_cop_document_type: AchCopDocument | null;
309
+ ach_cop_email: string | null;
310
+ ach_cop_bank_code: string | null;
311
+ ach_cop_bank_account: string | null;
312
+ created_at: string;
313
+ };
314
+ type CreateWireInput = {
315
+ instanceId: string;
316
+ receiverId: string;
317
+ name: string;
318
+ account_number: string;
319
+ beneficiary_name: string;
320
+ routing_number: string;
321
+ address_line_1: string;
322
+ address_line_2?: string;
323
+ city: string;
324
+ state_province_region: string;
325
+ country: Country;
326
+ postal_code: string;
327
+ };
328
+ type CreateWireResponse = {
329
+ id: string;
330
+ type: "wire";
331
+ name: string;
332
+ beneficiary_name: string;
333
+ routing_number: string;
334
+ account_number: string;
335
+ address_line_1: string;
336
+ address_line_2: string;
337
+ city: string;
338
+ state_province_region: string;
339
+ country: Country;
340
+ postal_code: string;
341
+ created_at: string;
342
+ };
343
+ type CreateInternationalSwiftInput = {
344
+ instanceId: string;
345
+ receiverId: string;
346
+ name: string;
347
+ swift_account_holder_name: string;
348
+ swift_account_number_iban: string;
349
+ swift_bank_address_line_1: string;
350
+ swift_bank_address_line_2?: string;
351
+ swift_bank_city: string;
352
+ swift_bank_country: Country;
353
+ swift_bank_name: string;
354
+ swift_bank_postal_code: string;
355
+ swift_bank_state_province_region: string;
356
+ swift_beneficiary_address_line_1: string;
357
+ swift_beneficiary_address_line_2?: string;
358
+ swift_beneficiary_city: string;
359
+ swift_beneficiary_country: Country;
360
+ swift_beneficiary_postal_code: string;
361
+ swift_beneficiary_state_province_region: string;
362
+ swift_code_bic: string;
363
+ swift_intermediary_bank_account_number_iban: string | null;
364
+ swift_intermediary_bank_country: Country | null;
365
+ swift_intermediary_bank_name: string | null;
366
+ swift_intermediary_bank_swift_code_bic: string | null;
367
+ };
368
+ type CreateInternationalSwiftResponse = {
369
+ id: string;
370
+ type: "international_swift";
371
+ name: string;
372
+ beneficiary_name: string | null;
373
+ address_line_1: string | null;
374
+ address_line_2: string | null;
375
+ city: string | null;
376
+ state_province_region: string | null;
377
+ country: Country | null;
378
+ postal_code: string | null;
379
+ swift_code_bic: string;
380
+ swift_account_holder_name: string;
381
+ swift_account_number_iban: string;
382
+ swift_beneficiary_address_line_1: string;
383
+ swift_beneficiary_address_line_2: string | null;
384
+ swift_beneficiary_country: Country;
385
+ swift_beneficiary_city: string;
386
+ swift_beneficiary_state_province_region: string;
387
+ swift_beneficiary_postal_code: string;
388
+ swift_bank_name: string;
389
+ swift_bank_address_line_1: string;
390
+ swift_bank_address_line_2: string | null;
391
+ swift_bank_country: Country;
392
+ swift_bank_city: string;
393
+ swift_bank_state_province_region: string;
394
+ swift_bank_postal_code: string;
395
+ swift_intermediary_bank_swift_code_bic: string | null;
396
+ swift_intermediary_bank_account_number_iban: string | null;
397
+ swift_intermediary_bank_name: string | null;
398
+ swift_intermediary_bank_country: Country | null;
399
+ created_at: string;
400
+ };
401
+ declare function createBankAccountsResource(client: InternalApiClient): {
402
+ list({ instanceId, receiverId, }: ListBankAccountsInput): Promise<BlindpayApiResponse<ListBankAccountsResponse>>;
403
+ createPix({ instanceId, receiverId, name, pix_key, }: CreatePixInput): Promise<BlindpayApiResponse<CreatePixResponse>>;
404
+ createArgentinaTransfers({ instanceId, receiverId, beneficiary_name, name, transfers_account, transfers_type, }: CreateArgentinaTransfersInput): Promise<BlindpayApiResponse<CreateArgentinaTransfersResponse>>;
405
+ createSpei({ instanceId, receiverId, beneficiary_name, name, spei_clabe, spei_institution_code, spei_protocol, }: CreateSpeiInput): Promise<BlindpayApiResponse<CreateSpeiResponse>>;
406
+ createColombiaAch({ instanceId, receiverId, name, account_type, ach_cop_beneficiary_first_name, ach_cop_beneficiary_last_name, ach_cop_document_id, ach_cop_document_type, ach_cop_email, ach_cop_bank_code, ach_cop_bank_account, }: CreateColombiaAchInput): Promise<BlindpayApiResponse<CreateColombiaAchResponse>>;
407
+ createAch({ instanceId, receiverId, name, account_class, account_number, account_type, beneficiary_name, routing_number, }: CreateAchInput): Promise<BlindpayApiResponse<CreateAchResponse>>;
408
+ createWire({ instanceId, receiverId, name, account_number, beneficiary_name, routing_number, address_line_1, address_line_2, city, state_province_region, country, postal_code, }: CreateWireInput): Promise<BlindpayApiResponse<CreateWireResponse>>;
409
+ createInternationalSwift({ instanceId, receiverId, name, swift_account_holder_name, swift_account_number_iban, swift_bank_address_line_1, swift_bank_address_line_2, swift_bank_city, swift_bank_country, swift_bank_name, swift_bank_postal_code, swift_bank_state_province_region, swift_beneficiary_address_line_1, swift_beneficiary_address_line_2, swift_beneficiary_city, swift_beneficiary_country, swift_beneficiary_postal_code, swift_beneficiary_state_province_region, swift_code_bic, swift_intermediary_bank_account_number_iban, swift_intermediary_bank_country, swift_intermediary_bank_name, swift_intermediary_bank_swift_code_bic, }: CreateInternationalSwiftInput): Promise<BlindpayApiResponse<CreateInternationalSwiftResponse>>;
410
+ get({ instanceId, receiverId, id, }: GetBankAccountInput): Promise<BlindpayApiResponse<GetBankAccountResponse>>;
411
+ delete({ instanceId, receiverId, id, }: DeleteBankAccountInput): Promise<BlindpayApiResponse<void>>;
412
+ };
413
+
414
+ export { type AchCopDocument, type ArgentinaTransfers, type CreateAchInput, type CreateAchResponse, type CreateArgentinaTransfersInput, type CreateArgentinaTransfersResponse, type CreateBankAccountInput, type CreateBankAccountResponse, type CreateColombiaAchInput, type CreateColombiaAchResponse, type CreateInternationalSwiftInput, type CreateInternationalSwiftResponse, type CreatePixInput, type CreatePixResponse, type CreateSpeiInput, type CreateSpeiResponse, type CreateWireInput, type CreateWireResponse, type DeleteBankAccountInput, type GetBankAccountInput, type GetBankAccountResponse, type ListBankAccountsInput, type ListBankAccountsResponse, createBankAccountsResource };