From 6dffa7282504867e0a08b0a019c922dc0d76fc70 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 13 May 2025 10:03:41 +0200 Subject: [PATCH] OVPAY-1742 - Added more examples for development. --- src/openapi/customers/SE-customers.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/openapi/customers/SE-customers.yaml b/src/openapi/customers/SE-customers.yaml index 65c0cd7..3fa1d14 100644 --- a/src/openapi/customers/SE-customers.yaml +++ b/src/openapi/customers/SE-customers.yaml @@ -2667,6 +2667,25 @@ paths: "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: "200": description: OK