Skip to main content
POST
/
api
/
v1
/
biller-reseller
/
validate-account
Validate Recharge Account
curl --request POST \
  --url https://api.payvessel.com/api/v1/biller-reseller/validate-account \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --header 'api-secret: <api-key>' \
  --data '
{
  "recharge_account": "<string>",
  "biller_id": "<string>",
  "item_id": "<string>"
}
'
{
  "status": true,
  "message": "<string>",
  "data": {
    "biller": "<string>"
  }
}

Authorizations

api-key
string
header
required
api-secret
string
header
required

Body

application/json
category
enum<string>
required
Available options:
betting,
airtime,
data
recharge_account
string
required
Maximum string length: 15
biller_id
string
required
item_id
string | null

Response

Successful Response

status
boolean
required
message
string
required
data
ValidateAccountDataSchema · object
required