Triggers a new delivery attempt for the webhooks of a SALE transaction whose payment status is PAID.
cURL
curl --request GET \ --url https://api.paymee.com.br/v1.1/transactions/{transactionUUID}/webhook/redeliver \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-token: <x-api-token>'
{ "status": 0, "message": "success" }
"your-x-api-key"
"your-x-api-token"
UUID of the sale
Success Response
The response is of type object.
object