OVPAY-1742 - Added more examples for development.
This commit is contained in:
parent
2df187ac59
commit
6dffa72825
@ -2667,6 +2667,25 @@ paths:
|
|||||||
"padOtp": "678901",
|
"padOtp": "678901",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Complete request body (for development only):
|
||||||
|
summary: Complete request body (for development only)
|
||||||
|
description: |
|
||||||
|
Complete request body (for development only).
|
||||||
|
value:
|
||||||
|
{
|
||||||
|
"oldOvPayToken":
|
||||||
|
{
|
||||||
|
"padOtp": "123456",
|
||||||
|
},
|
||||||
|
"newOvPayToken":
|
||||||
|
{
|
||||||
|
"ovPayTokenId": 2,
|
||||||
|
"xTat": "e7fa3392-646b-40e2-95a6-c417dc0b0969",
|
||||||
|
"alias": "My new token",
|
||||||
|
"padEmailAddress": "jandevries@outlook.com",
|
||||||
|
"padOtp": "678901",
|
||||||
|
},
|
||||||
|
}
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user