Clear up name and description of token transfer V2 endpoints
This commit is contained in:
parent
987f64a081
commit
715a9668fc
@ -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":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user