Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate, Talk More
Transaction
Webhooks
Category Bypass
                            post
                            /
                        
                    
                    
                        Validation and Purchase of services, make sure to pass all the required parameters from the various services endpoint you're trying to bypass.
                    
                    
                    
                                            Body
{
    "request_ref": "Request Ref",
    "product_id": "Product ID",
    "validate": "Boolean",
    "pin": "Your pin"
}
                            Parameters
| request_ref | Your unique Request Ref (Optional) | 
| product_id | Product ID gotten from various services endpoint GET Request | 
| validate | 
                                            true to validate the data, false to purchase the service default is false This only required for some services that require validation before purchase  | 
                                    
| pin | Your transaction pin | 
Sample Response
{
    "status": "ok",
    "message": "Request successfully",
    "data": {
        "transaction": {
            "reference": "9c24db57-071d-49e7-bee8-d57a999feb9f",
            "request_ref": "jbkpyzujvXZioVqoMNuj",
            "type": "AIRTEL VTU",
            "details": "AIRTEL VTU Airtime #50 sent to 09040628283",
            "amount": "50.00",
            "status": "successful",
            "request_data": {
                "phone": "09040628283",
                "product_id": 16,
                "amount": "50",
                "is_mtn_awuf": false,
                "request_ref": "jbkpyzujvXZioVqoMNuj"
            },
            "created_at": "2024-05-27T14:45:26.000000Z",
            "gateway_id": null,
            "phone": "09040628283",
            "logs": []
        }
    }
}