changed swift to bic inline with orders

This commit is contained in:
Mirjam Herald 2025-02-21 14:29:32 +01:00
parent 67109e7217
commit 12126253ac

View File

@ -160,7 +160,7 @@ paths:
schema: schema:
type: string type: string
example: NL20INGB example: NL20INGB
- name: swift - name: bic
in: query in: query
schema: schema:
type: string type: string
@ -1567,7 +1567,7 @@ paths:
schema: schema:
type: string type: string
example: "NL73RABO2677424363" example: "NL73RABO2677424363"
- name: swift - name: bic
in: query in: query
schema: schema:
type: string type: string
@ -1625,7 +1625,7 @@ paths:
"customerProfileId": 1, "customerProfileId": 1,
"issuerCountry": "NL", "issuerCountry": "NL",
"iban": "NL27ABNA4458972219", "iban": "NL27ABNA4458972219",
"swift": "GHJZIEJSKVM", "bic": "GHJZIEJSKVM",
"ascription": "J. Doe", "ascription": "J. Doe",
"alias": "John's billing details", "alias": "John's billing details",
"billingAddressId": 4 "billingAddressId": 4
@ -1671,7 +1671,7 @@ paths:
"customerProfileId": 5, "customerProfileId": 5,
"issuerCountry": "NL", "issuerCountry": "NL",
"iban": "NL27ABNA4458972219", "iban": "NL27ABNA4458972219",
"swift": "GHJZIEJSKVM", "bic": "GHJZIEJSKVM",
"ascription": "J. Doe", "ascription": "J. Doe",
"alias": null, "alias": null,
"billingAddressId": 42 "billingAddressId": 42
@ -1681,7 +1681,7 @@ paths:
"customerProfileId": 9, "customerProfileId": 9,
"issuerCountry": "NL", "issuerCountry": "NL",
"iban": "NL27ABNA4458972219", "iban": "NL27ABNA4458972219",
"swift": "GHJZIEJSKVM", "bic": "GHJZIEJSKVM",
"ascription": "J. Doe", "ascription": "J. Doe",
"alias": null, "alias": null,
"billingAddressId": 84 "billingAddressId": 84
@ -1720,7 +1720,7 @@ paths:
billingInformation: billingInformation:
issuerCountry: "NL" issuerCountry: "NL"
iban: "NL73RABO2677424363" iban: "NL73RABO2677424363"
swift: "GHJZIEJSKVM" bic: "GHJZIEJSKVM"
ascription: "J. Doe" ascription: "J. Doe"
alias: "John's billing details" alias: "John's billing details"
billingAddressId: 1 billingAddressId: 1
@ -2491,7 +2491,7 @@ components:
type: string type: string
bic: bic:
type: string type: string
swift: bic:
type: string type: string
ascription: ascription:
type: string type: string