GET
/
v1.1
/
transactions
/
{transactionUUID}
/
webhook
/
redeliver
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"
}

Headers

x-api-key
string
required
Example:

"your-x-api-key"

x-api-token
string
required
Example:

"your-x-api-token"

Path Parameters

transactionUUID
string
required

UUID of the sale

Response

202
application/json
Success Response
status
enum<number>
Available options:
0
Example:

0

message
string
Example:

"success"