Compare commits

..

No commits in common. "fc8596f0f3c965dd5673c2cbdc1377661015470c" and "e5867aa60574b51ba034e534197975d2f4f1b89d" have entirely different histories.

5 changed files with 403 additions and 1187 deletions

View File

@ -3041,7 +3041,7 @@ components:
example: 1
name:
type: string
example: Shipping
example: Billing
street:
type: string
example: Appelstraat

View File

@ -45,6 +45,7 @@ paths:
directDebitMandate:
directDebitMandateTypeId: 1
billingInformationId: 1
mandateAddressId: 2
mandateReference: Dit is een test Reference
mandateState: SIGNED
updateDirectDebitMandateType:
@ -55,6 +56,10 @@ paths:
value:
directDebitMandate:
billingInformationId: 2
updateMandateAddressId:
value:
directDebitMandate:
mandateAddressId: 3
updateMandateReference:
value:
directDebitMandate:
@ -124,10 +129,17 @@ paths:
updateFullBillingInformation:
value:
billingInformation:
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
billingAddressId: 2
updateIssuerCountry:
value:
billingInformation:
issuerCountry: DE
updateIban:
value:
billingInformation:
@ -136,6 +148,10 @@ paths:
value:
billingInformation:
bic: DEUT
updateSwift:
value:
billingInformation:
swift: UpdatedSwift
updateAscription:
value:
billingInformation:
@ -144,6 +160,10 @@ paths:
value:
billingInformation:
alias: Updated Alias
updateBillingAddressId:
value:
billingInformation:
billingAddressId: 3
required: true
responses:
'201':
@ -198,16 +218,21 @@ paths:
fullFinancialInformation:
value:
billingInformation:
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
billingAddressId: 2
minimumBillingInformation:
value:
billingInformation:
issuerCountry: NL
iban: '1234567890'
ascription: Dit is een Test
alias: Alias Test
billingAddressId: 2
required: true
responses:
'201':
@ -264,12 +289,16 @@ paths:
directDebitMandate:
directDebitMandateTypeId: 1
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
minimumdirectDebitMandate:
value:
directDebitMandate:
directDebitMandateTypeId: 1
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
required: true
responses:
@ -329,32 +358,38 @@ paths:
customerNumber: 1000003
billingInformation:
- billingInformationId: 1
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
created: "2024-06-02T15:03:460"
billingAddressId: 2
- billingInformationId: 2
issuerCountry: BE
iban: '0987654321'
bic: null
swift: null
ascription: Dit is een Test
alias: Alias Test
created: "2024-06-02T15:03:460"
billingAddressId: 3
directDebitMandate:
- directDebitMandateId: 1
directDebitMandateTypeName: PIN Transaction
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
mandateState: SIGNED
updateTimestamp: '2024-01-01T00:00:00.000'
updateTimestamp: '2024-01-01T00:00:00.00'
- directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
mandateState: CANCELLED
updateTimestamp: '2024-01-01T00:00:00.000'
updateTimestamp: '2024-01-01T00:00:00.00'
missingBillingInformation:
value:
customerNumber: 1000003
@ -363,31 +398,35 @@ paths:
- directDebitMandateId: 1
directDebitMandateTypeName: PIN transaction
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
- directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
missingDebitMandateInformation:
value:
customerNumber: 1000003
billingInformation:
- billingInformationId: 1
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
created: "2024-06-02T15:03:460"
billingAddressId: 2
- billingInformationId: 2
issuerCountry: BE
iban: '0987654321'
bic: null
swift: null
ascription: Dit is een Test
alias: Alias Test
created: "2024-06-02T15:03:460"
billingAddressId: 3
directDebitMandate: []
minimumFinancialInformation:
value:
@ -461,6 +500,7 @@ paths:
directDebitMandate:
directDebitMandateTypeId: 1
billingInformationId: 1
mandateAddressId: 2
mandateReference: Dit is een test Reference
mandateState: SIGNED
updateDirectDebitMandateType:
@ -471,6 +511,10 @@ paths:
value:
directDebitMandate:
billingInformationId: 2
updateMandateAddressId:
value:
directDebitMandate:
mandateAddressId: 3
updateMandateReference:
value:
directDebitMandate:
@ -547,10 +591,17 @@ paths:
updateFullBillingInformation:
value:
billingInformation:
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
billingAddressId: 2
updateIssuerCountry:
value:
billingInformation:
issuerCountry: DE
updateIban:
value:
billingInformation:
@ -559,6 +610,10 @@ paths:
value:
billingInformation:
bic: DEUT
updateSwift:
value:
billingInformation:
swift: UpdatedSwift
updateAscription:
value:
billingInformation:
@ -632,14 +687,17 @@ paths:
fullFinancialInformation:
value:
billingInformation:
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
billingAddressId: 2
minimumBillingInformation:
value:
billingInformation:
issuerCountry: NL
iban: '1234567890'
ascription: Dit is een Test
alias: Alias Test
@ -707,12 +765,16 @@ paths:
directDebitMandate:
directDebitMandateTypeId: 1
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
minimumdirectDebitMandate:
value:
directDebitMandate:
directDebitMandateTypeId: 1
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
required: true
responses:
@ -779,34 +841,38 @@ paths:
customerNumber: 1000003
billingInformation:
- billingInformationId: 1
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
billingAddressId: 2
created: '2024-01-01T00:00:00.000'
updateTimestamp: '2024-01-01T00:00:00.00'
- billingInformationId: 2
issuerCountry: BE
iban: '0987654321'
bic: null
swift: null
ascription: Dit is een Test
alias: Alias Test
billingAddressId: 3
created: '2024-01-01T00:00:00.000'
updateTimestamp: '2024-01-01T00:00:00.00'
directDebitMandate:
- directDebitMandateId: 1
directDebitMandateTypeName: PIN transaction
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
mandateState: SIGNED
updateTimestamp: '2024-01-01T00:00:00.000'
- directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
mandateState: CANCELLED
updateTimestamp: '2024-01-01T00:00:00.000'
missingBillingInformation:
value:
customerNumber: 1000003
@ -815,31 +881,35 @@ paths:
- directDebitMandateId: 1
directDebitMandateTypeName: PIN transaction
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
- directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract
billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
missingDebitMandateInformation:
value:
customerNumber: 1000003
billingInformation:
- billingInformationId: 1
issuerCountry: NL
iban: '1234567890'
bic: ING
swift: Swift
ascription: Dit is een Test
alias: Alias Test
created: "2024-06-02T15:03:460"
billingAddressId: 2
- billingInformationId: 2
issuerCountry: BE
iban: '0987654321'
bic: null
swift: null
ascription: Dit is een Test
alias: Alias Test
created: "2024-06-02T15:03:460"
billingAddressId: 3
directDebitMandate: []
minimumFinancialInformation:
value:
@ -1042,7 +1112,8 @@ paths:
postalCode: 0000AA
city: Den Haag
country: NL
addressType: Billing
isPreferred: true
addressType: Office
- addressId: 2
street: mystreet 33
houseNumber: 1
@ -1050,7 +1121,8 @@ paths:
postalCode: 4455CA
city: Den BOSCH
country: NL
addressType: Shipping
isPreferred: true
addressType: Office
phone:
- phoneId: 1
number: '3112345678'
@ -1127,7 +1199,8 @@ paths:
postalCode: 0000AA
city: Den Haag
country: NL
addressType: Billing
isPreferred: true
addressType: Office
- addressId: 2
street: mystreet 33
houseNumber: 1
@ -1135,7 +1208,8 @@ paths:
postalCode: 4455CA
city: Den BOSCH
country: NL
addressType: Shipping
isPreferred: true
addressType: Office
phone:
- phoneId: 1
number: '3112345678'
@ -1463,7 +1537,8 @@ paths:
postalCode: 0000AA
city: Den Haag
country: NL
addressType: Billing
isPreferred: true
addressType: Office
- addressId: 2
street: mystreet 33
houseNumber: 1
@ -1471,7 +1546,8 @@ paths:
postalCode: 4455CA
city: Den BOSCH
country: NL
addressType: Shipping
isPreferred: true
addressType: Office
phone:
- phoneId: 1
number: '3112345678'
@ -1677,6 +1753,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: true
addressTypeId: 1
- street: Beeklaan
houseNumber: 30
@ -1684,6 +1761,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: false
addressTypeId: 2
phones:
- number: '6123456789'
@ -2526,6 +2604,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: true
addressTypeId: 1
addMinimumAddress:
value:
@ -2535,6 +2614,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: true
addressTypeId: 1
responses:
'201':
@ -2746,6 +2826,7 @@ paths:
city: Den Haag
country: NL
addressTypeId: 2
isPreferred: true
updateStreet:
value:
address:
@ -2773,7 +2854,11 @@ paths:
updateAddressTypeId:
value:
address:
addressTypeId: 1
addressTypeId: 3
updateIsPreferred:
value:
address:
isPreferred: false
responses:
'202':
description: Successful updated the customer profile
@ -3026,7 +3111,8 @@ paths:
postalCode: 0000AA
city: Den Haag
country: NL
addressType: Billing
isPreferred: true
addressType: Office
- addressId: 2
street: mystreet 33
houseNumber: 1
@ -3034,7 +3120,8 @@ paths:
postalCode: 4455CA
city: Den BOSCH
country: NL
addressType: Shipping
isPreferred: true
addressType: Office
phone:
- phoneId: 1
number: '3112345678'
@ -3241,6 +3328,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: true
addressTypeId: 1
- street: Beeklaan
houseNumber: 30
@ -3248,6 +3336,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: false
addressTypeId: 2
phones:
- number: '6123456789'
@ -4025,6 +4114,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: true
addressTypeId: 1
addMinimumAddress:
value:
@ -4034,6 +4124,7 @@ paths:
postalCode: 2500AA
city: Den Haag
country: NL
isPreferred: true
addressTypeId: 1
responses:
'201':
@ -4259,6 +4350,7 @@ paths:
city: Den Haag
country: NL
addressTypeId: 2
isPreferred: true
updateStreet:
value:
address:
@ -4286,7 +4378,7 @@ paths:
updateAddressTypeId:
value:
address:
addressTypeId: 1
addressTypeId: 3
updateIsPreferred:
value:
address:
@ -4604,6 +4696,8 @@ components:
type: string
country:
type: string
isPreferred:
type: boolean
addressType:
type: string
getPhone:
@ -4667,6 +4761,7 @@ components:
- billingInformationId
- created
- directDebitMandateTypeName
- mandateAddressId
- mandateReference
type: object
properties:
@ -4674,6 +4769,10 @@ components:
type: string
billingInformationId:
type: integer
mandateAddressId:
type: integer
created:
type: string
mandateReference:
type: string
directDebitMandatePost:
@ -4688,6 +4787,8 @@ components:
type: string
billingInformationId:
type: integer
mandateAddressId:
type: integer
mandateReference:
type: string
mandateState:
@ -4710,6 +4811,8 @@ components:
type: integer
billingInformationId:
type: integer
mandateAddressId:
type: integer
created:
type: string
mandateReference:
@ -4723,41 +4826,52 @@ components:
- alias
- ascription
- bic
- billingAddressId
- billingInformationId
- iban
- created
- issuerCountry
- swift
type: object
properties:
billingInformationId:
type: integer
issuerCountry:
type: string
iban:
type: string
bic:
type: string
swift:
type: string
ascription:
type: string
alias:
type: string
created:
type: string
billingAddressId:
type: integer
billingInformationPostEntity:
required:
- alias
- ascription
- billingAddressId
- iban
- issuerCountry
type: object
properties:
issuerCountry:
type: string
iban:
type: string
bic:
type: string
swift:
type: string
ascription:
type: string
alias:
type: string
created:
type: string
billingAddressId:
type: integer
billingInformationPost:
type: object
properties:
@ -4766,14 +4880,20 @@ components:
billingInformationPatchEntity:
type: object
properties:
issuerCountry:
type: string
iban:
type: string
bic:
type: string
swift:
type: string
ascription:
type: string
alias:
type: string
billingAddressId:
type: integer
billingInformationPatch:
type: object
properties:
@ -4975,6 +5095,8 @@ components:
type: string
country:
type: string
isPreferred:
type: boolean
addressTypeId:
type: integer
addressPatchEntity:
@ -4994,6 +5116,8 @@ components:
type: string
addressTypeId:
type: integer
isPreferred:
type: boolean
phonePostEntity:
required:
- countryCode

