diff --git a/src/openapi/contracts/contracts-se.yaml b/src/openapi/contracts/contracts-se.yaml index 1e6b668..9eada74 100644 --- a/src/openapi/contracts/contracts-se.yaml +++ b/src/openapi/contracts/contracts-se.yaml @@ -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", }, },