flowcommerce-reference 0.4.4 → 0.4.9

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.
@@ -5,7 +5,7 @@ module FlowCommerce
5
5
  class Currencies
6
6
  class Data
7
7
  def Data.new_c(hash)
8
- ::Io::FlowCommerce::Reference::V0::Models::Currency.new(hash)
8
+ ::Io::Flow::Reference::V0::Models::Currency.new(hash)
9
9
  end
10
10
 
11
11
  def Data.All
@@ -84,6 +84,10 @@ module FlowCommerce
84
84
  new_c({"name":"Brunei Dollar","iso_4217_3":"BND","number_decimals":2,"symbols":{"primary":"BND","narrow":"$"},"default_locale":"ms-BN"})
85
85
  end
86
86
 
87
+ def Data.Mmk
88
+ new_c({"name":"Burmese Kyat","iso_4217_3":"MMK","number_decimals":2,"symbols":{"primary":"MMK","narrow":"K"}})
89
+ end
90
+
87
91
  def Data.Khr
88
92
  new_c({"name":"Cambodia Riel","iso_4217_3":"KHR","number_decimals":2,"symbols":{"primary":"KHR","narrow":"៛"}})
89
93
  end
@@ -133,7 +137,7 @@ module FlowCommerce
133
137
  end
134
138
 
135
139
  def Data.Czk
136
- new_c({"name":"Czech Koruna","iso_4217_3":"CZK","number_decimals":2,"symbols":{"primary":"CZK","narrow":"Kč"}})
140
+ new_c({"name":"Czech Koruna","iso_4217_3":"CZK","number_decimals":2,"symbols":{"primary":"CZK","narrow":"Kč"},"default_locale":"cs-CZ"})
137
141
  end
138
142
 
139
143
  def Data.Dkk
@@ -165,7 +169,7 @@ module FlowCommerce
165
169
  end
166
170
 
167
171
  def Data.Etb
168
- new_c({"name":"Ethiopian Birr","iso_4217_3":"ETB","number_decimals":2,"symbols":{"primary":"ETB"}})
172
+ new_c({"name":"Ethiopian Birr","iso_4217_3":"ETB","number_decimals":2,"symbols":{"primary":"ETB"},"default_locale":"am-ET"})
169
173
  end
170
174
 
171
175
  def Data.Eur
@@ -221,7 +225,7 @@ module FlowCommerce
221
225
  end
222
226
 
223
227
  def Data.Huf
224
- new_c({"name":"Hungarian Forint","iso_4217_3":"HUF","number_decimals":2,"symbols":{"primary":"HUF","narrow":"Ft"},"default_locale":"hu"})
228
+ new_c({"name":"Hungarian Forint","iso_4217_3":"HUF","number_decimals":0,"symbols":{"primary":"HUF","narrow":"Ft"},"default_locale":"hu"})
225
229
  end
226
230
 
227
231
  def Data.Isk
@@ -305,11 +309,11 @@ module FlowCommerce
305
309
  end
306
310
 
307
311
  def Data.Mvr
308
- new_c({"name":"Maldives Rufiyaa","iso_4217_3":"MVR","number_decimals":2,"symbols":{"primary":"MVR"}})
312
+ new_c({"name":"Maldives Rufiyaa","iso_4217_3":"MVR","number_decimals":2,"symbols":{"primary":"MVR"},"default_locale":"dv-MV"})
309
313
  end
310
314
 
311
315
  def Data.Mro
312
- new_c({"name":"Mauritania Ouguiya","iso_4217_3":"MRO","number_decimals":1,"symbols":{"primary":"MRO"},"default_locale":"ar-MR"})
316
+ new_c({"name":"Mauritania Ouguiya","iso_4217_3":"MRO","number_decimals":1,"symbols":{"primary":"MRO"}})
313
317
  end
314
318
 
315
319
  def Data.Mur
@@ -341,11 +345,11 @@ module FlowCommerce
341
345
  end
342
346
 
343
347
  def Data.Npr
344
- new_c({"name":"Nepalese Rupee","iso_4217_3":"NPR","number_decimals":2,"symbols":{"primary":"NPR","narrow":"Rs"}})
348
+ new_c({"name":"Nepalese Rupee","iso_4217_3":"NPR","number_decimals":2,"symbols":{"primary":"NPR","narrow":"Rs"},"default_locale":"ne-NP"})
345
349
  end
346
350
 
347
351
  def Data.Byn
348
- new_c({"name":"New Belarusian Ruble","iso_4217_3":"BYN","number_decimals":2,"symbols":{"primary":"BYN","narrow":"р."}})
352
+ new_c({"name":"New Belarusian Ruble","iso_4217_3":"BYN","number_decimals":2,"symbols":{"primary":"BYN","narrow":"р."},"default_locale":"ru-BY"})
349
353
  end
350
354
 
351
355
  def Data.Bgn
@@ -369,7 +373,7 @@ module FlowCommerce
369
373
  end
370
374
 
371
375
  def Data.Twd
372
- new_c({"name":"New Taiwan Dollar","iso_4217_3":"TWD","number_decimals":0,"symbols":{"primary":"NT$","narrow":"$"}})
376
+ new_c({"name":"New Taiwan Dollar","iso_4217_3":"TWD","number_decimals":0,"symbols":{"primary":"NT$","narrow":"$"},"default_locale":"zh-TW"})
373
377
  end
