🚀 Card Payment is live! Learn more
curl --request GET \
--url https://nini.monieswitch.com/payment-link/status \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Operation is successful",
"data": {
"id": "53261194-09ac-45ce-b752-a203e53cb0c3",
"publicKey": "testing",
"mode": "SANDBOX",
"name": "XIAOMI REDMI DONATION",
"link": "http://localhost:3001/KhBsmQ7kkVgK5qYib4iU3k8QSYH0HtHCbMy1",
"logo": null,
"email": "[email protected]",
"amount": 2000,
"bearer": "account",
"status": "ACTIVE",
"channel": "API",
"reference": "z4E5GNAP4hNkJpdKwVvm4GLS9AShANWMQYKC",
"amountType": "FIXED",
"merchantId": "3aed8fe9-2c60-48fe-bea4-71ea8c8f3c84",
"subaccountId": null,
"phoneNumber": null,
"description": "XIAOMI REDMI A5 - 6.88 3GB RAM/64GB ROM -- Ocean Blue\n\nProcessor : UNI",
"supportCard": false,
"customerName": null,
"callbackURL": null,
"supportBankTransfer": true,
"extraFields": [
{
"type": "input",
"required": true,
"label": "Name",
"name": "name",
"placeholder": "Enter Name",
"order": 1
},
{
"type": "input",
"name": "email",
"required": false,
"label": "Email",
"placeholder": "Enter email",
"order": 2
}
],
"createdAt": "2025-05-28T12:01:18.685Z",
"merchant": {
"id": "3aed8fe9-2c60-48fe-bea4-71ea8c8f3c84",
"logo": null,
"businessName": "Kimpembe"
},
"charges": 34,
"payableAmount": 2000
}
}
curl --request GET \
--url https://nini.monieswitch.com/payment-link/status \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Operation is successful",
"data": {
"id": "53261194-09ac-45ce-b752-a203e53cb0c3",
"publicKey": "testing",
"mode": "SANDBOX",
"name": "XIAOMI REDMI DONATION",
"link": "http://localhost:3001/KhBsmQ7kkVgK5qYib4iU3k8QSYH0HtHCbMy1",
"logo": null,
"email": "[email protected]",
"amount": 2000,
"bearer": "account",
"status": "ACTIVE",
"channel": "API",
"reference": "z4E5GNAP4hNkJpdKwVvm4GLS9AShANWMQYKC",
"amountType": "FIXED",
"merchantId": "3aed8fe9-2c60-48fe-bea4-71ea8c8f3c84",
"subaccountId": null,
"phoneNumber": null,
"description": "XIAOMI REDMI A5 - 6.88 3GB RAM/64GB ROM -- Ocean Blue\n\nProcessor : UNI",
"supportCard": false,
"customerName": null,
"callbackURL": null,
"supportBankTransfer": true,
"extraFields": [
{
"type": "input",
"required": true,
"label": "Name",
"name": "name",
"placeholder": "Enter Name",
"order": 1
},
{
"type": "input",
"name": "email",
"required": false,
"label": "Email",
"placeholder": "Enter email",
"order": 2
}
],
"createdAt": "2025-05-28T12:01:18.685Z",
"merchant": {
"id": "3aed8fe9-2c60-48fe-bea4-71ea8c8f3c84",
"logo": null,
"businessName": "Kimpembe"
},
"charges": 34,
"payableAmount": 2000
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Payment Link Status
The response is of type object
.