@t-0/provider-sdk 1.1.13 → 1.1.15

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 (57) hide show
  1. package/lib/cjs/common/gen/buf/validate/validate_pb.d.ts +8 -8
  2. package/lib/cjs/common/gen/ivms101/v1/ivms/ivms101_pb.d.ts +5 -5
  3. package/lib/cjs/common/gen/tzero/v1/common/common_pb.js +1 -1
  4. package/lib/cjs/common/gen/tzero/v1/common/payment_method_pb.d.ts +589 -10
  5. package/lib/cjs/common/gen/tzero/v1/common/payment_method_pb.js +307 -3
  6. package/lib/cjs/common/gen/tzero/v1/common/payment_receipt_pb.d.ts +3 -3
  7. package/lib/cjs/common/gen/tzero/v1/common/payment_receipt_pb.js +1 -1
  8. package/lib/cjs/common/gen/tzero/v1/payment/network_pb.d.ts +52 -38
  9. package/lib/cjs/common/gen/tzero/v1/payment/network_pb.js +19 -5
  10. package/lib/cjs/common/gen/tzero/v1/payment/provider_pb.d.ts +37 -23
  11. package/lib/cjs/common/gen/tzero/v1/payment/provider_pb.js +16 -2
  12. package/lib/cjs/common/gen/tzero/v1/payment_intent/beneficiary_pb.d.ts +15 -6
  13. package/lib/cjs/common/gen/tzero/v1/payment_intent/beneficiary_pb.js +2 -2
  14. package/lib/cjs/common/gen/tzero/v1/payment_intent/network_pb.d.ts +51 -13
  15. package/lib/cjs/common/gen/tzero/v1/payment_intent/network_pb.js +10 -2
  16. package/lib/cjs/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.d.ts +4 -4
  17. package/lib/cjs/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.js +1 -1
  18. package/lib/cjs/common/gen/tzero/v1/payment_intent/provider/provider_pb.d.ts +2 -2
  19. package/lib/cjs/common/gen/tzero/v1/payment_intent/provider/provider_pb.js +1 -1
  20. package/lib/cjs/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.d.ts +7 -7
  21. package/lib/cjs/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js +1 -1
  22. package/lib/cjs/index.d.ts +4 -0
  23. package/lib/cjs/index.js +5 -1
  24. package/lib/cjs/service/service.d.ts +1 -1
  25. package/lib/cjs/service/service.js +2 -1
  26. package/lib/cjs/service/validate_response.d.ts +13 -0
  27. package/lib/cjs/service/validate_response.js +38 -0
  28. package/lib/esm/common/gen/buf/validate/validate_pb.d.ts +8 -8
  29. package/lib/esm/common/gen/ivms101/v1/ivms/ivms101_pb.d.ts +5 -5
  30. package/lib/esm/common/gen/tzero/v1/common/common_pb.js +1 -1
  31. package/lib/esm/common/gen/tzero/v1/common/payment_method_pb.d.ts +589 -10
  32. package/lib/esm/common/gen/tzero/v1/common/payment_method_pb.js +305 -2
  33. package/lib/esm/common/gen/tzero/v1/common/payment_receipt_pb.d.ts +3 -3
  34. package/lib/esm/common/gen/tzero/v1/common/payment_receipt_pb.js +1 -1
  35. package/lib/esm/common/gen/tzero/v1/payment/network_pb.d.ts +52 -38
  36. package/lib/esm/common/gen/tzero/v1/payment/network_pb.js +19 -5
  37. package/lib/esm/common/gen/tzero/v1/payment/provider_pb.d.ts +37 -23
  38. package/lib/esm/common/gen/tzero/v1/payment/provider_pb.js +16 -2
  39. package/lib/esm/common/gen/tzero/v1/payment_intent/beneficiary_pb.d.ts +15 -6
  40. package/lib/esm/common/gen/tzero/v1/payment_intent/beneficiary_pb.js +2 -2
  41. package/lib/esm/common/gen/tzero/v1/payment_intent/network_pb.d.ts +51 -13
  42. package/lib/esm/common/gen/tzero/v1/payment_intent/network_pb.js +10 -2
  43. package/lib/esm/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.d.ts +4 -4
  44. package/lib/esm/common/gen/tzero/v1/payment_intent/pay_in_provider_pb.js +1 -1
  45. package/lib/esm/common/gen/tzero/v1/payment_intent/provider/provider_pb.d.ts +2 -2
  46. package/lib/esm/common/gen/tzero/v1/payment_intent/provider/provider_pb.js +1 -1
  47. package/lib/esm/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.d.ts +7 -7
  48. package/lib/esm/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js +1 -1
  49. package/lib/esm/index.d.ts +4 -0
  50. package/lib/esm/index.js +4 -0
  51. package/lib/esm/service/service.d.ts +1 -1
  52. package/lib/esm/service/service.js +2 -1
  53. package/lib/esm/service/validate_response.d.ts +13 -0
  54. package/lib/esm/service/validate_response.js +34 -0
  55. package/lib/tsconfig.cjs.tsbuildinfo +1 -1
  56. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  57. package/package.json +4 -2