374
378
 
375
379
  def Data.Try
@@ -429,7 +433,7 @@ module FlowCommerce
429
433
  end
430
434
 
431
435
  def Data.Rub
432
- new_c({"name":"Russian Ruble","iso_4217_3":"RUB","number_decimals":2,"symbols":{"primary":"RUB","narrow":"₽"},"default_locale":"ru"})
436
+ new_c({"name":"Russian Ruble","iso_4217_3":"RUB","number_decimals":0,"symbols":{"primary":"RUB","narrow":"₽"},"default_locale":"ru"})
433
437
  end
434
438
 
435
439
  def Data.Rwf
@@ -441,7 +445,7 @@ module FlowCommerce
441
445
  end
442
446
 
443
447
  def Data.Std
444
- new_c({"name":"Sao Tome & Principe Dobra","iso_4217_3":"STD","number_decimals":2,"symbols":{"primary":"STD"},"default_locale":"pt-ST"})
448
+ new_c({"name":"Sao Tome & Principe Dobra","iso_4217_3":"STD","number_decimals":2,"symbols":{"primary":"STD"}})
445
449
  end
446
450
 
447
451
  def Data.Sar
@@ -449,7 +453,7 @@ module FlowCommerce
449
453
  end
450
454
 
451
455
  def Data.Rsd
452
- new_c({"name":"Serbian Dinar","iso_4217_3":"RSD","number_decimals":2,"symbols":{"primary":"RSD"}})
456
+ new_c({"name":"Serbian Dinar","iso_4217_3":"RSD","number_decimals":2,"symbols":{"primary":"RSD"},"default_locale":"sr-RS"})
453
457
  end
454
458
 
455
459
  def Data.Scr
@@ -481,7 +485,7 @@ module FlowCommerce
481
485
  end
482
486
 
483
487
  def Data.Krw
484
- new_c({"name":"South-Korean Won","iso_4217_3":"KRW","number_decimals":0,"symbols":{"primary":"₩","narrow":"₩"}})
488
+ new_c({"name":"South-Korean Won","iso_4217_3":"KRW","number_decimals":0,"symbols":{"primary":"₩","narrow":"₩"},"default_locale":"ko-KR"})
485
489
  end
486
490
 
487
491
  def Data.Lkr
@@ -501,7 +505,7 @@ module FlowCommerce
501
505
  end
502
506
 
503
507
  def Data.Sek
504
- new_c({"name":"Swedish Krone","iso_4217_3":"SEK","number_decimals":2,"symbols":{"primary":"SEK","narrow":"kr"}})
508
+ new_c({"name":"Swedish Krone","iso_4217_3":"SEK","number_decimals":2,"symbols":{"primary":"SEK","narrow":"kr"},"default_locale":"sv-SE"})
505
509
  end
506
510
 
507
511
  def Data.Chf
@@ -525,7 +529,7 @@ module FlowCommerce
525
529
  end
526
530
 
527
531
  def Data.Tnd
528
- new_c({"name":"Tunisian Dinar","iso_4217_3":"TND","number_decimals":3,"symbols":{"primary":"TND"}})
532
+ new_c({"name":"Tunisian Dinar","iso_4217_3":"TND","number_decimals":3,"symbols":{"primary":"TND"},"default_locale":"ar-TN"})
529
533
  end
530
534
 
531
535
  def Data.Tmt
@@ -557,7 +561,7 @@ module FlowCommerce
557
561
  end
558
562
 
559
563
  def Data.Vef
560
- new_c({"name":"Venezuelan Bolívar","iso_4217_3":"VEF","number_decimals":2,"symbols":{"primary":"VEF","narrow":"Bs"},"default_locale":"es-VE"})
564
+ new_c({"name":"Venezuelan Bolívar Fuerte","iso_4217_3":"VEF","number_decimals":2,"symbols":{"primary":"VEF","narrow":"Bs"}})
561
565
  end
562
566
 
563
567
  def Data.Vnd
@@ -5,7 +5,7 @@ module FlowCommerce
5
5
  class Languages
6
6
  class Data
7
7
  def Data.new_l(hash)
8
- ::Io::FlowCommerce::Reference::V0::Models::Language.new(hash)
8
+ ::Io::Flow::Reference::V0::Models::Language.new(hash)
9
9
  end
10
10
 
11
11
  def Data.Aa
@@ -29,7 +29,7 @@ module FlowCommerce
29
29
  end
30
30
 
31
31
  def Data.Ar
32
- new_l({"name":"Arabic","iso_639_2":"ar","countries":["ARE","BHR","COM","DJI","DZA","EGY","ISR","JOR","KWT","LBN","LBY","MAR","MRT","NER","OMN","QAT","SAU","SOM","TCD","YEM"],"locales":["ar-AE","ar-BH","ar-DZ","ar-EG","ar-IQ","ar-JO","ar-KW","ar-LB","ar-LY","ar-MA","ar-OM","ar-QA","ar-SA","ar-SY","ar-TN","ar-YE"]})
32
+ new_l({"name":"Arabic","iso_639_2":"ar","countries":["ARE","BHR","COM","DJI","DZA","EGY","ERI","IRQ","ISR","JOR","KWT","LBN","LBY","MAR","MRT","NER","OMN","QAT","SAU","SDN","SOM","SYR","TCD","TUN","YEM"],"locales":["ar-AE","ar-BH","ar-DZ","ar-EG","ar-IQ","ar-JO","ar-KW","ar-LB","ar-LY","ar-MA","ar-OM","ar-QA","ar-SA","ar-SY","ar-TN","ar-YE"]})
33
33
  end
