Creates a new dispute.
Dispute resource.
Dispute created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "transactionId": "string",
- "currency": "USD",
- "amount": 0,
- "acquirerReferenceNumber": "string",
- "caseId": "string",
- "reasonCode": "1000",
- "type": "information-request",
- "status": "response-needed",
- "postedTime": "2019-08-24T14:15:22Z",
- "deadlineTime": "2019-08-24T14:15:22Z"
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
- "transactionId": "string",
- "currency": "USD",
- "amount": 0,
- "acquirerReferenceNumber": "string",
- "caseId": "string",
- "reasonCode": "1000",
- "category": "fraud",
- "type": "information-request",
- "status": "response-needed",
- "postedTime": "2019-08-24T14:15:22Z",
- "deadlineTime": "2019-08-24T14:15:22Z",
- "rawResponse": "string",
- "resolvedTime": "2019-08-24T14:15:22Z",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
], - "_embedded": {
- "transaction": { }
}
}