Requires manage_payments permission
POST
/transactions/{transaction}/resend
curl \
--request POST 'https://api.au.enjovia.app/transactions/{transaction}/resend' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "Account-ID: string" \
--data '{"email":"hello@example.com"}'
Request examples
# Headers
Account-ID: string
# Payload
{
"email": "hello@example.com"
}
Response examples (200)
{}