PayZuDocs

Resend callbacks in bulk

Resends in bulk the callbacks of the transactions that match the given filters.

Confira nosso tutorial
POSThttps://api.payzu.processamento.com/v1/user/callbacks/resend
POST
/user/callbacks/resend

Body Params

Responses

curl -X POST "https://api.payzu.processamento.com/v1/user/callbacks/resend" \  -H "Authorization: Bearer {{token}}" \  -H "Content-Type: application/json" \  -d '{    "createdAtFrom": "2026-05-05T00:00:00Z",    "createdAtTo": "2026-05-06T00:00:00Z"  }'
{
"message": "Callbacks reenviados com sucesso",
"total": 42
}