This documentation contains all the necessary information to integrate CIP Top Up with your application at no additional cost.


Table of content


Interesting things to know 💡

2XX Responses

{
		"status": "success",
		"message": "Meaningful message for users",
		"data": {
				"sample": "data"
		},
		"errors": null
}

4XX Responses

{
    "status": "error",
    "message": "Invalid request body",
    "data": null,
    "errors": [
        {
            "path": "amount",
            "message": "Required",
            "code": "invalid_type"
        }
    ]
}