View File

@ -1367,14 +1367,6 @@ paths:
$ref: "#/components/schemas/unavailable"
example:
{ "customerTokenId": "0aedb483-2477-4720-aee6-7abcd016843b" }
delete:
summary: P1. Delete a customer token.
description: Delete a customer token.
tags:
- Order Line
responses:
"200":
description: OK
/customertokens/{customerTokenId}/personalaccountdata:
parameters:
- in: path
@ -1428,17 +1420,6 @@ paths:
"challengeTypeId": 1,
"oneTimePassword": "H5Iiz3JTaQeIV8p",
}
exisiting PersonalAccountData:
summary: PersonalAccountData already exists for customerToken
description: PersonalAccountData already exists for customerToken
value:
{
"name": "Jan de Vries",
"birthdate": "01-01-1970",
"photo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAWJLR0Q+SWQA4wAAAAd0SU1FB+YCBAwmK58TFQgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDItMDRUMTI6Mzg6NDMrMDA6MDBAjYOrAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTAyLTA0VDEyOjM4OjQzKzAwOjAwMdA7FwAAAFd6VFh0UmF3IHByb2ZpbGUgdHlwZSBpcHRjAAB4nOPyDAhxVigoyk/LzEnlUgADIwsuYwsTIxNLkxQDEyBEgDTDZAMjs1Qgy9jUyMTMxBzEB8uASKBKLgDqFxF08kI1lQAAAYdpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0n77u/JyBpZD0nVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkJz8+DQo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIj48cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSJ1dWlkOmZhZjViZGQ1LWJhM2QtMTFkYS1hZDMxLWQzM2Q3NTE4MmYxYiIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPjx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+PC9yZGY6RGVzY3JpcHRpb24+PC9yZGY6UkRGPjwveDp4bXBtZXRhPg0KPD94cGFja2V0IGVuZD0ndyc/PiyUmAsAAAANSURBVBhXY3grk/YfAAXYAm/HQierAAAAAElFTkSuQmCC" ,
"challengeTypeId": 1,
"oneTimePassword": "H5Iiz3JTaQeIV8p",
}
responses:
"201":
description: OK
@ -1448,19 +1429,6 @@ paths:
$ref: "#/components/schemas/unavailable"
example:
{ "personalAccountDataId": "0aedb483-2477-4720-aee6-7abcd016843b" }
"405":
description: Method not allowed
content:
application/json:
schema:
$ref: "#/components/schemas/unavailable"
examples:
exisiting PersonalAccountData:
summary: PersonalAccountData already exists for customerToken
description: PersonalAccountData already exists for customerToken
value:
"Resource already exist"
/personalaccountdata:
get:
summary: P5. Find personal account data.

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ paths:
{
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "2025-07-02T15:01:00.000+00:00",
"updated": "2025-07-02 15:01:00.000",
},
],
}
@ -51,12 +51,12 @@ paths:
{
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "22025-07-02T15:01:00.000+00:00",
"updated": "2025-07-02 15:01:00.000",
},
{
"readerId": "b4d8e43c-be21-472c-955b-a0c7c11b4bfb",
"xBot": "625bc66b-a5de-42fc-ba9e-fb02ada4a4ee",
"updated": "2025-07-02T13:37:07.000+00:00",
"updated": "2025-07-02 13:37:07.000",
},
],
}
@ -92,7 +92,7 @@ paths:
{
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "2025-07-02T15:01:00.000+00:00",
"updated": "2025-07-02 15:01:00.000",
}
"201":
description: Created
@ -104,7 +104,7 @@ paths:
{
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "2025-07-02T15:01:00.000+00:00",
"updated": "2025-07-02 15:01:00.000",
}
components:
securitySchemes:
@ -150,7 +150,7 @@ components:
updated:
type: string
format: date-time
example: "2025-07-02T15:01:00+00:00"
example: "2025-07-02T15:01:00Z"
nullable: false
description: The date and time when the token register request was updated.
required: