Returns validation errors and warnings for a batch.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/batches/{id}/errors \ --header 'Authorization: Bearer <token>'
{ "data": { "errors": [ { "row": 123, "field": "<string>", "message": "<string>" } ], "warnings": [ { "row": 123, "type": "<string>", "message": "<string>" } ] } }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Resource identifier.
Batch errors and warnings.
Show child attributes