34
34
 
35
35
  def Data.Hy
@@ -49,7 +49,7 @@ module FlowCommerce
49
49
  end
50
50
 
51
51
  def Data.Be
52
- new_l({"name":"Belarusian","iso_639_2":"be","countries":[],"locales":["be-BY"]})
52
+ new_l({"name":"Belarusian","iso_639_2":"be","countries":["BLR"],"locales":["be-BY"]})
53
53
  end
54
54
 
55
55
  def Data.Bn
@@ -69,7 +69,7 @@ module FlowCommerce
69
69
  end
70
70
 
71
71
  def Data.My
72
- new_l({"name":"Burmese","iso_639_2":"my","countries":[],"locales":[]})
72
+ new_l({"name":"Burmese","iso_639_2":"my","countries":["MMR"],"locales":[]})
73
73
  end
74
74
 
75
75
  def Data.Ca
@@ -109,7 +109,7 @@ module FlowCommerce
109
109
  end
110
110
 
111
111
  def Data.En
112
- new_l({"name":"English","iso_639_2":"en","countries":["ATG","AUS","BHS","BLZ","BRB","BWA","CAN","CMR","CUW","DMA","FJI","FSM","GBR","GHA","GMB","GRD","GUY","HKG","IND","IRL","JAM","KEN","KIR","KNA","LCA","LKA","LSO","MHL","MLT","MUS","MWI","MYS","NAM","NGA","NRU","NZL","PAK","PHL","PLW","PNG","RWA","SGP","SLB","SLE","SSD","SWZ","SXM","SYC","TON","TTO","TUV","TZA","UGA","USA","VCT","VUT","WSM","ZAF","ZMB"],"locales":["en-AU","en-BZ","en-CA","en-CB","en-GB","en-IE","en-JM","en-NZ","en-PH","en-TT","en-US","en-ZA","en-ZW"]})
112
+ new_l({"name":"English","iso_639_2":"en","countries":["ATG","AUS","BHS","BLZ","BRB","BWA","CAN","CMR","CUW","DMA","ERI","FJI","FSM","GBR","GHA","GMB","GRD","GUY","HKG","IND","IRL","JAM","KEN","KIR","KNA","LBR","LCA","LKA","LSO","MHL","MLT","MUS","MWI","MYS","NAM","NGA","NRU","NZL","PAK","PHL","PLW","PNG","RWA","SDN","SGP","SLB","SLE","SSD","SWZ","SXM","SYC","TON","TTO","TUV","TZA","UGA","USA","VCT","VUT","WSM","ZAF","ZMB","ZWE"],"locales":["en-AU","en-BZ","en-CA","en-CB","en-GB","en-IE","en-JM","en-NZ","en-PH","en-TT","en-US","en-ZA","en-ZW"]})
113
113
  end
114
114
 
115
115
  def Data.Et
@@ -129,7 +129,7 @@ module FlowCommerce
129
129
  end
130
130
 
131
131
  def Data.Fr
132
- new_l({"name":"French","iso_639_2":"fr","countries":["BEL","BEN","BFA","BLM","CAF","CAN","CHE","CIV","CMR","COG","COM","DJI","FRA","GAB","GIN","GLP","GNQ","GUF","HTI","ITA","JEY","LUX","MCO","MDG","MLI","MTQ","MUS","MYT","NCL","NER","PYF","REU","RWA","SEN","SPM","SYC","TCD","TGO","VUT","WLF"],"locales":["fr","fr-BE","fr-CA","fr-CH","fr-LU","fr-MC"]})
132
+ new_l({"name":"French","iso_639_2":"fr","countries":["BDI","BEL","BEN","BFA","BLM","CAF","CAN","CHE","CIV","CMR","COD","COG","COM","DJI","FRA","GAB","GIN","GLP","GNQ","GUF","HTI","ITA","JEY","LUX","MCO","MDG","MLI","MTQ","MUS","MYT","NCL","NER","PYF","REU","RWA","SEN","SPM","SYC","TCD","TGO","VUT","WLF"],"locales":["fr","fr-BE","fr-CA","fr-CH","fr-LU","fr-MC"]})
133
133
  end
134
134
 
135
135
  def Data.Ff
@@ -197,7 +197,7 @@ module FlowCommerce
197
197
  end
198
198
 
199
199
  def Data.It
200
- new_l({"name":"Italian","iso_639_2":"it","countries":["CHE","HRV","ITA","SMR","SVN"],"locales":["it","it-CH"]})
200
+ new_l({"name":"Italian","iso_639_2":"it","countries":["CHE","HRV","ITA","SMR","SVN","VAT"],"locales":["it","it-CH"]})
201
201
  end
202
202
 
203
203
  def Data.Ja
@@ -221,11 +221,11 @@ module FlowCommerce
221
221
  end
222
222
 
223
223
  def Data.Rn
