Skip to main content
POST
/
v1
/
alert
/
retry-refund
Request retry refund for alerts
curl --request POST \
  --url https://sandbox.api.veepag.com/v1/alert/retry-refund \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --data '
{
  "companyId": "<string>"
}
'
{}

Authorizations

apiKey
string
header
required

API key no formato keyId.secret.

Body

application/json
companyId
string
required

Response

object | null

Retry de refund enfileirado. Body de sucesso vazio.

The response is of type object.