features/OVPAY2475-Token-API #67

Merged
MirjamHTM merged 11 commits from features/OVPAY2475-Token-API into develop 2026-08-21 11:02:29 +00:00
Showing only changes of commit 42ff41baea - Show all commits

View File

@ -27,7 +27,8 @@ paths:
value:
{
"xTat": "cf694905-7f76-4799-b0bc-490716921323",
"otpKey": "123456789123456789123456789abcde"
"otpKey": "123456789123456789123456789abcde",
"customerProfileId": 12314
}
responses:
"201":
@ -370,6 +371,11 @@ components:
description: >-
Key used to validate the OTP at GBO
example: 123456789123456789123456789abcde
customerProfileId:
type : integer
description: >-
CustomerProfileId of the account requesting security or giving authorization
example: 123456
SecurityTokenStatusResponse:
description: Response for when the status of a token is requested
type: object