OVPAY-1637 - "ovPayTokenId" is a query param, not a path param.

This commit is contained in:
Bas Boterman 2025-03-12 16:39:51 +01:00
parent bd67e51713
commit d9bfbe4c3d

View File

@ -48,7 +48,7 @@ paths:
{
"get_token":
{
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1337",
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/tokens?ovPayTokenId=1337",
"method": "GET",
},
},
@ -71,7 +71,7 @@ paths:
{
"get_token":
{
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1338",
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/tokens?ovPayTokenId=1338",
"method": "GET",
},
},
@ -200,7 +200,7 @@ paths:
{
"get_token":
{
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1337",
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/tokens?ovPayTokenId=1337",
"method": "GET",
},
},