@@ -165,6 +165,69 @@ export type PaymentDetails = Message<"tzero.v1.common.PaymentDetails"> & {
165
165
  */
166
166
  value: PaymentDetails_Rtp;
167
167
  case: "rtp";
168
+ } | {
169
+ /**
170
+ * Chilean domestic bank transfer
171
+ * Chile
172
+ *
173
+ * @generated from field: tzero.v1.common.PaymentDetails.ChileanBankTransfer chilean_bank_transfer = 200;
174
+ */
175
+ value: PaymentDetails_ChileanBankTransfer;
176
+ case: "chileanBankTransfer";
177
+ } | {
178
+ /**
179
+ * Peruvian domestic bank transfer
180
+ * Peru
181
+ *
182
+ * @generated from field: tzero.v1.common.PaymentDetails.PeruBankTransfer peru_bank_transfer = 210;
183
+ */
184
+ value: PaymentDetails_PeruBankTransfer;
185
+ case: "peruBankTransfer";
186
+ } | {
187
+ /**
188
+ * Argentinian domestic bank transfer via CBU/CVU
189
+ * Argentina
190
+ *
191
+ * @generated from field: tzero.v1.common.PaymentDetails.ArgentinianBankTransfer argentinian_bank_transfer = 220;
192
+ */
193
+ value: PaymentDetails_ArgentinianBankTransfer;
194
+ case: "argentinianBankTransfer";
195
+ } | {
196
+ /**
197
+ * Mexican domestic bank transfer via SPEI/CLABE
198
+ * Mexico
199
+ *
200
+ * @generated from field: tzero.v1.common.PaymentDetails.MexicanBankTransfer mexican_bank_transfer = 230;
201
+ */
202
+ value: PaymentDetails_MexicanBankTransfer;
203
+ case: "mexicanBankTransfer";
204
+ } | {
205
+ /**
206
+ * Colombian ACH bank transfer
207
+ * Colombia
208
+ *
209
+ * @generated from field: tzero.v1.common.PaymentDetails.ColombianAch colombian_ach = 240;
210
+ */
211
+ value: PaymentDetails_ColombianAch;
212
+ case: "colombianAch";
213
+ } | {
214
+ /**
215
+ * Colombian Bre-B high-speed payment rail
216
+ * Colombia
217
+ *
218
+ * @generated from field: tzero.v1.common.PaymentDetails.ColombianBreb colombian_breb = 250;
219
+ */
220
+ value: PaymentDetails_ColombianBreb;
221
+ case: "colombianBreb";
222
+ } | {
223
+ /**
224
+ * GIP - Ghana Interbank Payment (GhIPSS)
225
+ * Ghana
226
+ *
227
+ * @generated from field: tzero.v1.common.PaymentDetails.Gip gip = 260;
228
+ */
229
+ value: PaymentDetails_Gip;
230
+ case: "gip";
168
231
  } | {
169
232
  case: undefined;
170
233
  value?: undefined;
@@ -504,11 +567,11 @@ export type PaymentDetails_Swift = Message<"tzero.v1.common.PaymentDetails.Swift
504
567
  *
505
568
  * @generated from field: optional string account_currency = 80;
506
569
  */
507
- accountCurrency?: string;
570
+ accountCurrency?: string | undefined;
508
571
  /**
509
572
  * @generated from field: tzero.v1.common.PaymentDetails.Swift.IntermediaryBank intermediary_bank = 90;
510
573
  */
511
- intermediaryBank?: PaymentDetails_Swift_IntermediaryBank;
574
+ intermediaryBank?: PaymentDetails_Swift_IntermediaryBank | undefined;
512
575
  };
513
576
  /**
514
577
  * Describes the message tzero.v1.common.PaymentDetails.Swift.
@@ -658,13 +721,13 @@ export type PaymentDetails_Pesonet = Message<"tzero.v1.common.PaymentDetails.Pes
658
721
  *
659
722
  * @generated from field: optional string purpose_of_transfer = 40;
660
723
  */
661
- purposeOfTransfer?: string;
724
+ purposeOfTransfer?: string | undefined;
662
725
  /**
663
726
  * Recipient's Address/Email (Optional/Mandatory depending on bank)
664
727
  *
665
728
  * @generated from field: optional string recipient_address_email = 50;
666
729
  */
