delete token and 1 PAD object per token #11

Merged
MirjamHTM merged 3 commits from feature/OVPAY1820-CRUD-OrdersV2 into develop 2025-05-26 12:24:01 +00:00
Showing only changes of commit 43bca1a87d - Show all commits

View File

@ -1458,9 +1458,13 @@ paths:
exisiting PersonalAccountData:
MirjamHTM marked this conversation as resolved Outdated

Typo 'exisiting'.

Typo 'exisiting'.
summary: PersonalAccountData already exists for customerToken
description: PersonalAccountData already exists for customerToken
value:
"Resource already exist"
value:
{
"code": "405",
"type": "string",
"message": "Method not allowed",
"description": "PersonalAccountData resource already exists for customerToken with customerTokenId:510194ef-0038-45ef-94c7-262df93ef1d7"
}
/personalaccountdata:
get:
summary: P5. Find personal account data.