Skip to content

Commit c466945

Browse files
authored
Merge pull request #1699 from openfintechio/feature/INT-5806-pg-katarun-add-invoice-flow
INT-5806: pg katarun add invoice flow
2 parents 99e99c7 + 0eebf19 commit c466945

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

data/payment_providers.json

+1
Original file line numberDiff line numberDiff line change
@@ -23831,6 +23831,7 @@
2383123831
"sepa_transfer",
2383223832
"mb_way",
2383323833
"multibanco",
23834+
"payshop",
2383423835
"bank_transfer"
2383523836
],
2383623837
"payout_method": [

data/payment_services.json

+36
Original file line numberDiff line numberDiff line change
@@ -14588,6 +14588,15 @@
1458814588
"amount_min": 0.01,
1458914589
"amount_max": 100000
1459014590
},
14591+
{
14592+
"status": "active",
14593+
"code": "multibanco_eur_invoice",
14594+
"flow": "invoice",
14595+
"method": "multibanco",
14596+
"currency": "EUR",
14597+
"amount_min": 0.01,
14598+
"amount_max": 100000
14599+
},
1459114600
{
1459214601
"status": "active",
1459314602
"code": "blik_pln_hpp",
@@ -18735,6 +18744,24 @@
1873518744
"amount_min": 0.01,
1873618745
"amount_max": 200000
1873718746
},
18747+
{
18748+
"status": "active",
18749+
"code": "payshop_eur_hpp",
18750+
"flow": "hpp",
18751+
"method": "payshop",
18752+
"currency": "EUR",
18753+
"amount_min": 0.01,
18754+
"amount_max": 200000
18755+
},
18756+
{
18757+
"status": "active",
18758+
"code": "payshop_eur_invoice",
18759+
"flow": "invoice",
18760+
"method": "payshop",
18761+
"currency": "EUR",
18762+
"amount_min": 0.01,
18763+
"amount_max": 200000
18764+
},
1873818765
{
1873918766
"status": "active",
1874018767
"code": "mb_way_eur_hpp",
@@ -18744,6 +18771,15 @@
1874418771
"amount_min": 0.01,
1874518772
"amount_max": 200000
1874618773
},
18774+
{
18775+
"status": "active",
18776+
"code": "mb_way_eur_invoice",
18777+
"flow": "invoice",
18778+
"method": "mb_way",
18779+
"currency": "EUR",
18780+
"amount_min": 0.01,
18781+
"amount_max": 200000
18782+
},
1874718783
{
1874818784
"status": "active",
1874918785
"code": "upi_qr_inr_invoice",

0 commit comments

Comments
 (0)