Auth Used
Description
The authorisation returned by the authorisation server has already been used
Causes
- The Submit Authorisation Codes V2 endpoint has been used to submit a code that has already been submitted.
Example
{
"operation_id": "v2_open_banking_authorisation_codes_post",
"code_id": "auth_used",
"message": "auth code has been used before",
"errors": {
"code": "already used"
}
}
Updated 5 days ago