post https://api.ravepay.co/v2/chargeback//decline?seckey=FLWSECK_TEST-SANDBOXDEMOKEY-X
This allows you decline a chargeback request on your account
Log in to see full request history
Responses
This allows you decline a chargeback request on your account
xxxxxxxxxx
12var request = require('request');
var options = {
'method': 'POST',
'url': 'https://api.ravepay.co/v2/chargeback/:chargeback_id/decline?seckey=FLWSECK-e6db11d1f8a6208de8cb2f94e293450e-X',
'headers': {
'Content-Type': 'application/json'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
xxxxxxxxxx
80}
{
"status": "success",
"data": {
"id": 154,
"amount": 3234,
"flwRef": "FLW-MOCK-RECURR-9ff78c868cd5099b5c59250d52fc172f",
"status": "declined",
"stage": "new",
"comment": "This is just a test stuff.",
"provider": "mpgs",
"type": "local",
"metalogs": "[{\"action\":\"extend\",\"stage\":\"new\",\"date\":\"2020-02-13T03:49:07.000Z\",\"description\":\"Chargeback duration extended for a period of 1422 hours\"},{\"action\":\"decline\",\"stage\":\"new\",\"date\":\"2020-02-13T03:49:13.000Z\",\"description\":\"Merchant denies claim with a proof\"},{\"action\":\"decline\",\"stage\":\"new\",\"date\":\"2020-02-17T06:28:04.000Z\",\"description\":\"Merchant denies claim with a proof\"}]",
"due_date": "2020-02-27T12:00:00.000Z",
"settlement_id": "NEW",
"createdAt": "2019-12-01T22:21:36.000Z",
"updatedAt": "2020-02-17T18:28:04.458Z",
"deletedAt": null,
"walletId": 155,
"AccountId": 134,
"TransactionId": 846831,
"Transaction": {
"id": 846831,