Proviso Payment Gateway API

Click a service name to expand and view available endpoints.
▶ Arkesel
Endpoint Method Description JWT Required API Key Required Auth Header
/api/arkesel/process-queue POST Processes queued SMS records. NO NO -
/api/arkesel/send-sms POST Sends single SMS through Arkesel. NO NO -
/ArkeselSmsQueueProcessor.aspx GET Web page for processing Arkesel SMS queue with progress bar. NO NO -
▶ Documentation
Endpoint Method Description JWT Required API Key Required Auth Header
/swagger GET Swagger API documentation and testing interface. NO NO -
▶ Lookup
Endpoint Method Description JWT Required API Key Required Auth Header
/api/reference_number_validation POST Reference number validation with API Key authentication. NO YES X-API-KEY
/api/reference-number-lookup POST Reference number lookup with JWT authentication. YES NO Authorization: Bearer <token>
▶ MHB
Endpoint Method Description JWT Required API Key Required Auth Header
/api/mhb/payment-callback POST Receives MHB payment callback notification. NO YES X-API-KEY
/references/validate/{referenceNumber} GET MHB reference number validation using reference number in URL. NO YES X-API-KEY
▶ Nsano
Endpoint Method Description JWT Required API Key Required Auth Header
/api/momo/nsano-momo-credit POST Posts credit/disbursement request to Nsano. NO NO -
/api/momo/nsano-momo-credit-callback POST Receives Nsano credit callback. NO NO -
/api/momo/nsano-momo-credit-status-check POST Checks Nsano credit/disbursement transaction status. NO NO -
/api/momo/nsano-momo-debit POST Posts debit request to Nsano. NO NO -
/api/momo/nsano-momo-debit-callback POST Receives Nsano debit callback. NO NO -
API Key endpoints require header: X-API-KEY
JWT endpoints require header: Authorization: Bearer <token>