Country:
/v1/chargebacks/{id}/attachments/{attachment-key}
Descargar archivo adjunto de un Contracargo
Descarga un archivo adjunto específico por su attachment-key
URL Parameters
id
Identificador único de un contracargo
example
attachment-key
Identificador único del archivo adjunto
example
Response Examples
200
Archivo descargado exitosamente
{}400
400
{}Language
Login required to test API
Code Examples
cURL
curl -X GET "https://api.akua.la/v1/chargebacks/example_value/attachments/example_value" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"