🚀 Card Payment is live! Learn more
curl --request POST \
--url https://nini.monieswitch.com/dispute \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Operation is successful",
"data": {
"id": "e748abc6-bb6c-4268-af4c-0c5a814d9435",
"amount": 3000,
"status": "NEW",
"attachments": [
"https://d1hhqx6q67lhms.cloudfront.net/34TIUazEBZ8RHcc7dGwCKOht4_base64.jpg",
"https://d1hhqx6q67lhms.cloudfront.net/GD0rUJadIooipOr46S3vz6oeO_base64.jpg"
],
"description": "Fresh morning dispute",
"dueDate": "2025-04-17T15:16:52.713Z",
"category": "CASHBACK",
"customer": "Adewale Alabi",
"transactionType": "CREDIT",
"transactionCategory": "BANK_FUNDING",
"enableConversation": true,
"transactionReference": "random-reference01",
"createdAt": "2025-04-14T15:16:52.715Z"
}
}
curl --request POST \
--url https://nini.monieswitch.com/dispute \
--header 'Authorization: Bearer <token>'
{
"status": true,
"message": "Operation is successful",
"data": {
"id": "e748abc6-bb6c-4268-af4c-0c5a814d9435",
"amount": 3000,
"status": "NEW",
"attachments": [
"https://d1hhqx6q67lhms.cloudfront.net/34TIUazEBZ8RHcc7dGwCKOht4_base64.jpg",
"https://d1hhqx6q67lhms.cloudfront.net/GD0rUJadIooipOr46S3vz6oeO_base64.jpg"
],
"description": "Fresh morning dispute",
"dueDate": "2025-04-17T15:16:52.713Z",
"category": "CASHBACK",
"customer": "Adewale Alabi",
"transactionType": "CREDIT",
"transactionCategory": "BANK_FUNDING",
"enableConversation": true,
"transactionReference": "random-reference01",
"createdAt": "2025-04-14T15:16:52.715Z"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Create Dispute - Successful
The response is of type object
.