Skip to content

Commit

Permalink
Merge pull request #1306 from openfintechio/feature/INT-3068-pg-forta…
Browse files Browse the repository at this point in the history
…-add-sbp

INT-3068:pg forta add sbp method
  • Loading branch information
TonyTramb authored Nov 23, 2023
2 parents ab3e735 + 51dbc52 commit c799e21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -19008,7 +19008,9 @@
"ru": "Forta"
},
"payment_method": [
"payment_card"
"payment_card",
"sbp",
"sbp_qr"
],
"payout_method": [
"payment_card"
Expand Down
9 changes: 9 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -12936,6 +12936,15 @@
"amount_min": 0.01,
"amount_max": 1000000
},
{
"status": "active",
"code": "sbp_qr_rub_invoice",
"flow": "invoice",
"method": "sbp_qr",
"currency": "RUB",
"amount_min": 0.01,
"amount_max": 1000000
},
{
"status": "active",
"code": "binancepay_uah_hpp",
Expand Down

0 comments on commit c799e21

Please sign in to comment.