667
- recipientAddressEmail?: string;
730
+ recipientAddressEmail?: string | undefined;
668
731
  };
669
732
  /**
670
733
  * Describes the message tzero.v1.common.PaymentDetails.Pesonet.
@@ -698,7 +761,7 @@ export type PaymentDetails_Instapay = Message<"tzero.v1.common.PaymentDetails.In
698
761
  *
699
762
  * @generated from field: optional string purpose_of_transfer = 40;
700
763
  */
701
- purposeOfTransfer?: string;
764
+ purposeOfTransfer?: string | undefined;
702
765
  };
703
766
  /**
704
767
  * Describes the message tzero.v1.common.PaymentDetails.Instapay.
@@ -730,7 +793,7 @@ export type PaymentDetails_PakistanBankTransfer = Message<"tzero.v1.common.Payme
730
793
  *
731
794
  * @generated from field: optional string beneficiary_cnic = 25;
732
795
  */
733
- beneficiaryCnic?: string;
796
+ beneficiaryCnic?: string | undefined;
734
797
  /**
735
798
  * Payment reference/description
736
799
  *
@@ -779,7 +842,7 @@ export type PaymentDetails_PakistanMobileWallet = Message<"tzero.v1.common.Payme
779
842
  *
780
843
  * @generated from field: optional string payment_reference = 50;
781
844
  */
782
- paymentReference?: string;
845
+ paymentReference?: string | undefined;
783
846
  };
784
847
  /**
785
848
  * Describes the message tzero.v1.common.PaymentDetails.PakistanMobileWallet.
@@ -855,13 +918,13 @@ export type PaymentDetails_Pix = Message<"tzero.v1.common.PaymentDetails.Pix"> &
855
918
  *
856
919
  * @generated from field: optional string beneficiary_tax_id = 40;
857
920
  */
858
- beneficiaryTaxId?: string;
921
+ beneficiaryTaxId?: string | undefined;
859
922
  /**
860
923
  * (Optional) Payment description/reference
861
924
  *
862
925
  * @generated from field: optional string payment_reference = 50;
863
926
  */
864
- paymentReference?: string;
927
+ paymentReference?: string | undefined;
865
928
  };
866
929
  /**
867
930
  * Describes the message tzero.v1.common.PaymentDetails.Pix.
@@ -1099,6 +1162,480 @@ export declare enum PaymentDetails_Rtp_RtpAccountType {
1099
1162
  * Describes the enum tzero.v1.common.PaymentDetails.Rtp.RtpAccountType.
1100
1163
  */
1101
1164
  export declare const PaymentDetails_Rtp_RtpAccountTypeSchema: GenEnum<PaymentDetails_Rtp_RtpAccountType>;
