Endpoints
Wallet

Wallet Status

3min

The Wallet Status API gives you the details about your wallet including Wallet balance and all preferences configured eg. Settlement Details, Callback Url etc.

POST
Request
Header Parameters
X-Api-Key
required
String
Your API Key
X-Api-User
required
String
Username for your Moolre Account
Content-Type
required
String
Set value to: "application/json"
Body Parameters
type
required
Integer
Specify the function/action type you want to perform. "1" - Get standard wallet status
accountnumber
required
String
Account number of the wallet


Sample Request

JSON



Response Parameters

Parameters

Description

Data Type

status

Status of the api request

  • 1 - Success
  • 0 - Failure

Int

code

Unique Identifier for the different possible responses

String

message

Endpoint response message

String/Array

go

Not applicable to this endpoint

null

data

An object that contains below parameters

Object

balance

Current available wallet balance

Double

fee

Fee applied on the wallet

String

accountname

Name of this wallet

String

notify

List of phone numbers configured to receive transaction alerts

Array

callback

Url Configured to receive callbacks

String