Create Case [Sandbox Only]

Use this endpoint to create a case for subsequent test requests. To create a basic Case with a status of NEW, simply submit an empty request body. For a case with a specific status or any custom fields, please refer to the examples.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
date

The date in UTC on which the case was made available to the merchant via API.
- is related to the filter: DateCriterion.RECEPTION_DATE.
- format: yyyy-MM-ddThh:mm:ss (ISO 8601 offset date-time)

date

Maximum date on which the case response is accepted by the API.
- is related to the filter: DateCriterion.RESPONSE_DUE_DATE.
- is the reception date + N days in UTC.
- format: yyyy-MM-ddThh:mm:ss (ISO 8601 offset date-time)

double

Dispute & Chargeback amount for this Case.
- must be between 0.0 and 10000000000
- defaults to 199.99

string

Dispute & Chargeback reason code of the acquirer.
- defaults to 28

boolean

Identifies whether a dispute is related to fraud based on schema reason codes.
- defaults to false

string

Currency code of the transaction (ISO 4217).
- size must be equal to 3
- defaults to BRL

merchant
object

Merchant information related to the Case.

transaction
object

Transaction information related to the Case.

statuses
array of objects

Case status history.

statuses
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json