1165
+ /**
1166
+ * Chilean domestic bank transfer
1167
+ * Uses RUT (national taxpayer ID) as the beneficiary identifier.
1168
+ *
1169
+ * @generated from message tzero.v1.common.PaymentDetails.ChileanBankTransfer
1170
+ */
1171
+ export type PaymentDetails_ChileanBankTransfer = Message<"tzero.v1.common.PaymentDetails.ChileanBankTransfer"> & {
1172
+ /**
1173
+ * RUT of the beneficiary - 7-9 digits + check digit (K or 0-9).
1174
+ * Example: "12345678-9", "1234567-K".
1175
+ *
1176
+ * @generated from field: string document_number = 10;
1177
+ */
1178
+ documentNumber: string;
1179
+ /**
1180
+ * Beneficiary full name (max 45 chars; provider truncates if longer).
1181
+ *
1182
+ * @generated from field: string beneficiary_name = 20;
1183
+ */
1184
+ beneficiaryName: string;
1185
+ /**
1186
+ * Destination bank code - 3 digits (e.g. "012" for BCI).
1187
+ *
1188
+ * @generated from field: string bank_code = 30;
1189
+ */
1190
+ bankCode: string;
1191
+ /**
1192
+ * Destination account number - up to 18 digits (zero-padded by the provider if needed).
1193
+ *
1194
+ * @generated from field: string account_number = 40;
1195
+ */
1196
+ accountNumber: string;
1197
+ /**
1198
+ * Account type. Optional - required by some provider fallbacks (e.g. Itau),
1199
+ * ignored by others (e.g. BCI).
1200
+ *
1201
+ * @generated from field: optional tzero.v1.common.PaymentDetails.ChileanBankTransfer.AccountType account_type = 50;
1202
+ */
1203
+ accountType?: PaymentDetails_ChileanBankTransfer_AccountType | undefined;
1204
+ };
1205
+ /**
1206
+ * Describes the message tzero.v1.common.PaymentDetails.ChileanBankTransfer.
1207
+ * Use `create(PaymentDetails_ChileanBankTransferSchema)` to create a new message.
1208
+ */
1209
+ export declare const PaymentDetails_ChileanBankTransferSchema: GenMessage<PaymentDetails_ChileanBankTransfer>;
1210
+ /**
1211
+ * @generated from enum tzero.v1.common.PaymentDetails.ChileanBankTransfer.AccountType
1212
+ */
1213
+ export declare enum PaymentDetails_ChileanBankTransfer_AccountType {
1214
+ /**
1215
+ * @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
1216
+ */
1217
+ UNSPECIFIED = 0,
1218
+ /**
1219
+ * Cuenta Corriente
1220
+ *
1221
+ * @generated from enum value: ACCOUNT_TYPE_CHECKING = 10;
1222
+ */
1223
+ CHECKING = 10,
1224
+ /**
1225
+ * Cuenta Vista / Cuenta RUT
1226
+ *
1227
+ * @generated from enum value: ACCOUNT_TYPE_VISTA = 20;
1228
+ */
1229
+ VISTA = 20,
1230
+ /**
1231
+ * Cuenta de Ahorro
1232
+ *
1233
+ * @generated from enum value: ACCOUNT_TYPE_SAVINGS = 40;
1234
+ */
1235
+ SAVINGS = 40
1236
+ }
1237
+ /**
1238
+ * Describes the enum tzero.v1.common.PaymentDetails.ChileanBankTransfer.AccountType.
1239
+ */
1240
+ export declare const PaymentDetails_ChileanBankTransfer_AccountTypeSchema: GenEnum<PaymentDetails_ChileanBankTransfer_AccountType>;
1241
+ /**
1242
+ * Peruvian domestic bank transfer (PEN, USD-PE)
1243
+ *
1244
+ * @generated from message tzero.v1.common.PaymentDetails.PeruBankTransfer
1245
+ */
1246
+ export type PaymentDetails_PeruBankTransfer = Message<"tzero.v1.common.PaymentDetails.PeruBankTransfer"> & {
1247
+ /**
1248
+ * Document number of the beneficiary.
1249
+ * Per document_type: DNI up to 8 digits; CE and RUC may be longer.
1250
+ *
1251
+ * @generated from field: string document_number = 10;
1252
+ */
1253
+ documentNumber: string;
1254
+ /**
1255
+ * Document type. Optional - defaults to DNI on the provider side if unset.
1256
+ *
1257
+ * @generated from field: optional tzero.v1.common.PaymentDetails.PeruBankTransfer.DocumentType document_type = 20;
1258
+ */
1259
+ documentType?: PaymentDetails_PeruBankTransfer_DocumentType | undefined;
1260
+ /**
1261
+ * Destination bank code (mapped to provider-specific bank codes internally).
1262
+ *
1263
+ * @generated from field: string bank_code = 30;
1264
+ */
1265
+ bankCode: string;
1266
+ /**
1267
+ * Destination account number.
1268
+ *
1269
+ * @generated from field: string account_number = 40;
1270
+ */
1271
+ accountNumber: string;
1272
+ /**
1273
+ * @generated from field: tzero.v1.common.PaymentDetails.PeruBankTransfer.AccountType account_type = 50;
1274
+ */
1275
+ accountType: PaymentDetails_PeruBankTransfer_AccountType;
1276
+ };
1277
+ /**
1278
+ * Describes the message tzero.v1.common.PaymentDetails.PeruBankTransfer.
1279
+ * Use `create(PaymentDetails_PeruBankTransferSchema)` to create a new message.
1280
+ */
1281
+ export declare const PaymentDetails_PeruBankTransferSchema: GenMessage<PaymentDetails_PeruBankTransfer>;
1282
+ /**
1283
+ * @generated from enum tzero.v1.common.PaymentDetails.PeruBankTransfer.DocumentType
1284
+ */
1285
+ export declare enum PaymentDetails_PeruBankTransfer_DocumentType {
1286
+ /**
1287
+ * @generated from enum value: DOCUMENT_TYPE_UNSPECIFIED = 0;
1288
+ */
1289
+ UNSPECIFIED = 0,
1290
+ /**
1291
+ * DNI - Documento Nacional de Identidad (max 8 digits)
1292
+ *
1293
+ * @generated from enum value: DOCUMENT_TYPE_DNI = 10;
1294
+ */
1295
+ DNI = 10,
1296
+ /**
1297
+ * CE - Carnet de Extranjeria (foreigner ID)
1298
+ *
1299
+ * @generated from enum value: DOCUMENT_TYPE_CE = 20;
1300
+ */
1301
+ CE = 20,
1302
+ /**
1303
+ * RUC - Registro Unico de Contribuyentes (business tax ID)
1304
+ *
1305
+ * @generated from enum value: DOCUMENT_TYPE_RUC = 30;
1306
+ */
1307
+ RUC = 30
1308
+ }
1309
+ /**
1310
+ * Describes the enum tzero.v1.common.PaymentDetails.PeruBankTransfer.DocumentType.
1311
+ */
1312
+ export declare const PaymentDetails_PeruBankTransfer_DocumentTypeSchema: GenEnum<PaymentDetails_PeruBankTransfer_DocumentType>;
1313
+ /**
1314
+ * @generated from enum tzero.v1.common.PaymentDetails.PeruBankTransfer.AccountType
1315
+ */
1316
+ export declare enum PaymentDetails_PeruBankTransfer_AccountType {
1317
+ /**
1318
+ * @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
1319
+ */
1320
+ UNSPECIFIED = 0,
1321
+ /**
1322
+ * @generated from enum value: ACCOUNT_TYPE_CHECKING = 10;
1323
+ */
1324
+ CHECKING = 10,
1325
+ /**
1326
+ * @generated from enum value: ACCOUNT_TYPE_SAVINGS = 20;
1327
+ */
1328
+ SAVINGS = 20
1329
+ }
1330
+ /**
1331
+ * Describes the enum tzero.v1.common.PaymentDetails.PeruBankTransfer.AccountType.
1332
+ */
1333
+ export declare const PaymentDetails_PeruBankTransfer_AccountTypeSchema: GenEnum<PaymentDetails_PeruBankTransfer_AccountType>;
1334
+ /**
1335
+ * Argentinian domestic bank transfer via CBU or CVU.
1336
+ * CUIT/CUIL of the beneficiary is carried in Travel Rule Data, not here.
1337
+ *
1338
+ * @generated from message tzero.v1.common.PaymentDetails.ArgentinianBankTransfer
1339
+ */
1340
+ export type PaymentDetails_ArgentinianBankTransfer = Message<"tzero.v1.common.PaymentDetails.ArgentinianBankTransfer"> & {
1341
+ /**
1342
+ * CBU (traditional bank account) or CVU (virtual account, starts with "000"),
1343
+ * exactly 22 digits.
1344
+ *
1345
+ * @generated from field: string account_number = 10;
1346
+ */
1347
+ accountNumber: string;
1348
+ };
1349
+ /**
1350
+ * Describes the message tzero.v1.common.PaymentDetails.ArgentinianBankTransfer.
1351
+ * Use `create(PaymentDetails_ArgentinianBankTransferSchema)` to create a new message.
1352
+ */
1353
+ export declare const PaymentDetails_ArgentinianBankTransferSchema: GenMessage<PaymentDetails_ArgentinianBankTransfer>;
1354
+ /**
1355
+ * Mexican domestic bank transfer via SPEI using a CLABE account number.
1356
+ * RFC of the beneficiary is carried in Travel Rule Data, not here.
1357
+ *
1358
+ * @generated from message tzero.v1.common.PaymentDetails.MexicanBankTransfer
1359
+ */
1360
+ export type PaymentDetails_MexicanBankTransfer = Message<"tzero.v1.common.PaymentDetails.MexicanBankTransfer"> & {
1361
+ /**
1362
+ * Beneficiary full name.
1363
+ *
1364
+ * @generated from field: string beneficiary_name = 10;
1365
+ */
1366
+ beneficiaryName: string;
1367
+ /**
1368
+ * Bank institution code.
1369
+ *
1370
+ * @generated from field: string bank_code = 20;
1371
+ */
1372
+ bankCode: string;
1373
+ /**
1374
+ * CLABE (Clave Bancaria Estandarizada) - exactly 18 digits.
1375
+ * Format: 3 digits bank code + 3 digits plaza code + 11 digits account + 1 check digit.
1376
+ *
1377
+ * @generated from field: string account_number = 30;
1378
+ */
1379
+ accountNumber: string;
1380
+ };
1381
+ /**
1382
+ * Describes the message tzero.v1.common.PaymentDetails.MexicanBankTransfer.
1383
+ * Use `create(PaymentDetails_MexicanBankTransferSchema)` to create a new message.
1384
+ */
1385
+ export declare const PaymentDetails_MexicanBankTransferSchema: GenMessage<PaymentDetails_MexicanBankTransfer>;
1386
+ /**
1387
+ * Colombian ACH (Automated Clearing House) bank transfer.
1388
+ *
1389
+ * @generated from message tzero.v1.common.PaymentDetails.ColombianAch
1390
+ */
1391
+ export type PaymentDetails_ColombianAch = Message<"tzero.v1.common.PaymentDetails.ColombianAch"> & {
1392
+ /**
1393
+ * @generated from field: string document_number = 10;
1394
+ */
1395
+ documentNumber: string;
1396
+ /**
1397
+ * @generated from field: tzero.v1.common.PaymentDetails.ColombianAch.DocumentType document_type = 20;
1398
+ */
1399
+ documentType: PaymentDetails_ColombianAch_DocumentType;
1400
+ /**
1401
+ * @generated from field: string bank_code = 30;
1402
+ */
1403
+ bankCode: string;
1404
+ /**
1405
+ * @generated from field: string account_number = 40;
1406
+ */
1407
+ accountNumber: string;
1408
+ /**
1409
+ * @generated from field: tzero.v1.common.PaymentDetails.ColombianAch.AccountType account_type = 50;
1410
+ */
1411
+ accountType: PaymentDetails_ColombianAch_AccountType;
1412
+ /**
1413
+ * @generated from field: string beneficiary_name = 60;
1414
+ */
1415
+ beneficiaryName: string;
1416
+ /**
1417
+ * Beneficiary phone number. Optional - required only for Row provider;
1418
+ * Mono/Cobre use a default when omitted.
1419
+ *
1420
+ * @generated from field: optional string phone_number = 70;
1421
+ */
1422
+ phoneNumber?: string | undefined;
1423
+ };
1424
+ /**
1425
+ * Describes the message tzero.v1.common.PaymentDetails.ColombianAch.
1426
+ * Use `create(PaymentDetails_ColombianAchSchema)` to create a new message.
1427
+ */
1428
+ export declare const PaymentDetails_ColombianAchSchema: GenMessage<PaymentDetails_ColombianAch>;
1429
+ /**
1430
+ * @generated from enum tzero.v1.common.PaymentDetails.ColombianAch.DocumentType
1431
+ */
1432
+ export declare enum PaymentDetails_ColombianAch_DocumentType {
1433
+ /**
1434
+ * @generated from enum value: DOCUMENT_TYPE_UNSPECIFIED = 0;
1435
+ */
1436
+ UNSPECIFIED = 0,
1437
+ /**
1438
+ * CC - Cedula de Ciudadania
1439
+ *
1440
+ * @generated from enum value: DOCUMENT_TYPE_CC = 10;
1441
+ */
1442
+ CC = 10,
1443
+ /**
1444
+ * CE - Cedula de Extranjeria
1445
+ *
1446
+ * @generated from enum value: DOCUMENT_TYPE_CE = 20;
1447
+ */
1448
+ CE = 20,
1449
+ /**
1450
+ * NIT - Numero de Identificacion Tributaria (business tax ID)
1451
+ *
1452
+ * @generated from enum value: DOCUMENT_TYPE_NIT = 30;
1453
+ */
1454
+ NIT = 30,
1455
+ /**
1456
+ * TI - Tarjeta de Identidad
1457
+ *
1458
+ * @generated from enum value: DOCUMENT_TYPE_TI = 40;
1459
+ */
1460
+ TI = 40,
1461
+ /**
1462
+ * PP - Pasaporte
1463
+ *
1464
+ * @generated from enum value: DOCUMENT_TYPE_PP = 50;
1465
+ */
1466
+ PP = 50
1467
+ }
1468
+ /**
1469
+ * Describes the enum tzero.v1.common.PaymentDetails.ColombianAch.DocumentType.
1470
+ */
1471
+ export declare const PaymentDetails_ColombianAch_DocumentTypeSchema: GenEnum<PaymentDetails_ColombianAch_DocumentType>;
1472
+ /**
1473
+ * @generated from enum tzero.v1.common.PaymentDetails.ColombianAch.AccountType
1474
+ */
1475
+ export declare enum PaymentDetails_ColombianAch_AccountType {
1476
+ /**
1477
+ * @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
1478
+ */
1479
+ UNSPECIFIED = 0,
1480
+ /**
1481
+ * Cuenta de Ahorros
1482
+ *
1483
+ * @generated from enum value: ACCOUNT_TYPE_SAVINGS = 10;
1484
+ */
1485
+ SAVINGS = 10,
1486
+ /**
1487
+ * Cuenta Corriente
1488
+ *
1489
+ * @generated from enum value: ACCOUNT_TYPE_CHECKING = 20;
1490
+ */
1491
+ CHECKING = 20
1492
+ }
1493
+ /**
1494
+ * Describes the enum tzero.v1.common.PaymentDetails.ColombianAch.AccountType.
1495
+ */
1496
+ export declare const PaymentDetails_ColombianAch_AccountTypeSchema: GenEnum<PaymentDetails_ColombianAch_AccountType>;
1497
+ /**
1498
+ * Colombian Bre-B high-speed payment rail from Banco de la Republica.
1499
+ * Same fields as ColombianAch except no phone_number.
1500
+ *
1501
+ * @generated from message tzero.v1.common.PaymentDetails.ColombianBreb
1502
+ */
1503
+ export type PaymentDetails_ColombianBreb = Message<"tzero.v1.common.PaymentDetails.ColombianBreb"> & {
1504
+ /**
1505
+ * @generated from field: string document_number = 10;
1506
+ */
1507
+ documentNumber: string;
1508
+ /**
1509
+ * @generated from field: tzero.v1.common.PaymentDetails.ColombianBreb.DocumentType document_type = 20;
1510
+ */
1511
+ documentType: PaymentDetails_ColombianBreb_DocumentType;
1512
+ /**
1513
+ * @generated from field: string bank_code = 30;
1514
+ */
1515
+ bankCode: string;
1516
+ /**
1517
+ * @generated from field: string account_number = 40;
1518
+ */
1519
+ accountNumber: string;
1520
+ /**
1521
+ * @generated from field: tzero.v1.common.PaymentDetails.ColombianBreb.AccountType account_type = 50;
1522
+ */
1523
+ accountType: PaymentDetails_ColombianBreb_AccountType;
1524
+ /**
1525
+ * @generated from field: string beneficiary_name = 60;
1526
+ */
1527
+ beneficiaryName: string;
1528
+ };
1529
+ /**
1530
+ * Describes the message tzero.v1.common.PaymentDetails.ColombianBreb.
1531
+ * Use `create(PaymentDetails_ColombianBrebSchema)` to create a new message.
1532
+ */
1533
+ export declare const PaymentDetails_ColombianBrebSchema: GenMessage<PaymentDetails_ColombianBreb>;
1534
+ /**
1535
+ * @generated from enum tzero.v1.common.PaymentDetails.ColombianBreb.DocumentType
1536
+ */
1537
+ export declare enum PaymentDetails_ColombianBreb_DocumentType {
1538
+ /**
1539
+ * @generated from enum value: DOCUMENT_TYPE_UNSPECIFIED = 0;
1540
+ */
1541
+ UNSPECIFIED = 0,
1542
+ /**
1543
+ * CC - Cedula de Ciudadania
1544
+ *
1545
+ * @generated from enum value: DOCUMENT_TYPE_CC = 10;
1546
+ */
1547
+ CC = 10,
1548
+ /**
1549
+ * CE - Cedula de Extranjeria
1550
+ *
1551
+ * @generated from enum value: DOCUMENT_TYPE_CE = 20;
1552
+ */
1553
+ CE = 20,
1554
+ /**
1555
+ * NIT - Numero de Identificacion Tributaria (business tax ID)
1556
+ *
1557
+ * @generated from enum value: DOCUMENT_TYPE_NIT = 30;
1558
+ */
1559
+ NIT = 30,
1560
+ /**
1561
+ * TI - Tarjeta de Identidad
1562
+ *
1563
+ * @generated from enum value: DOCUMENT_TYPE_TI = 40;
1564
+ */
1565
+ TI = 40,
1566
+ /**
1567
+ * PP - Pasaporte
1568
+ *
1569
+ * @generated from enum value: DOCUMENT_TYPE_PP = 50;
1570
+ */
1571
+ PP = 50
1572
+ }
1573
+ /**
1574
+ * Describes the enum tzero.v1.common.PaymentDetails.ColombianBreb.DocumentType.
1575
+ */
1576
+ export declare const PaymentDetails_ColombianBreb_DocumentTypeSchema: GenEnum<PaymentDetails_ColombianBreb_DocumentType>;
1577
+ /**
1578
+ * @generated from enum tzero.v1.common.PaymentDetails.ColombianBreb.AccountType
1579
+ */
1580
+ export declare enum PaymentDetails_ColombianBreb_AccountType {
1581
+ /**
1582
+ * @generated from enum value: ACCOUNT_TYPE_UNSPECIFIED = 0;
1583
+ */
1584
+ UNSPECIFIED = 0,
1585
+ /**
1586
+ * Cuenta de Ahorros
1587
+ *
1588
+ * @generated from enum value: ACCOUNT_TYPE_SAVINGS = 10;
1589
+ */
1590
+ SAVINGS = 10,
1591
+ /**
1592
+ * Cuenta Corriente
1593
+ *
1594
+ * @generated from enum value: ACCOUNT_TYPE_CHECKING = 20;
1595
+ */
1596
+ CHECKING = 20
1597
+ }
1598
+ /**
1599
+ * Describes the enum tzero.v1.common.PaymentDetails.ColombianBreb.AccountType.
1600
+ */
1601
+ export declare const PaymentDetails_ColombianBreb_AccountTypeSchema: GenEnum<PaymentDetails_ColombianBreb_AccountType>;
1602
+ /**
1603
+ * GIP - Ghana Interbank Payment operated by GhIPSS.
1604
+ * Domestic bank transfers using a bank sort code and account number.
1605
+ *
1606
+ * @generated from message tzero.v1.common.PaymentDetails.Gip
1607
+ */
1608
+ export type PaymentDetails_Gip = Message<"tzero.v1.common.PaymentDetails.Gip"> & {
1609
+ /**
1610
+ * Destination bank sort code (6 numeric digits assigned by GhIPSS).
1611
+ *
1612
+ * @generated from field: string sort_code = 10;
1613
+ */
1614
+ sortCode: string;
1615
+ /**
1616
+ * Destination account number.
1617
+ *
1618
+ * @generated from field: string account_number = 20;
1619
+ */
1620
+ accountNumber: string;
1621
+ /**
1622
+ * Name registered on the destination account.
1623
+ *
1624
+ * @generated from field: string account_name = 30;
1625
+ */
1626
+ accountName: string;
1627
+ /**
1628
+ * Payment reference/description (optional).
1629
+ *
1630
+ * @generated from field: string reference = 40;
1631
+ */
1632
+ reference: string;
1633
+ };
1634
+ /**
1635
+ * Describes the message tzero.v1.common.PaymentDetails.Gip.
1636
+ * Use `create(PaymentDetails_GipSchema)` to create a new message.
1637
+ */
1638
+ export declare const PaymentDetails_GipSchema: GenMessage<PaymentDetails_Gip>;
1102
1639
  /**
1103
1640
  * @generated from enum tzero.v1.common.PaymentMethodType
1104
1641
  */
