@riocrypto/common 1.0.2711 → 1.0.2712
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.
|
@@ -36,14 +36,18 @@ const DEFAULT_PROCESSORS = {
|
|
|
36
36
|
},
|
|
37
37
|
},
|
|
38
38
|
[country_1.Country.Peru]: {
|
|
39
|
+
// Alfin first in both directions because it is the programmatic one: virtual
|
|
40
|
+
// CCIs for payins, dispatched payouts, and the only rail that can verify an
|
|
41
|
+
// account. Interbank is keyed in by hand, so it stands in only where Alfin
|
|
42
|
+
// cannot be reached, which is everywhere but production.
|
|
39
43
|
[fiat_1.Fiat.PEN]: {
|
|
40
|
-
[processor_routing_1.ProcessorRoutingPurpose.Buy]: [processor_1.Processor.Interbank],
|
|
41
|
-
[processor_routing_1.ProcessorRoutingPurpose.Sell]: [processor_1.Processor.Interbank],
|
|
44
|
+
[processor_routing_1.ProcessorRoutingPurpose.Buy]: [processor_1.Processor.Alfin, processor_1.Processor.Interbank],
|
|
45
|
+
[processor_routing_1.ProcessorRoutingPurpose.Sell]: [processor_1.Processor.Alfin, processor_1.Processor.Interbank],
|
|
42
46
|
[processor_routing_1.ProcessorRoutingPurpose.BankAccountVerification]: [processor_1.Processor.Alfin],
|
|
43
47
|
},
|
|
44
48
|
[fiat_1.Fiat.USD]: {
|
|
45
|
-
[processor_routing_1.ProcessorRoutingPurpose.Buy]: [processor_1.Processor.Interbank],
|
|
46
|
-
[processor_routing_1.ProcessorRoutingPurpose.Sell]: [processor_1.Processor.Interbank],
|
|
49
|
+
[processor_routing_1.ProcessorRoutingPurpose.Buy]: [processor_1.Processor.Alfin, processor_1.Processor.Interbank],
|
|
50
|
+
[processor_routing_1.ProcessorRoutingPurpose.Sell]: [processor_1.Processor.Alfin, processor_1.Processor.Interbank],
|
|
47
51
|
[processor_routing_1.ProcessorRoutingPurpose.BankAccountVerification]: [processor_1.Processor.Alfin],
|
|
48
52
|
},
|
|
49
53
|
},
|