Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
🚀 Card Payment is live! Learn more
curl --request GET \
--url https://nini.monieswitch.com/checkout/link/status \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Operation is successful",
"data": {
"checkout": {
"id": "66f9db01-ab3f-45cc-b2b9-0dde3eeeeea4",
"email": "[email protected]",
"amount": 1000,
"status": "NEW",
"hasPaid": false,
"channels": [
"BANK"
],
"currency": "NGN",
"charges": 12,
"reference": "LONRzQgufJh4cgB1RTo1NKYOBbG3ab2Y2o0H",
"payableAmount": 1000,
"subaccountShare": 0,
"hasActiveSubaccount": false,
"subaccountSettlement": 0,
"mainAccountShare": 988,
"mainAccountSettlement": 988,
"createdAt": "2024-10-07T11:59:58.887Z",
"pubKey": "pk_test_NhN8Igb3IHFOzc5qL6hxaq65hmeUVTOO8nPxyzevaMM2hLtu",
"securedBy": "Stripestack",
"securedLogo": "https://d26vslh4lbgfdh.cloudfront.net/jz83jpTytJiIeRctpQDclEpv7_monieswitch-receipt-logo.png"
}
}
}
curl --request GET \
--url https://nini.monieswitch.com/checkout/link/status \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Operation is successful",
"data": {
"checkout": {
"id": "66f9db01-ab3f-45cc-b2b9-0dde3eeeeea4",
"email": "[email protected]",
"amount": 1000,
"status": "NEW",
"hasPaid": false,
"channels": [
"BANK"
],
"currency": "NGN",
"charges": 12,
"reference": "LONRzQgufJh4cgB1RTo1NKYOBbG3ab2Y2o0H",
"payableAmount": 1000,
"subaccountShare": 0,
"hasActiveSubaccount": false,
"subaccountSettlement": 0,
"mainAccountShare": 988,
"mainAccountSettlement": 988,
"createdAt": "2024-10-07T11:59:58.887Z",
"pubKey": "pk_test_NhN8Igb3IHFOzc5qL6hxaq65hmeUVTOO8nPxyzevaMM2hLtu",
"securedBy": "Stripestack",
"securedLogo": "https://d26vslh4lbgfdh.cloudfront.net/jz83jpTytJiIeRctpQDclEpv7_monieswitch-receipt-logo.png"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.