OGWUGO API DOCUMENTATION

  1. Home
  2. Docs
  3. OGWUGO API DOCUMENTATION
  4. Ogwugo Gas
  5. Pay Order/Invoice

Pay Order/Invoice

please Ref Order payment Doc for main server

 

 

Verify Payment

path:

[GET] /invoicing/pay/{order_id}?user={user_id}&ref=optional(paystack)

RESPONSE

{
    "data": [
        {
            "title": "wallet payment",
            "paid": "1"
        }
    ],
    "status": "success",
    "message": "payment completed and verified",
    "error": {
        "detail": "",
        "code": ""
    }
}

 

Was this article helpful to you? Yes No

How can we help?