diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index a2e5334..fc5167e 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -1964,11 +1964,12 @@ paths: type: integer example: 1 required: true - summary: Replace an OVpay token with another (+ transfer products) - V2 (for Integratielaag) - description: | + summary: |- + NOT TO BE CALLED BY TOUCHPOINTS - Replace an OVpay token with another (+ transfer products) - V2 + description: |- + **NOTE: This endpoint is for usage by integratielaag only. Touchpoints should use + `/customers/tokens/{ovpayTokenId}/transfer` instead.**\ Transfer products from one OVpay token to another, and replace the tokens in the database. - This endpoint is for usage by integratielaag only. Touch points should use - `/customers/tokens/{ovpayTokenId}/transfer` instead. requestBody: content: application/json: @@ -2878,9 +2879,9 @@ paths: type: integer example: 1 post: - summary: "**INTEGRATIELAAG** Transfer old OVpay token to new OVpay token." + summary: "Transfer old OVpay token to new OVpay token." description: |- - **Note that this is an integratielaag endpoint, not a Service Engine endpoint!** + **Note that this directly calls the integratielaag and not the Service Engine!** First transfers all personal account data (if present), then all products, of an existing OVpay token to a new OVpay token. The new token will also be persisted in the profile as a replacement of the old token. This call is asynchronous, and progress can be monitored using the @@ -3019,9 +3020,9 @@ paths: get: tags: - Token Replace v2 - summary: "**INTEGRATIELAAG** Get the status of the initiated token transfer process (POST)." + summary: "Get the status of the initiated token transfer process (POST)." description: | - **Note that this is an integratielaag endpoint, not a Service Engine endpoint!** Get the status of the + **Note that this directly calls the integratielaag and not the Service Engine!** Get the status of the asynchronous token transfer processing. responses: "200":