PayZuPayZu Docs

Reenviar callback

POST
/user/callbacks/resend/{transactionId}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

transactionId*string

Response Body

application/json

application/json

application/json

curl -X POST "https://api.payzu.processamento.com/v1/user/callbacks/resend/string"
{
  "message": "Callback reenviado com sucesso"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Resource not found",
  "requestId": "cmou00000abcdef01s6ghij1k2lm"
}
{
  "statusCode": 429,
  "error": "Too Many Requests",
  "message": "Limite de reenvios atingido. Tente novamente em 1 minuto.",
  "requestId": "cmou00000abcdef01s6ghij1k2lm"
}