OVPAY-1742 - Updated description for /compare endpoint.
This commit is contained in:
parent
6c3a15134e
commit
14228a5d66
@ -1763,8 +1763,23 @@ paths:
|
|||||||
summary: Compare attributes of two OVpay tokens.
|
summary: Compare attributes of two OVpay tokens.
|
||||||
description: |-
|
description: |-
|
||||||
Compare the attributes of an existing OVpay token in the customer profile with the
|
Compare the attributes of an existing OVpay token in the customer profile with the
|
||||||
attributes of a new OVpay token. This operation compares the following attributes:
|
attributes of a new OVpay token. The new token can be passed using one of the following
|
||||||
- todo
|
methods:
|
||||||
|
|
||||||
|
- Compare with an existing OVpay token
|
||||||
|
- Compare with an XBOT
|
||||||
|
- Compare with an XTAT
|
||||||
|
- Compare with SRID + amount
|
||||||
|
- Compare with OVpas number + verification code
|
||||||
|
|
||||||
|
The comparison results are returned in the response body. Comparison is made on the following
|
||||||
|
attributes:
|
||||||
|
|
||||||
|
- Token type
|
||||||
|
- Experation date
|
||||||
|
- Auto reload registration
|
||||||
|
- E-purse
|
||||||
|
- PAD (name, birthdate, photo)
|
||||||
tags:
|
tags:
|
||||||
- Customers
|
- Customers
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user