Country:
/v1/chargebacks/{id}/comments
Agregar comentario a un Contracargo
Agrega un comentario a un contracargo específico
URL Parameters
id
Identificador único de un contracargo
example
comment
Response Examples
201
Comentario agregado exitosamente
{
"comment": "example_string"
}400
400
{}Language
Login required to test API
Code Examples
cURL
curl -X POST "https://api.akua.la/v1/chargebacks/example_value/comments" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}''