Upload files to "system/uploads/paymentgateway"

Signed-off-by: nestict <icttechnest@gmail.com>
This commit is contained in:
2025-05-24 12:41:35 +02:00
parent 837df68e89
commit ca4a290a72
5 changed files with 504 additions and 0 deletions

View File

@ -0,0 +1,35 @@
[
{
"id": "card",
"name": "Card Payment"
},
{
"id": "ussd",
"name": "USSD"
},
{
"id": "account",
"name": "Bank Account"
},
{
"id": "banktransfer",
"name": "Bank Transfer"
},
{
"id": "nqr",
"name": "QR payment"
},
{
"id": "mpesa",
"name": "M-Pesa"
},
{
"id": "mobilemoneyghana",
"name": "Mobile money Ghana"
},
{
"id": "credit",
"name": "Credit payment"
}
]