224
- new_l({"name":"Kirundi","iso_639_2":"rn","countries":[],"locales":[]})
224
+ new_l({"name":"Kirundi","iso_639_2":"rn","countries":["BDI"],"locales":[]})
225
225
  end
226
226
 
227
227
  def Data.Kg
228
- new_l({"name":"Kongo","iso_639_2":"kg","countries":["AGO","COG"],"locales":[]})
228
+ new_l({"name":"Kongo","iso_639_2":"kg","countries":["AGO","COD","COG"],"locales":[]})
229
229
  end
230
230
 
231
231
  def Data.Ko
@@ -233,7 +233,7 @@ module FlowCommerce
233
233
  end
234
234
 
235
235
  def Data.Ku
236
- new_l({"name":"Kurdish","iso_639_2":"ku","countries":[],"locales":[]})
236
+ new_l({"name":"Kurdish","iso_639_2":"ku","countries":["IRQ"],"locales":[]})
237
237
  end
238
238
 
239
239
  def Data.Kj
@@ -249,7 +249,7 @@ module FlowCommerce
249
249
  end
250
250
 
251
251
  def Data.La
252
- new_l({"name":"Latin","iso_639_2":"la","countries":[],"locales":[]})
252
+ new_l({"name":"Latin","iso_639_2":"la","countries":["VAT"],"locales":[]})
253
253
  end
254
254
 
255
255
  def Data.Lv
@@ -257,7 +257,7 @@ module FlowCommerce
257
257
  end
258
258
 
259
259
  def Data.Ln
260
- new_l({"name":"Lingala","iso_639_2":"ln","countries":["COG"],"locales":[]})
260
+ new_l({"name":"Lingala","iso_639_2":"ln","countries":["COD","COG"],"locales":[]})
261
261
  end
262
262
 
263
263
  def Data.Lt
@@ -265,7 +265,7 @@ module FlowCommerce
265
265
  end
266
266
 
267
267
  def Data.Lu
268
- new_l({"name":"Luba-Katanga","iso_639_2":"lu","countries":[],"locales":[]})
268
+ new_l({"name":"Luba-Katanga","iso_639_2":"lu","countries":["COD"],"locales":[]})
269
269
  end
270
270
 
271
271
  def Data.Lb
@@ -273,7 +273,7 @@ module FlowCommerce
273
273
  end
274
274
 
275
275
  def Data.Mk
276
- new_l({"name":"Macedonian","iso_639_2":"mk","countries":[],"locales":["mk"]})
276
+ new_l({"name":"Macedonian","iso_639_2":"mk","countries":["MKD"],"locales":["mk"]})
277
277
  end
278
278
 
279
279
  def Data.Mg
@@ -305,7 +305,7 @@ module FlowCommerce
305
305
  end
306
306
 
307
307
  def Data.Nd
308
- new_l({"name":"Northern Ndebele","iso_639_2":"nd","countries":["ZAF"],"locales":[]})
308
+ new_l({"name":"Northern Ndebele","iso_639_2":"nd","countries":["ZAF","ZWE"],"locales":[]})
309
309
  end
310
310
 
311
311
  def Data.No
@@ -325,11 +325,11 @@ module FlowCommerce
325
325
  end
326
326
 
327
327
  def Data.Ps
328
- new_l({"name":"Pashto","iso_639_2":"ps","countries":[],"locales":[]})
328
+ new_l({"name":"Pashto","iso_639_2":"ps","countries":["AFG"],"locales":[]})
329
329
  end
330
330
 
331
331
  def Data.Fa
332
- new_l({"name":"Persian","iso_639_2":"fa","countries":["TJK"],"locales":["fa-IR"]})
332
+ new_l({"name":"Persian","iso_639_2":"fa","countries":["AFG","IRN","TJK"],"locales":["fa-IR"]})
333
333
  end
334
334
 
335
335
  def Data.Pl
@@ -353,7 +353,7 @@ module FlowCommerce
353
353
  end
354
354
 
355
355
  def Data.Ru
356
- new_l({"name":"Russian","iso_639_2":"ru","countries":["KAZ","KGZ","RUS","TJK"],"locales":["ru"]})
356
+ new_l({"name":"Russian","iso_639_2":"ru","countries":["BLR","KAZ","KGZ","RUS","TJK"],"locales":["ru"]})
357
357
  end
358
358
 
359
359
  def Data.Sg
@@ -365,7 +365,7 @@ module FlowCommerce
365
365
  end
366
366
 
367
367
  def Data.Sn
368
- new_l({"name":"Shona","iso_639_2":"sn","countries":[],"locales":[]})
368
+ new_l({"name":"Shona","iso_639_2":"sn","countries":["ZWE"],"locales":[]})
369
369
  end
370
370
 
371
371
  def Data.Si
@@ -393,11 +393,11 @@ module FlowCommerce
393
393
  end
394
394
 
395
395
  def Data.Es
