POST
/
checkout
/
initialize
Initialize Checkout With Link
curl --request POST \
  --url https://nini.monieswitch.com/checkout/initialize \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data null
{
  "status": true,
  "message": "Operation is successful",
  "data": {
    "checkout": {
      "id": "83cec7d1-1e2a-4511-8012-5e9e686733ac",
      "code": "Q4q95fvl54C0qxBZ",
      "link": "checkout.monieswitch.com/Q4q95fvl54C0qxBZ",
      "reference": "BJgC90OjA1xRmV1ZPTfMap78eINXArbkPRcc"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

Response

Initialize Checkout With Link - Successful

The response is of type object.