POST
/
api
/
products
/
validation

curl --location 'https://api.xente.co/api/products/validation' \
--header 'Content-Type: application/json' \
--data '{
  "productItemId": "AIRTELMOBILEMONEYPAYOUTUG_AIRTELMOBILEMONEYPAYOUTUG",
  "customerReference": "0702000000",
  "amount": 500
}'

{
  "success": 1
}

Query

productItemId
string
product Item Id that Identifies what product you are transacting
customerReference
string
The users’ account number or phone number
amount
decimal
Amount. This needs to be validated as different providers have different minimum and maximum amount requirements

Response

status
number
Indicates whether the call was successful or not.
message
number
Response message indicating what happened with the request.
data
object
The contents of the person

curl --location 'https://api.xente.co/api/products/validation' \
--header 'Content-Type: application/json' \
--data '{
  "productItemId": "AIRTELMOBILEMONEYPAYOUTUG_AIRTELMOBILEMONEYPAYOUTUG",
  "customerReference": "0702000000",
  "amount": 500
}'

{
  "success": 1
}