API v2
Devoluciones {new}
Casos de uso

Ejemplos

Terminal
curl -X POST https://checkout.developers.ar.ua.la/v2/api/orders/{{uuid}}/refund \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-auth-token" \
-d '{
"amount": "32221",
"notification_url": "https://your-awesome-web.com/endpoint-to-notify"
}'