Features
Refunds
Tokenization
Recurring Payments
GET/v1/chargebacks/{id}

Obtener un Contracargo por su Id

id

string
required

Identificador único de un contracargo

example

Responses

200

200

{
  "id": "example_string",
  "payment_id": "example_string",
  "transaction_id": "example_string",
  "merchant_id": "example_string",
  "organization_id": "example_string",
  "status": "example_string",
  "created_at": "example_string",
  "updated_at": "example_string",
  "expires_at": "example_string",
  "attachments": [
    {
      "id": "example_string",
      "file_name": "example_string",
      "upload_at": "example_string",
      "deleted_at": "example_string"
    }
  ],
  "amount": 123,
  "currency": "example_string",
  "history": [
    {
      "status": "example_string",
      "created_by": "example_string",
      "comment": "example_string",
      "created_at": "example_string"
    }
  ],
  "comments": [
    {
      "comment": "example_string",
      "author": "example_string",
      "created_at": "example_string",
      "updated_at": "example_string"
    }
  ]
}
Log in to use your API keys with Try It!
REQUEST
123