396
- new_l({"name":"Spanish","iso_639_2":"es","countries":["ARG","BOL","CHL","COL","CRI","DOM","ECU","ESP","GNQ","GTM","HND","MEX","NIC","PAN","PER","PRY","SLV","URY","VEN"],"locales":["es","es-AR","es-BO","es-CL","es-CO","es-CR","es-DO","es-EC","es-GT","es-HN","es-MX","es-NI","es-PA","es-PE","es-PR","es-PY","es-SV","es-UY","es-VE"]})
396
+ new_l({"name":"Spanish","iso_639_2":"es","countries":["ARG","BOL","CHL","COL","CRI","CUB","DOM","ECU","ESH","ESP","GNQ","GTM","HND","MEX","NIC","PAN","PER","PRI","PRY","SLV","URY","VEN"],"locales":["es","es-AR","es-BO","es-CL","es-CO","es-CR","es-DO","es-EC","es-GT","es-HN","es-MX","es-NI","es-PA","es-PE","es-PR","es-PY","es-SV","es-UY","es-VE"]})
397
397
  end
398
398
 
399
399
  def Data.Sw
400
- new_l({"name":"Swahili","iso_639_2":"sw","countries":["KEN","TZA","UGA"],"locales":["sw-KE"]})
400
+ new_l({"name":"Swahili","iso_639_2":"sw","countries":["COD","KEN","TZA","UGA"],"locales":["sw-KE"]})
401
401
  end
402
402
 
403
403
  def Data.Ss
@@ -405,7 +405,7 @@ module FlowCommerce
405
405
  end
406
406
 
407
407
  def Data.Sv
408
- new_l({"name":"Swedish","iso_639_2":"sv","countries":["FIN","SWE"],"locales":["sv-FI","sv-SE"]})
408
+ new_l({"name":"Swedish","iso_639_2":"sv","countries":["ALA","FIN","SWE"],"locales":["sv-FI","sv-SE"]})
409
409
  end
410
410
 
411
411
  def Data.Tl
@@ -429,7 +429,7 @@ module FlowCommerce
429
429
  end
430
430
 
431
431
  def Data.Ti
432
- new_l({"name":"Tigrinya","iso_639_2":"ti","countries":[],"locales":[]})
432
+ new_l({"name":"Tigrinya","iso_639_2":"ti","countries":["ERI"],"locales":[]})
433
433
  end
434
434
 
435
435
  def Data.Ts
@@ -3,160 +3,176 @@
3
3
  module FlowCommerce
4
4
  module Reference
5
5
  class PaymentMethods
6
- SUPPORTED_CREDIT_CARDS = [:ach, :alipay, :american_express, :bankTransfer_IBAN, :bitcoin, :bitpay, :cartes_bancaires, :china_union_pay, :dankort, :diners_club, :directEbanking, :discover, :dotpay, :dragonpay_ebanking, :dragonpay_gcash, :dragonpay_otc_banking, :ebanking_FI, :giropay, :ideal, :interac, :jcb, :kcp_banktransfer, :kcp_creditcard, :kcp_payco, :klarna, :maestro, :mastercard, :molpay_points, :multibanco, :paypal, :qiwiwallet, :sepadirectdebit, :trustly, :trustpay, :unionpay, :visa, :wechatpay]
6
+ SUPPORTED_CREDIT_CARDS = [:ach, :afterpay, :alipay, :american_express, :apple_pay, :bankTransfer_IBAN, :bitcoin, :bitpay, :cartes_bancaires, :china_union_pay, :cryptocom_pay, :dankort, :diners_club, :directEbanking, :discover, :dotpay, :dragonpay_ebanking, :dragonpay_gcash, :dragonpay_otc_banking, :ebanking_FI, :giropay, :google_pay, :ideal, :interac, :jcb, :kcp_banktransfer, :kcp_creditcard, :kcp_payco, :klarna, :maestro, :mastercard, :molpay_points, :multibanco, :paypal, :qiwiwallet, :sepadirectdebit, :trustly, :trustpay, :unionpay, :visa, :wechatpay]
7
7
 
8
8
  class Data
9
9
  class << self
10
10
  def new_pm(hash)
11
- ::Io::FlowCommerce::Reference::V0::Models::PaymentMethod.new(hash)
11
+ ::Io::Flow::Reference::V0::Models::PaymentMethod.new(hash)
12
12
  end
13
13
 
14
14
  def Ach
