Skip to content

Commit

Permalink
Merge pull request #1747 from openfintechio/feature/INT-6110-paycos-a…
Browse files Browse the repository at this point in the history
…dd-routes

INT-6110: pg paycos add new routes
  • Loading branch information
romansavchak authored Nov 28, 2024
2 parents 04b3c20 + 072b700 commit 647bd52
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/payment_methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -9205,6 +9205,16 @@
"uk": "Сard Transfer Aggregated"
}
},
{
"code": "card_transfer_aggregated_p2p",
"category": "payment_card",
"status": "active",
"name": {
"en": "Сard Transfer Aggregated P2P",
"ru": "Сard Transfer Aggregated P2P",
"uk": "Сard Transfer Aggregated P2P"
}
},
{
"code": "ziraat_bank",
"category": "invoice_payment",
Expand Down
3 changes: 2 additions & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -20633,7 +20633,8 @@
"picpay",
"boleto_bancario",
"bank_transfer",
"payment_card"
"payment_card",
"card_transfer_aggregated_p2p"
],
"payout_method": [
"pix",
Expand Down
9 changes: 9 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -26868,6 +26868,15 @@
"amount_min": 0.01,
"amount_max": 1200000000
},
{
"status": "active",
"code": "card_transfer_aggregated_p2p_rub_hpp",
"flow": "hpp",
"method": "card_transfer_aggregated_p2p",
"currency": "RUB",
"amount_min": 0.01,
"amount_max": 1200000000
},
{
"status": "active",
"code": "ziraat_bank_try_invoice",
Expand Down

0 comments on commit 647bd52

Please sign in to comment.