Skip to main content

Request token resend for a schedule

A new token will be generated and sent to the ted schedule approver. If the maximum number of token validation attempts has been exceeded, resending will not be allowed.

Request

ENDPOINT
/account/ACCOUNT_KEY/ted_schedule/SCHEDULE_KEY/resend_token
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
account_keyuuidv4Unique account identification key.36
schedule_keyuuidv4Unique schedule identification key.36

Body Params

FieldTypeDescriptionCharacters
contact_typeenumeratorAuthentication token delivery methodEnumerator contact_type
Information

If no contact_type is sent, the token will be sent using the originally requested method.

Enumerator contact_type

EnumeratorDescription
smsSent via Text Message to mobile phone
emailSent via email

Response

STATUS
202
Response Body: Transaction Requested
{
"request_control_key": "b6804f32-101e-4702-8fbc-c2dbc4c2caec",
"schedule_key": "f64b3fa7-d09d-4927-ad4f-b966df9fb153",
"schedule_status": "pending_2fa_approval",
"schedule_date": "2024-12-31"
}
STATUS
4xx
Response Body: Transfer Rejected
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP Code
status
QI Code
code
Title
title
Description (eng)
description
Description (ptbr)
translation
400QIT000001Bad Requestschema error descriptionSchema Inválido
404TED000009Not FoundAccount not found for the given key: {account_key}Conta não encontrada para a chave fornecida: {account_key}
403TED000018UnauthorizedProvided account not owned by SELECTED_AGENTConta fornecida não pertencente ao SELECTED_AGENT
400TED000082Number of token validation attempts exceededThe maximum number of failed token validation attempts has been reachedNúmero máximo de tentativas de validação de token atingida
400TED000086Invalid StatusTed not in pending_2fa_approval statusTed não está pendente de aprovação por autenticação de dois fatores
400TED000087Error Sending TokenAn error occurred while resending token and its being investigatedUm erro ocorreu ao reenviar token e está sendo investigado
404TED000093TedSchedule not FoundTedSchedule was not foundTedSchedule não encontrada
400TED000096Bad RequestAction cannot be taken place as there is currently a pending transfer in progressA ação não pôde ser completada como há uma transferência pendente
400TED000099Invalid StatusTed Schedule not in pending_2fa_approval statusAgendamento Ted não está pendente de aprovação por autenticação de dois fatores
400TED000100Invalid Schedule DateSchedule must be approved before the scheduled dateAgendamento deve ser aprovado em data anterior à programada para transação