15
- new_pm({"id":"ach","type":"online","name":"ACH","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/ach/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/ach/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/ach/120/original.png","width":256,"height":256}},"regions":["world"]})
15
+ new_pm({"id":"ach","type":"online","name":"ACH","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/ach/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/ach/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/ach/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
16
+ end
17
+
18
+ def Afterpay
19
+ new_pm({"id":"afterpay","type":"online","name":"Afterpay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/afterpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/afterpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/afterpay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
16
20
  end
17
21
 
18
22
  def Alipay
19
- new_pm({"id":"alipay","type":"online","name":"Alipay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/alipay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/alipay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/alipay/120/original.png","width":256,"height":256}},"regions":["world"]})
23
+ new_pm({"id":"alipay","type":"online","name":"Alipay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/alipay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/alipay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/alipay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
20
24
  end
21
25
 
22
26
  def AmericanExpress
23
- new_pm({"id":"american_express","type":"card","name":"American Express","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/american_express/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/american_express/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/american_express/120/original.png","width":256,"height":256}},"regions":["world"]})
27
+ new_pm({"id":"american_express","type":"card","name":"American Express","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/american_express/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/american_express/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/american_express/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":["credit"]})
28
+ end
29
+
30
+ def ApplePay
31
+ new_pm({"id":"apple_pay","type":"online","name":"Apple Pay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/apple_pay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/apple_pay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/apple_pay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
24
32
  end
25
33
 
26
34
  def BanktransferIban
27
- new_pm({"id":"bankTransfer_IBAN","type":"online","name":"International Bank Transfer (IBAN)","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/bankTransfer_IBAN/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/bankTransfer_IBAN/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/bankTransfer_IBAN/120/original.png","width":256,"height":256}},"regions":["world"]})
35
+ new_pm({"id":"bankTransfer_IBAN","type":"online","name":"International Bank Transfer (IBAN)","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/bankTransfer_IBAN/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/bankTransfer_IBAN/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/bankTransfer_IBAN/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
28
36
  end
29
37
 
30
38
  def Bitcoin
31
- new_pm({"id":"bitcoin","type":"online","name":"Bitcoin","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/bitcoin/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/bitcoin/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/bitcoin/120/original.png","width":256,"height":256}},"regions":["world"]})
39
+ new_pm({"id":"bitcoin","type":"online","name":"Bitcoin","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/bitcoin/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/bitcoin/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/bitcoin/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
32
40
  end
33
41
 
34
42
  def Bitpay
35
- new_pm({"id":"bitpay","type":"online","name":"BitPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/bitpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/bitpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/bitpay/120/original.png","width":256,"height":256}},"regions":["world"]})
43
+ new_pm({"id":"bitpay","type":"online","name":"BitPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/bitpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/bitpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/bitpay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
36
44
  end
37
45
 
38
46
  def CartesBancaires
39
- new_pm({"id":"cartes_bancaires","type":"card","name":"Cartes Bancaires","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/cartes_bancaires/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/cartes_bancaires/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/cartes_bancaires/120/original.png","width":256,"height":256}},"regions":["fra"]})
47
+ new_pm({"id":"cartes_bancaires","type":"card","name":"Cartes Bancaires","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/cartes_bancaires/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/cartes_bancaires/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/cartes_bancaires/120/original.png","width":256,"height":256}},"regions":["fra"],"capabilities":["credit"]})
40
48
  end
41
49
 
42
50
  def ChinaUnionPay
43
- new_pm({"id":"china_union_pay","type":"card","name":"China Union Pay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/china_union_pay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/china_union_pay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/china_union_pay/120/original.png","width":256,"height":256}},"regions":["chn"]})
51
+ new_pm({"id":"china_union_pay","type":"card","name":"China Union Pay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/china_union_pay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/china_union_pay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/china_union_pay/120/original.png","width":256,"height":256}},"regions":["chn"],"capabilities":["credit","debit"]})
52
+ end
53
+
54
+ def CryptocomPay
55
+ new_pm({"id":"cryptocom_pay","type":"online","name":"Crypto.com Pay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/cryptocom_pay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/cryptocom_pay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/cryptocom_pay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
44
56
  end
45
57
 
46
58
  def Dankort
47
- new_pm({"id":"dankort","type":"card","name":"Dankort","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dankort/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dankort/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dankort/120/original.png","width":256,"height":256}},"regions":["europe"]})
59
+ new_pm({"id":"dankort","type":"card","name":"Dankort","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dankort/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dankort/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dankort/120/original.png","width":256,"height":256}},"regions":["europe"],"capabilities":["debit"]})
48
60
  end
49
61
 
50
62
  def DinersClub
51
- new_pm({"id":"diners_club","type":"card","name":"Diners Club","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/diners_club/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/diners_club/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/diners_club/120/original.png","width":256,"height":256}},"regions":["europe","north-america"]})
63
+ new_pm({"id":"diners_club","type":"card","name":"Diners Club","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/diners_club/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/diners_club/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/diners_club/120/original.png","width":256,"height":256}},"regions":["europe","north-america"],"capabilities":["credit"]})
52
64
  end
53
65
 
54
66
  def Directebanking
55
- new_pm({"id":"directEbanking","type":"online","name":"Sofortüberweisung","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/directEbanking/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/directEbanking/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/directEbanking/120/original.png","width":256,"height":256}},"regions":["world"]})
67
+ new_pm({"id":"directEbanking","type":"online","name":"Sofortüberweisung","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/directEbanking/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/directEbanking/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/directEbanking/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
56
68
  end
57
69
 
58
70
  def Discover
59
- new_pm({"id":"discover","type":"card","name":"Discover","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/discover/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/discover/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/discover/120/original.png","width":256,"height":256}},"regions":["europe","north-america"]})
71
+ new_pm({"id":"discover","type":"card","name":"Discover","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/discover/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/discover/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/discover/120/original.png","width":256,"height":256}},"regions":["europe","north-america"],"capabilities":["credit"]})
60
72
  end
61
73
 
62
74
  def Dotpay
