diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 00bb076..d215081 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -2069,7 +2069,23 @@ paths: schema: $ref: "#/components/schemas/unavailable" examples: - Transfer to an existing OVpay token without existing PAD: + Transfer of a token without PAD to an existing OVpay token: + value: + { + "oldOvPayToken": {}, + "newOvPayToken": { "ovPayTokenId": 2 }, + } + Transfer of a token without PAD to a new OVpay token by XTAT: + value: + { + "oldOvPayToken": {}, + "newOvPayToken": + { + "xtat": "e7fa3392-646b-40e2-95a6-c417dc0b0969", + "alias": "MyToken", + }, + } + Transfer of a token with PAD to an existing OVpay token without existing PAD: value: { "oldOvPayToken": { "padOtp": "123456" }, @@ -2079,13 +2095,13 @@ paths: "padEmailAddress": "jandevries@outlook.com", }, } - Transfer to an existing OVpay token with existing PAD: + Transfer of a token with PAD to an existing OVpay token with existing PAD: value: { "oldOvPayToken": { "padOtp": "123456" }, "newOvPayToken": { "ovPayTokenId": 2, "padOtp": "678901" }, } - Transfer to a new token by XTAT without existing PAD: + Transfer of a token with PAD to a new token by XTAT without existing PAD: value: { "oldOvPayToken": { "padOtp": "123456" }, @@ -2096,7 +2112,7 @@ paths: "padEmailAddress": "jandevries@outlook.com", }, } - Transfer to a new token by XTAT with existing PAD: + Transfer of a token with PAD to a new token by XTAT with existing PAD: value: { "oldOvPayToken": { "padOtp": "123456" },