Features
Refunds
Tokenization
Recurring Payments
POST/v1/chargebacks/{id}/attachments/upload

Subir archivo adjunto a un Contracargo

Sube un archivo adjunto a un contracargo específico

id

string
required

Identificador único de un contracargo

example

Responses

200

Archivo subido exitosamente

{
  "id": "example_string",
  "chargebackId": "example_string",
  "fileName": "example_string",
  "uploadAt": "example_string",
  "s3ObjectKey": "example_string",
  "jiraAttachmentId": "example_string",
  "deleteAt": "example_string",
  "deleted": true
}
Log in to use your API keys with Try It!
REQUEST
1234