63
- new_pm({"id":"dotpay","type":"online","name":"Dotpay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dotpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dotpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dotpay/120/original.png","width":256,"height":256}},"regions":["world"]})
75
+ new_pm({"id":"dotpay","type":"online","name":"Dotpay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dotpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dotpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dotpay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
64
76
  end
65
77
 
66
78
  def DragonpayEbanking
67
- new_pm({"id":"dragonpay_ebanking","type":"online","name":"Dragonpay eBanking","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_ebanking/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_ebanking/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_ebanking/120/original.png","width":256,"height":256}},"regions":["world"]})
79
+ new_pm({"id":"dragonpay_ebanking","type":"online","name":"Dragonpay eBanking","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_ebanking/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_ebanking/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_ebanking/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
68
80
  end
69
81
 
70
82
  def DragonpayGcash
71
- new_pm({"id":"dragonpay_gcash","type":"online","name":"GCash via Dragonpay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_gcash/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_gcash/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_gcash/120/original.png","width":256,"height":256}},"regions":["world"]})
83
+ new_pm({"id":"dragonpay_gcash","type":"online","name":"GCash via Dragonpay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_gcash/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_gcash/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_gcash/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
72
84
  end
73
85
 
74
86
  def DragonpayOtcBanking
75
- new_pm({"id":"dragonpay_otc_banking","type":"online","name":"Dragonpay OTC","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_otc_banking/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_otc_banking/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_otc_banking/120/original.png","width":256,"height":256}},"regions":["world"]})
87
+ new_pm({"id":"dragonpay_otc_banking","type":"online","name":"Dragonpay OTC","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_otc_banking/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_otc_banking/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/dragonpay_otc_banking/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
76
88
  end
77
89
 
78
90
  def EbankingFi
79
- new_pm({"id":"ebanking_FI","type":"online","name":"Finnish E-Banking","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/ebanking_FI/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/ebanking_FI/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/ebanking_FI/120/original.png","width":256,"height":256}},"regions":["world"]})
91
+ new_pm({"id":"ebanking_FI","type":"online","name":"Finnish E-Banking","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/ebanking_FI/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/ebanking_FI/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/ebanking_FI/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
80
92
  end
81
93
 
82
94
  def Giropay
83
- new_pm({"id":"giropay","type":"online","name":"GiroPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/giropay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/giropay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/giropay/120/original.png","width":256,"height":256}},"regions":["world"]})
95
+ new_pm({"id":"giropay","type":"online","name":"GiroPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/giropay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/giropay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/giropay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
96
+ end
97
+
98
+ def GooglePay
99
+ new_pm({"id":"google_pay","type":"online","name":"Google Pay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/google_pay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/google_pay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/google_pay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
84
100
  end
85
101
 
86
102
  def Ideal
87
- new_pm({"id":"ideal","type":"online","name":"iDEAL","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/ideal/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/ideal/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/ideal/120/original.png","width":256,"height":256}},"regions":["world"]})
103
+ new_pm({"id":"ideal","type":"online","name":"iDEAL","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/ideal/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/ideal/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/ideal/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
88
104
  end
89
105
 
90
106
  def Interac
91
- new_pm({"id":"interac","type":"online","name":"Interac Online","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/interac/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/interac/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/interac/120/original.png","width":256,"height":256}},"regions":["world"]})
107
+ new_pm({"id":"interac","type":"online","name":"Interac Online","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/interac/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/interac/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/interac/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
92
108
  end
93
109
 
94
110
  def Jcb
95
- new_pm({"id":"jcb","type":"card","name":"Jcb","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/jcb/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/jcb/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/jcb/120/original.png","width":256,"height":256}},"regions":["jpn"]})
111
+ new_pm({"id":"jcb","type":"card","name":"Jcb","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/jcb/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/jcb/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/jcb/120/original.png","width":256,"height":256}},"regions":["jpn"],"capabilities":["credit","debit"]})
96
112
  end
97
113
 
98
114
  def KcpBanktransfer
99
- new_pm({"id":"kcp_banktransfer","type":"online","name":"Bank Transfer via KCP","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_banktransfer/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_banktransfer/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_banktransfer/120/original.png","width":256,"height":256}},"regions":["world"]})
115
+ new_pm({"id":"kcp_banktransfer","type":"online","name":"Bank Transfer via KCP","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_banktransfer/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_banktransfer/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_banktransfer/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
100
116
  end
101
117
 
102
118
  def KcpCreditcard
103
- new_pm({"id":"kcp_creditcard","type":"online","name":"Credit Card via KCP","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_creditcard/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_creditcard/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_creditcard/120/original.png","width":256,"height":256}},"regions":["world"]})
119
+ new_pm({"id":"kcp_creditcard","type":"online","name":"Credit Card via KCP","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_creditcard/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_creditcard/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_creditcard/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
104
120
  end
105
121
 
106
122
  def KcpPayco
107
- new_pm({"id":"kcp_payco","type":"online","name":"PayCo","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_payco/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_payco/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_payco/120/original.png","width":256,"height":256}},"regions":["world"]})
123
+ new_pm({"id":"kcp_payco","type":"online","name":"PayCo","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_payco/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_payco/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/kcp_payco/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
108
124
  end
109
125
 
110
126
  def Klarna
111
- new_pm({"id":"klarna","type":"online","name":"Klarna","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/klarna/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/klarna/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/klarna/120/original.png","width":256,"height":256}},"regions":["world"]})
127
+ new_pm({"id":"klarna","type":"online","name":"Klarna","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/klarna/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/klarna/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/klarna/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
112
128
  end
113
129
 
114
130
  def Maestro
115
- new_pm({"id":"maestro","type":"card","name":"Maestro","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/maestro/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/maestro/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/maestro/120/original.png","width":256,"height":256}},"regions":["europe","north-america"]})
131
+ new_pm({"id":"maestro","type":"card","name":"Maestro","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/maestro/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/maestro/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/maestro/120/original.png","width":256,"height":256}},"regions":["europe","north-america"],"capabilities":["debit"]})
116
132
  end
