IHELA OFFICIAL DOCS
  1. Banking Services
IHELA OFFICIAL DOCS
  • iHela Ryanje Official Docs
  • Merchant Services
    • Introduction
    • Basics
      • oAuth2 Authentication
      • Cashin Payment banks
      • Cashout Payment banks
      • Account Lookup
    • Bills Payment
      • Bills operations flow
      • Bills Init
      • Bill Status Check
      • Account Cashin
  • Banking Services
    • Introduction
    • Ping
      GET
    • Token Refresh
      POST
    • Token request
      POST
    • Account Lookup
      POST
    • Account Balance
      POST
    • Statement
      GET
    • Withdrawal
      POST
    • Deposit
      POST
    • Transaction Status
      POST
    • Transaction fees
      POST
  • Agent Services
    • Introduction
    • Ping
      GET
    • Token Refresh
      POST
    • Token request
      POST
    • Account Lookup
      POST
    • Deposit
      POST
    • Withdrawal Validation
      POST
    • Operation Lookup
      POST
    • Transaction Status
      POST
  1. Banking Services

Ping

GET
/ping/
Last modified:2023-04-27 13:05:28
Used to check if you are connected to iHelá.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://127.0.0.1:8081/ihela/api/v1/ping/'

Responses

🟢200OK
application/json
Body
success
boolean 
optional
response_code
string 
optional
response_message
string 
optional
response_data
object 
optional
ping
boolean 
required
Example
{
    "success": true,
    "response_code": "00",
    "response_message": "Connexion established",
    "response_data": {
        "ping": true
    }
}
Modified at 2023-04-27 13:05:28
Previous
Introduction
Next
Token Refresh
Built with