Developer Docs

Resend Airtime to Cash OTP

Resend the OTP for a pending airtime to cash transaction.

The reference is the one returned when you initiated the request via the Airtime to Cash endpoint.

Sample Response

{
    "status": "ok",
    "message": "OTP sent successfully.",
    "data": {
        "transaction": {
            "reference": "9bdbe400-76da-4d12-bccc-90d040704dc8",
            "request_ref": "pZxmX4qjpOLRCx8d6jRc",
            "type": "MTN Airtime to Cash",
            "details": "-",
            "amount": "2000.00",
            "status": "pending",
            "request_data": {
                "phone": "08134679853",
                "product_id": "mtn",
                "amount": 2000,
                "sharePin": "1234",
                "request_ref": "pZxmX4qjpOLRCx8d6jRc"
            },
            "created_at": "2024-04-21T08:14:13.000000Z",
            "updated_at": "2024-04-21T08:14:13.000000Z"
        }
    }
}