117
133
 
118
134
  def Mastercard
119
- new_pm({"id":"mastercard","type":"card","name":"Mastercard","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/mastercard/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/mastercard/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/mastercard/120/original.png","width":256,"height":256}},"regions":["world"]})
135
+ new_pm({"id":"mastercard","type":"card","name":"Mastercard","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/mastercard/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/mastercard/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/mastercard/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":["credit","debit"]})
120
136
  end
121
137
 
122
138
  def MolpayPoints
123
- new_pm({"id":"molpay_points","type":"online","name":"MOLPoints via MOLPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/molpay_points/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/molpay_points/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/molpay_points/120/original.png","width":256,"height":256}},"regions":["world"]})
139
+ new_pm({"id":"molpay_points","type":"online","name":"MOLPoints via MOLPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/molpay_points/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/molpay_points/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/molpay_points/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
124
140
  end
125
141
 
126
142
  def Multibanco
127
- new_pm({"id":"multibanco","type":"online","name":"Multibanco","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/multibanco/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/multibanco/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/multibanco/120/original.png","width":256,"height":256}},"regions":["world"]})
143
+ new_pm({"id":"multibanco","type":"online","name":"Multibanco","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/multibanco/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/multibanco/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/multibanco/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
128
144
  end
129
145
 
130
146
  def Paypal
131
- new_pm({"id":"paypal","type":"online","name":"PayPal","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/paypal/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/paypal/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/paypal/120/original.png","width":180,"height":60}},"regions":["world"]})
147
+ new_pm({"id":"paypal","type":"online","name":"PayPal","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/paypal/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/paypal/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/paypal/120/original.png","width":180,"height":60}},"regions":["world"],"capabilities":[]})
132
148
  end
133
149
 
134
150
  def Qiwiwallet
135
- new_pm({"id":"qiwiwallet","type":"online","name":"Qiwi Wallet","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/qiwiwallet/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/qiwiwallet/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/qiwiwallet/120/original.png","width":256,"height":256}},"regions":["world"]})
151
+ new_pm({"id":"qiwiwallet","type":"online","name":"Qiwi Wallet","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/qiwiwallet/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/qiwiwallet/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/qiwiwallet/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
136
152
  end
137
153
 
138
154
  def Sepadirectdebit
139
- new_pm({"id":"sepadirectdebit","type":"online","name":"SEPA Direct Debit","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/sepadirectdebit/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/sepadirectdebit/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/sepadirectdebit/120/original.png","width":256,"height":256}},"regions":["world"]})
155
+ new_pm({"id":"sepadirectdebit","type":"online","name":"SEPA Direct Debit","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/sepadirectdebit/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/sepadirectdebit/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/sepadirectdebit/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
140
156
  end
141
157
 
142
158
  def Trustly
143
- new_pm({"id":"trustly","type":"online","name":"Trustly","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/trustly/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/trustly/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/trustly/120/original.png","width":256,"height":256}},"regions":["world"]})
159
+ new_pm({"id":"trustly","type":"online","name":"Trustly","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/trustly/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/trustly/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/trustly/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
144
160
  end
145
161
 
146
162
  def Trustpay
147
- new_pm({"id":"trustpay","type":"online","name":"TrustPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/trustpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/trustpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/trustpay/120/original.png","width":256,"height":256}},"regions":["world"]})
163
+ new_pm({"id":"trustpay","type":"online","name":"TrustPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/trustpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/trustpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/trustpay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
148
164
  end
149
165
 
150
166
  def Unionpay
151
- new_pm({"id":"unionpay","type":"online","name":"UnionPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/unionpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/unionpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/unionpay/120/original.png","width":256,"height":256}},"regions":["world"]})
167
+ new_pm({"id":"unionpay","type":"online","name":"UnionPay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/unionpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/unionpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/unionpay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
152
168
  end
153
169
 
154
170
  def Visa
155
- new_pm({"id":"visa","type":"card","name":"VISA","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/visa/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/visa/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/visa/120/original.png","width":256,"height":256}},"regions":["world"]})
171
+ new_pm({"id":"visa","type":"card","name":"VISA","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/visa/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/visa/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/visa/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":["credit","debit"]})
156
172
  end
157
173
 
158
174
  def Wechatpay
159
- new_pm({"id":"wechatpay","type":"online","name":"WeChat Pay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/wechatpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/wechatpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/wechatpay/120/original.png","width":256,"height":256}},"regions":["world"]})
175
+ new_pm({"id":"wechatpay","type":"online","name":"WeChat Pay","images":{"small":{"url":"https://flowcdn.io/util/logos/payment-methods/wechatpay/30/original.png","width":65,"height":41},"medium":{"url":"https://flowcdn.io/util/logos/payment-methods/wechatpay/60/original.png","width":100,"height":60},"large":{"url":"https://flowcdn.io/util/logos/payment-methods/wechatpay/120/original.png","width":256,"height":256}},"regions":["world"],"capabilities":[]})
160
176
  end
161
177
 
162
178
  end