1. Disputes
  • Bem vindo
  • Webhook
    • Webhook de TRANSAÇÃO
    • Webhook de Saque
    • Create
      POST
    • Find
      GET
    • Find All
      GET
    • Delete
      DELETE
  • Transactions
    • Pix
      POST
    • BOLETO
      POST
    • CARTÃO
      POST
    • Find All
      GET
    • Find
      GET
    • Find By Metadata
      GET
  • Withdraw
    • Find All
      GET
    • Cash Out
      POST
    • Find By Metadata
      GET
    • Find
      GET
  • Balance
    • Get Balance
      GET
  • Disputes
    • Find All
      GET
    • Find
      GET
    • Seller appeal
      POST
  • Fees
    • Get seller Fees
      GET
  • Check
    GET
  1. Disputes

Seller appeal

POST
/disputes/appeal

Requisição

Parâmetros Header

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200OK
application/json
Body

🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/disputes/appeal' \
--header 'x-api-key: sk_0ac4c3892f8b2d843cdc54f06ca260e15a7c9d0f4f44f679' \
--header 'Content-Type: application/json' \
--data-raw '{
    "disputeId": "15a2ece8-a110-41f4-b96a-d98eb27abb70",
    "appealReason": "Nao foi feita cobranca indevida"
}'
Response Response Example
200 - Success
{
    "status": true,
    "data": {
        "data": [
            {
                "id": "dsp_002",
                "status": "UNDER_REVIEW",
                "amount": 120.50,
                "reason": "Entrega atrasada",
                "createdBy": "user_456",
                "createdAt": "2025-07-07T09:45:00Z",
                "resolvedAt": null,
                "resolvedBy": null,
                "appealReason": "Cliente ainda não foi respondido"
            }
        ],
        "count": 0,
        "take": 10,
        "skip": 0
    }
}
Modificado em 2025-10-22 13:17:40
Página anterior
Find
Próxima página
Get seller Fees
Built with