| 参数名称 | 参数类型 | 是否必填 | 案例 | |
|---|---|---|---|---|
| paymentType | 支付方式; AIRTELTIGO VODAFONE MTN | String | optional | MTN |
| paymentType | 收款方式 |
|---|---|
| AIRTELTIGO | AIRTELTIGO |
| VODAFONE | VODAFONE |
| MTN | MTN |
curl --location --globoff 'https://{{base_url3}}/gateway/base/biz' \
--header 'method: pay' \
--header 'signType: SHA512' \
--header 'serviceName: api.pay' \
--header 'mchId: 1416010331032883200' \
--header 'timestamp: 1631671670' \
--header 'sign: 32554324534545432543' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "150",
"callbackUrl": "https://webhook.site/41de4e56-1601-4252-a415-59e9711180f2",
"currency": "GHS",
"email": "test@test.com",
"firstname": "your firstname",
"lastname": "your lasttname",
"paymentType":"MTN",
"mchOrderId": "payind023111",
"phone": "0538006506",
"productinfo": "goods1"
}'{
"resultCode": "000000",
"errorCode": "000000",
"errorMsg": null,
"data": [
{
"orderId": "202302031621412192101593088",
"checkoutUrl": "http://localhost:8081/gateway/base/pay/adedebfa1287f741369540e2798dbbccbddb3fb917a54eb3ef173032961326f6a8d4d656f7fbea0115c5da04e99d63668c8db9f52edf915799922324a0259b01"
}
]
}