Skip to content

Commit fa2ffe4

Browse files
authored
Merge pull request #2375 from openfintechio/feature/INT2-5177-pg-cardifulnew-add-new-methods
INT2-5177: PG Cardiful New add new methods
2 parents c98c383 + fd39d77 commit fa2ffe4

2 files changed

Lines changed: 305 additions & 1 deletion

File tree

data/payment_providers.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30722,7 +30722,18 @@
3072230722
"payment_method": [
3072330723
"applepay",
3072430724
"googlepay",
30725-
"payment_card"
30725+
"payment_card",
30726+
"paysafecard",
30727+
"rapidtransfer",
30728+
"skrill",
30729+
"bank_transfer_klarna",
30730+
"multibanco",
30731+
"neteller",
30732+
"eps",
30733+
"mybank2",
30734+
"epaybg",
30735+
"mb_way",
30736+
"openbanking"
3072630737
]
3072730738
},
3072830739
{

data/payment_services.json

Lines changed: 293 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11995,6 +11995,34 @@
1199511995
"amount_min": 0.01,
1199611996
"amount_max": 100000
1199711997
},
11998+
{
11999+
"status": "active",
12000+
"code": "neteller_gbp_hpp",
12001+
"flow": "hpp",
12002+
"method": "neteller",
12003+
"currency": "GBP",
12004+
"fields": [
12005+
{
12006+
"key": "email",
12007+
"type": "string",
12008+
"label": {
12009+
"en": "Email",
12010+
"ru": "Email",
12011+
"uk": "Email"
12012+
},
12013+
"hint": {
12014+
"en": "Enter the recipient's email address",
12015+
"ru": "Введите Email получателя",
12016+
"uk": "Введiть Email отримувача"
12017+
},
12018+
"regexp": "\/^[_a-zA-Z0-9-]+(\\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]+)*(\\.[a-zA-Z]{2,3})$\/",
12019+
"required": false,
12020+
"position": 1
12021+
}
12022+
],
12023+
"amount_min": 0.01,
12024+
"amount_max": 100000
12025+
},
1199812026
{
1199912027
"status": "active",
1200012028
"code": "neteller_azn_hpp",
@@ -12975,6 +13003,42 @@
1297513003
"amount_min": 0.01,
1297613004
"amount_max": 100000
1297713005
},
13006+
{
13007+
"status": "active",
13008+
"code": "eps_usd_hpp",
13009+
"flow": "hpp",
13010+
"method": "eps",
13011+
"currency": "USD",
13012+
"amount_min": 0.01,
13013+
"amount_max": 100000
13014+
},
13015+
{
13016+
"status": "active",
13017+
"code": "eps_cad_hpp",
13018+
"flow": "hpp",
13019+
"method": "eps",
13020+
"currency": "CAD",
13021+
"amount_min": 0.01,
13022+
"amount_max": 100000
13023+
},
13024+
{
13025+
"status": "active",
13026+
"code": "eps_gbp_hpp",
13027+
"flow": "hpp",
13028+
"method": "eps",
13029+
"currency": "GBP",
13030+
"amount_min": 0.01,
13031+
"amount_max": 100000
13032+
},
13033+
{
13034+
"status": "active",
13035+
"code": "eps_aud_hpp",
13036+
"flow": "hpp",
13037+
"method": "eps",
13038+
"currency": "AUD",
13039+
"amount_min": 0.01,
13040+
"amount_max": 100000
13041+
},
1297813042
{
1297913043
"status": "active",
1298013044
"code": "polipayonline_aud_hpp",
@@ -13159,6 +13223,42 @@
1315913223
"amount_min": 0.01,
1316013224
"amount_max": 100000
1316113225
},
13226+
{
13227+
"status": "active",
13228+
"code": "epaybg_usd_hpp",
13229+
"flow": "hpp",
13230+
"method": "epaybg",
13231+
"currency": "USD",
13232+
"amount_min": 0.01,
13233+
"amount_max": 100000
13234+
},
13235+
{
13236+
"status": "active",
13237+
"code": "epaybg_cad_hpp",
13238+
"flow": "hpp",
13239+
"method": "epaybg",
13240+
"currency": "CAD",
13241+
"amount_min": 0.01,
13242+
"amount_max": 100000
13243+
},
13244+
{
13245+
"status": "active",
13246+
"code": "epaybg_gbp_hpp",
13247+
"flow": "hpp",
13248+
"method": "epaybg",
13249+
"currency": "GBP",
13250+
"amount_min": 0.01,
13251+
"amount_max": 100000
13252+
},
13253+
{
13254+
"status": "active",
13255+
"code": "epaybg_aud_hpp",
13256+
"flow": "hpp",
13257+
"method": "epaybg",
13258+
"currency": "AUD",
13259+
"amount_min": 0.01,
13260+
"amount_max": 100000
13261+
},
1316213262
{
1316313263
"status": "active",
1316413264
"code": "trustly_eur_hpp",
@@ -15650,6 +15750,24 @@
1565015750
"amount_min": 0.01,
1565115751
"amount_max": 100000
1565215752
},
15753+
{
15754+
"status": "active",
15755+
"code": "bank_transfer_klarna_aud_hpp",
15756+
"currency": "AUD",
15757+
"flow": "hpp",
15758+
"method": "bank_transfer_klarna",
15759+
"amount_min": 0.01,
15760+
"amount_max": 100000
15761+
},
15762+
{
15763+
"status": "active",
15764+
"code": "bank_transfer_klarna_cad_hpp",
15765+
"currency": "CAD",
15766+
"flow": "hpp",
15767+
"method": "bank_transfer_klarna",
15768+
"amount_min": 0.01,
15769+
"amount_max": 100000
15770+
},
1565315771
{
1565415772
"status": "active",
1565515773
"code": "bank_transfer_klarna_gbp_hpp",
@@ -18070,6 +18188,42 @@
1807018188
"amount_min": 0.01,
1807118189
"amount_max": 100000
1807218190
},
18191+
{
18192+
"status": "active",
18193+
"code": "mybank2_usd_hpp",
18194+
"flow": "hpp",
18195+
"method": "mybank2",
18196+
"currency": "USD",
18197+
"amount_min": 0.01,
18198+
"amount_max": 100000
18199+
},
18200+
{
18201+
"status": "active",
18202+
"code": "mybank2_cad_hpp",
18203+
"flow": "hpp",
18204+
"method": "mybank2",
18205+
"currency": "CAD",
18206+
"amount_min": 0.01,
18207+
"amount_max": 100000
18208+
},
18209+
{
18210+
"status": "active",
18211+
"code": "mybank2_gbp_hpp",
18212+
"flow": "hpp",
18213+
"method": "mybank2",
18214+
"currency": "GBP",
18215+
"amount_min": 0.01,
18216+
"amount_max": 100000
18217+
},
18218+
{
18219+
"status": "active",
18220+
"code": "mybank2_aud_hpp",
18221+
"flow": "hpp",
18222+
"method": "mybank2",
18223+
"currency": "AUD",
18224+
"amount_min": 0.01,
18225+
"amount_max": 100000
18226+
},
1807318227
{
1807418228
"status": "active",
1807518229
"code": "multibanco_eur_hpp",
@@ -18079,6 +18233,42 @@
1807918233
"amount_min": 0.01,
1808018234
"amount_max": 100000
1808118235
},
18236+
{
18237+
"status": "active",
18238+
"code": "multibanco_usd_hpp",
18239+
"flow": "hpp",
18240+
"method": "multibanco",
18241+
"currency": "USD",
18242+
"amount_min": 0.01,
18243+
"amount_max": 100000
18244+
},
18245+
{
18246+
"status": "active",
18247+
"code": "multibanco_cad_hpp",
18248+
"flow": "hpp",
18249+
"method": "multibanco",
18250+
"currency": "CAD",
18251+
"amount_min": 0.01,
18252+
"amount_max": 100000
18253+
},
18254+
{
18255+
"status": "active",
18256+
"code": "multibanco_gbp_hpp",
18257+
"flow": "hpp",
18258+
"method": "multibanco",
18259+
"currency": "GBP",
18260+
"amount_min": 0.01,
18261+
"amount_max": 100000
18262+
},
18263+
{
18264+
"status": "active",
18265+
"code": "multibanco_aud_hpp",
18266+
"flow": "hpp",
18267+
"method": "multibanco",
18268+
"currency": "AUD",
18269+
"amount_min": 0.01,
18270+
"amount_max": 100000
18271+
},
1808218272
{
1808318273
"status": "active",
1808418274
"code": "multibanco_eur_invoice",
@@ -22454,6 +22644,42 @@
2245422644
"amount_min": 0.01,
2245522645
"amount_max": 200000
2245622646
},
22647+
{
22648+
"status": "active",
22649+
"code": "mb_way_usd_hpp",
22650+
"flow": "hpp",
22651+
"method": "mb_way",
22652+
"currency": "USD",
22653+
"amount_min": 0.01,
22654+
"amount_max": 100000
22655+
},
22656+
{
22657+
"status": "active",
22658+
"code": "mb_way_cad_hpp",
22659+
"flow": "hpp",
22660+
"method": "mb_way",
22661+
"currency": "CAD",
22662+
"amount_min": 0.01,
22663+
"amount_max": 100000
22664+
},
22665+
{
22666+
"status": "active",
22667+
"code": "mb_way_gbp_hpp",
22668+
"flow": "hpp",
22669+
"method": "mb_way",
22670+
"currency": "GBP",
22671+
"amount_min": 0.01,
22672+
"amount_max": 100000
22673+
},
22674+
{
22675+
"status": "active",
22676+
"code": "mb_way_aud_hpp",
22677+
"flow": "hpp",
22678+
"method": "mb_way",
22679+
"currency": "AUD",
22680+
"amount_min": 0.01,
22681+
"amount_max": 100000
22682+
},
2245722683
{
2245822684
"status": "active",
2245922685
"code": "mb_way_eur_invoice",
@@ -33942,6 +34168,64 @@
3394234168
}
3394334169
]
3394434170
},
34171+
{
34172+
"status": "active",
34173+
"code": "openbanking_aud_hpp",
34174+
"flow": "hpp",
34175+
"method": "openbanking",
34176+
"currency": "AUD",
34177+
"amount_min": 0.01,
34178+
"amount_max": 100000,
34179+
"fields": [
34180+
{
34181+
"key": "iban_number",
34182+
"type": "string",
34183+
"regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
34184+
"required": false,
34185+
"position": 1,
34186+
"label": {
34187+
"en": "IBAN number",
34188+
"ru": "Номер IBAN",
34189+
"uk": "Номер IBAN"
34190+
},
34191+
"hint": {
34192+
"en": "Enter IBAN number",
34193+
"ru": "Введите номер IBAN",
34194+
"uk": "Введіть номер IBAN"
34195+
},
34196+
"example": "GB97BARC20031877565489"
34197+
}
34198+
]
34199+
},
34200+
{
34201+
"status": "active",
34202+
"code": "openbanking_cad_hpp",
34203+
"flow": "hpp",
34204+
"method": "openbanking",
34205+
"currency": "CAD",
34206+
"amount_min": 0.01,
34207+
"amount_max": 100000,
34208+
"fields": [
34209+
{
34210+
"key": "iban_number",
34211+
"type": "string",
34212+
"regexp": "\/^[A-Z]{2}[A-Z0-9]{13,32}$|^[0-9]{3,15}$\/",
34213+
"required": false,
34214+
"position": 1,
34215+
"label": {
34216+
"en": "IBAN number",
34217+
"ru": "Номер IBAN",
34218+
"uk": "Номер IBAN"
34219+
},
34220+
"hint": {
34221+
"en": "Enter IBAN number",
34222+
"ru": "Введите номер IBAN",
34223+
"uk": "Введіть номер IBAN"
34224+
},
34225+
"example": "GB97BARC20031877565489"
34226+
}
34227+
]
34228+
},
3394534229
{
3394634230
"status": "active",
3394734231
"code": "openbanking_pln_hpp",
@@ -36888,6 +37172,15 @@
3688837172
"amount_min": 0.01,
3688937173
"amount_max": 100000
3689037174
},
37175+
{
37176+
"status": "active",
37177+
"code": "rapidtransfer_gbp_hpp",
37178+
"flow": "hpp",
37179+
"method": "rapidtransfer",
37180+
"currency": "GBP",
37181+
"amount_min": 0.01,
37182+
"amount_max": 100000
37183+
},
3689137184
{
3689237185
"status": "active",
3689337186
"code": "rapidtransfer_pln_hpp",

0 commit comments

Comments
 (0)