@@ -1191,7 +1728,49 @@ export declare enum PaymentMethodType {
1191
1728
  *
1192
1729
  * @generated from enum value: PAYMENT_METHOD_TYPE_RTP = 190;
1193
1730
  */
1194
- RTP = 190
1731
+ RTP = 190,
1732
+ /**
1733
+ * Chilean domestic bank transfer (CLP)
1734
+ *
1735
+ * @generated from enum value: PAYMENT_METHOD_TYPE_CHILEAN_BANK_TRANSFER = 200;
1736
+ */
1737
+ CHILEAN_BANK_TRANSFER = 200,
1738
+ /**
1739
+ * Peruvian domestic bank transfer (PEN, USD-PE)
1740
+ *
1741
+ * @generated from enum value: PAYMENT_METHOD_TYPE_PERU_BANK_TRANSFER = 210;
1742
+ */
1743
+ PERU_BANK_TRANSFER = 210,
1744
+ /**
1745
+ * Argentinian domestic bank transfer via CBU/CVU (ARS)
1746
+ *
1747
+ * @generated from enum value: PAYMENT_METHOD_TYPE_ARGENTINIAN_BANK_TRANSFER = 220;
1748
+ */
1749
+ ARGENTINIAN_BANK_TRANSFER = 220,
1750
+ /**
1751
+ * Mexican domestic bank transfer via SPEI/CLABE (MXN)
1752
+ *
1753
+ * @generated from enum value: PAYMENT_METHOD_TYPE_MEXICAN_BANK_TRANSFER = 230;
1754
+ */
1755
+ MEXICAN_BANK_TRANSFER = 230,
1756
+ /**
1757
+ * Colombian ACH bank transfer (COP)
1758
+ *
1759
+ * @generated from enum value: PAYMENT_METHOD_TYPE_COLOMBIAN_ACH = 240;
1760
+ */
1761
+ COLOMBIAN_ACH = 240,
1762
+ /**
1763
+ * Colombian Bre-B high-speed payment rail (COP)
1764
+ *
1765
+ * @generated from enum value: PAYMENT_METHOD_TYPE_COLOMBIAN_BREB = 250;
1766
+ */
1767
+ COLOMBIAN_BREB = 250,
1768
+ /**
1769
+ * GIP - Ghana Interbank Payment (GhIPSS)
1770
+ *
1771
+ * @generated from enum value: PAYMENT_METHOD_TYPE_GIP = 260;
1772
+ */
1773
+ GIP = 260
1195
1774
  }
1196
1775
  /**
1197
1776
  * Describes the enum tzero.v1.common.PaymentMethodType.