1. Register
OpenApi
  • OpenApi
    • Register
      • register
        POST
      • getState
        GET
      • getLga
        GET
    • Cashout
      • key exchange
      • purchase
      • balance
    • Transfer
      • nameEnquiry
      • banklist
      • transcation
      • orderStatus
    • Wallet
      • query balance
    • BillPayment
      • VTU Transaction
      • Data Validation
      • Data Transaction
      • Internet Validation
      • Internet Transaction
    • AccountTopup
      • create kuda static account
      • create kuda dynamic account
      • create wema static account
    • Authorization
      POST
    • Transcation Webhook
      POST
  1. Register

getState

测试环境
https://smartlink.horizonpayglobal.com
测试环境
https://smartlink.horizonpayglobal.com
GET
https://smartlink.horizonpayglobal.com
/v1/horizon/state

get state#

The value of the state field in the register interface is obtained through this interface

Request

Query Params

Header Params

Request Code 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 --request GET 'https://smartlink.horizonpayglobal.com/v1/horizon/state?partner&time' \
--header 'Authorization: Bearer Token'

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "msg": "success",
    "code": 200,
    "data": [
        {
            "name": "Akwa Ibom State",
            "id": 3
        },
        {
            "name": "Anambra State",
            "id": 4
        },
        {
            "name": "Bauchi State",
            "id": 5
        }
    ],
    "timestamp": 1712475916826
}
Modified at 2025-05-07 03:44:53
Previous
register
Next
getLga
Built with