develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit 499442b3d9 - Show all commits

View File

@ -2069,7 +2069,23 @@ paths:
schema:
$ref: "#/components/schemas/unavailable"
examples:
Transfer to an existing OVpay token without existing PAD:
Transfer of a token without PAD to an existing OVpay token:
value:
{
"oldOvPayToken": {},
"newOvPayToken": { "ovPayTokenId": 2 },
}
Transfer of a token without PAD to a new OVpay token by XTAT:
value:
{
"oldOvPayToken": {},
"newOvPayToken":
{
"xtat": "e7fa3392-646b-40e2-95a6-c417dc0b0969",
"alias": "MyToken",
},
}
Transfer of a token with PAD to an existing OVpay token without existing PAD:
value:
{
"oldOvPayToken": { "padOtp": "123456" },
@ -2079,13 +2095,13 @@ paths:
"padEmailAddress": "jandevries@outlook.com",
},
}
Transfer to an existing OVpay token with existing PAD:
Transfer of a token with PAD to an existing OVpay token with existing PAD:
value:
{
"oldOvPayToken": { "padOtp": "123456" },
"newOvPayToken": { "ovPayTokenId": 2, "padOtp": "678901" },
}
Transfer to a new token by XTAT without existing PAD:
Transfer of a token with PAD to a new token by XTAT without existing PAD:
value:
{
"oldOvPayToken": { "padOtp": "123456" },
@ -2096,7 +2112,7 @@ paths:
"padEmailAddress": "jandevries@outlook.com",
},
}
Transfer to a new token by XTAT with existing PAD:
Transfer of a token with PAD to a new token by XTAT with existing PAD:
value:
{
"oldOvPayToken": { "padOtp": "123456" },