Regenerate OTP code for an active OTP process

SecurityBearer
Request
path Parameters
transactionId
required
string non-empty

The id of the transaction that initialized the OTP process

Example: 684CWYHCK05X2CN5K_N6
Responses
200

OTP code was regenerated successfully

401

Failed to authorize the client. Authorization information is either missing or invalid.

403

The client is not authorized to perform the requested operation.

422

OTP regenration is not possible at the moment. Client should wait. or No more regeneration are allowed or The transaction is in a "terminal state" (successful, failed, etc.)

429

Too Many Requests. The daily or total rate limit has been exceeded.

500

Unexpected server error

post/transaction/management/2fa/v1/regenerate/{transactionId}
Request samples
Response samples
application/json
{
  • "timestamp": "2025-10-02T09:14:37.507764Z",
  • "regenerationPossibleInSeconds": 60,
  • "ratepayTransactionId": "684CWYHCK05X2CN5K_N6",
  • "result": "otp_sent",
  • "message": {
    },
  • "timeToLiveInSeconds": 120,
  • "links": [
    ]
}