🚀 Card Payment is live! Learn more
cURL
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" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Initialize Checkout With Link - Successful
The response is of type object.
object