Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.lapyme.com.ar/api/v1/customer-payments/{payment_id}/void \ --header 'Authorization: Bearer <token>' \ --header 'Idempotency-Key: <idempotency-key>'
{ "request_id": "<string>", "data": { "customer_payment": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "voided": true } } }
Anula una cobranza de cliente existente por ID.
Incluí tu API key en el header Authorization con el prefijo Bearer.
Cobranza anulada exitosamente
Show child attributes
Was this page helpful?