{"items":[{"type":"link","label":"Tokens","link":"/products/tokens/openapi","routeSlug":"/products/tokens/openapi","content":{"contentType":"overview","meta":{"name":"Tokens"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"openapi.json","url":"/access/_bundle/products/tokens/@v3/openapi.json?download"},{"kind":"download","label":"openapi.yaml","url":"/access/_bundle/products/tokens/@v3/openapi.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"payload","title":"Payload","lang":"Payload"},{"key":"curl","title":"curl","lang":"curl"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"go","title":"Go","lang":"Go"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"csharp","title":"C#","lang":"C#"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Tokens (3)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimize the exposure of sensitive card details and increase the security of your customer's card details."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"__"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication header"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"fence","attributes":{"content":"  Authorization: {your_credentials}\n"},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"  Authorization: {your_credentials}\n"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Replace "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"{your_credentials}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" with your base64-encoded Basic Auth username and password given to you by your Worldpay Implementation Manager."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"must"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" use the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Authorization"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header for any request you send to our Tokens API."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"__"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Accept & Content-Type headers"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"fence","attributes":{"content":"  Accept: application/vnd.worldpay.tokens-v3.hal+json\n  Content-Type: application/vnd.worldpay.tokens-v3.hal+json\n"},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"  Accept: application/vnd.worldpay.tokens-v3.hal+json\n  Content-Type: application/vnd.worldpay.tokens-v3.hal+json\n"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"We use the Accept header to identify which version of our API you are using. You must use the Accept header for any request you send to our Tokens API."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For detokenization requests, adapt the Accept header to also pass masked = false, as follows: "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Accept:"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"'application/vnd.worldpay.tokens-v3.hal+json; masked=false'"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"admonition","inline":true,"attributes":{"type":"warning","name":"Important"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Detokenizing exposes your business to high levels of PCI auditing, required to remain PCI compliant."},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"We require the Content-Type header if the request you're sending includes a request body, and if the HTTP method is a POST or a PUT."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"__"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DNS whitelisting"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Whitelist the following URLs:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"*"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"https://try.access.worldpay.com/"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"https://access.worldpay.com/"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please ensure you use DNS whitelisting, not explicit IP whitelisting. When you make a request within Access Worldpay, you should always cache the response returned."},"children":[]}]}]}]}],"sectionId":"/products/tokens/openapi"}],"sectionId":"/products/tokens/openapi"}]}]}},{"type":"group","label":"Token","link":"/products/tokens/openapi/token","routeSlug":"/products/tokens/openapi/token","items":[{"label":"Create a new token","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/token/createsecuritytoken","routeSlug":"/products/tokens/openapi/token/createsecuritytoken","metadata":{"seo":{"title":"Create a new token","description":"Create a new token for the payment instrument."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createSecurityToken","name":"Create a new token","isWebhook":false,"pointer":"/paths/~1tokens/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a new token","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a new token for the payment instrument."},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/token_creation","exampleIds":["paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with minimal details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with full details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Samsung Pay)"]}},"schemaId":"components/schemas/token_creation","exampleIds":["paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with minimal details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with full details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Samsung Pay)"],"pointer":"/paths/~1tokens/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/tokens","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/token_creation","exampleIds":["paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with minimal details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with full details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Samsung Pay)"]}},"responseCodes":["200","201","400","403","409","422","500"],"pointer":"/tokens","href":"token/createsecuritytoken","openApiOperationId":"createSecurityToken","summary":"Create a new token"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"schemaId":"components/schemas/token_creation","exampleIds":["paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with minimal details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with full details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Samsung Pay)"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/token_creation","exampleIds":["paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with minimal details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with full details","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Samsung Pay)"]}},"examples":[{},{},{},{},{},{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You've already tokenized the card and all data supplied in your create a token request matches the data stored with us."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The existing token resource reference is returned in the tokenPaymentInstrument object."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" Sometimes we match a token even if the data doesn't seem quite the same. For example, if we have a billing address on file, we retain this address if you do not supply a "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"billingAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" object in your request."},"children":[]}]}]}],"mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized network token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Apple Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Google Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Samsung Pay token exists"]}},"schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized network token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Apple Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Google Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Samsung Pay token exists"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Location":{"schema":{"type":"string","format":"uri"},"description":"A URI identifying the created token resource."}},"headerSchemaId":"schema_481"},{"code":"201","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is the first time you've tokenized this card."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Your response contains a "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokenPaymentInstrument"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" object which contains the link data to the token resource. The response also includes request links, e.g. updating and deleting the token."},"children":[]}]}]}],"mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_201_response","exampleIds":["paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Samsung Pay)"]}},"schemaId":"components/schemas/tokens_token_201_response","exampleIds":["paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Samsung Pay)"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Location":{"schema":{"type":"string","format":"uri"},"description":"A URI identifying the created token resource."}},"headerSchemaId":"schema_481"},{"code":"400","description":"We could not process the request due to a client error.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_400_response","exampleIds":["paths/~1tokens/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"]}},"schemaId":"components/schemas/tokens_token_400_response","exampleIds":["paths/~1tokens/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"},{"code":"403","description":"You've already added the maximum number of tokens to the namespace, 16. Please use an alternative namespace or delete some existing tokens from the namespace.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_403_response","exampleIds":["paths/~1tokens/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"]}},"schemaId":"components/schemas/tokens_token_403_response","exampleIds":["paths/~1tokens/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"},{"code":"409","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Conflict."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" You've already tokenized the card, but some of the data supplied in your create a token request is different from the data in the existing token."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This conflict could be caused by a differentiation in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cardHolderName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cardExpiryDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"billingAddress"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"schemeTransactionReference"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (see note below) fields."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In this case, the data that we have on file is retained. We return the data which caused the conflict in a conflicts object. If you would like to resolve the conflict, you can update the existing token using the \"tokens:conflicts\" request link returned in the response."},"children":[]}]}]}],"mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_409_response","exampleIds":["paths/~1tokens/post/responses/409/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Conflict"]}},"schemaId":"components/schemas/tokens_token_409_response","exampleIds":["paths/~1tokens/post/responses/409/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Conflict"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Location":{"schema":{"type":"string","format":"uri"},"description":"A URI identifying the conflicting token resource."}},"headerSchemaId":"schema_483"},{"code":"422","description":"The request was syntactically valid, but we couldn't process the request. For example the card number or card brand is not recognized.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_422_response","exampleIds":["paths/~1tokens/post/responses/422/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card brand not recognized"]}},"schemaId":"components/schemas/tokens_token_422_response","exampleIds":["paths/~1tokens/post/responses/422/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card brand not recognized"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"},{"code":"500","description":"An internal server error occurred.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}},"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"}],"pointer":"/paths/~1tokens/post/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"200","schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized network token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Apple Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Google Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Samsung Pay token exists"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized network token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Apple Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Google Pay token exists","paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Samsung Pay token exists"]}}},{"code":"201","schemaId":"components/schemas/tokens_token_201_response","exampleIds":["paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Samsung Pay)"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_201_response","exampleIds":["paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Apple Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Google Pay)","paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Samsung Pay)"]}}},{"code":"400","schemaId":"components/schemas/tokens_token_400_response","exampleIds":["paths/~1tokens/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_400_response","exampleIds":["paths/~1tokens/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"]}}},{"code":"403","schemaId":"components/schemas/tokens_token_403_response","exampleIds":["paths/~1tokens/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_403_response","exampleIds":["paths/~1tokens/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"]}}},{"code":"409","schemaId":"components/schemas/tokens_token_409_response","exampleIds":["paths/~1tokens/post/responses/409/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Conflict"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_409_response","exampleIds":["paths/~1tokens/post/responses/409/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Conflict"]}}},{"code":"422","schemaId":"components/schemas/tokens_token_422_response","exampleIds":["paths/~1tokens/post/responses/422/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card brand not recognized"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_422_response","exampleIds":["paths/~1tokens/post/responses/422/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card brand not recognized"]}}},{"code":"500","schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/token/createsecuritytoken"}],"panels":[]}]},"httpPath":"/tokens"},{"label":"Retrieve token details using query parameters","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/token/querysecuritytoken","routeSlug":"/products/tokens/openapi/token/querysecuritytoken","metadata":{"seo":{"title":"Retrieve token details using query parameters","description":"At least one of tokenId or namespace must be provided. If the token was created with a namespace, both tokenId and namespace must be supplied. To look up all tokens created under a namespace, query by namespace alone."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"querySecurityToken","name":"Retrieve token details using query parameters","isWebhook":false,"pointer":"/paths/~1tokens/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve token details using query parameters","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"At least one of "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokenId"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"namespace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" must be provided. If the token was created with a namespace, both "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokenId"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"namespace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" must be supplied. To look up all tokens created under a namespace, query by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"namespace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" alone."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"tokenId","in":"query","schemaId":"schema_484","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Worldpay's internal identifier for a token. If the token was created with a namespace, "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"namespace"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" must also be included as a query parameter."},"children":[]}]}]}],"example":"9925760692793807595"},{"name":"namespace","in":"query","schemaId":"schema_485","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A reference to group up to 16 tokens, e.g. for one customer. When queried by itself, all tokens under the namespace will be returned; when queried in combination with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokenId"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", a single token will be returned. Avoid personally identifiable information (PII) here to prevent the logging of sensitive identifiers."},"children":[]}]}]}],"example":"customer-1"}],"pointer":"/paths/~1tokens/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/tokens","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[],"query":[{"name":"tokenId","in":"query","required":false,"example":"9925760692793807595","schemaId":"schema_484"},{"name":"namespace","in":"query","required":false,"example":"customer-1","schemaId":"schema_485"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","405","500"],"pointer":"/tokens","href":"token/querysecuritytoken","openApiOperationId":"querySecurityToken","summary":"Retrieve token details using query parameters"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"The detail for this token.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/query_token_response","exampleIds":["paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token with a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all network card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Query returns no results","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"]}},"schemaId":"components/schemas/query_token_response","exampleIds":["paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token with a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all network card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Query returns no results","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"]},{"code":"405","description":"Requested method is not allowed.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"]}},"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"},{"code":"500","description":"An internal server error.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}},"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"}],"pointer":"/paths/~1tokens/get/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"200","schemaId":"components/schemas/query_token_response","exampleIds":["paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token with a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all network card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Query returns no results","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/query_token_response","exampleIds":["paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token with a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all network card tokens under a namespace","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Query returns no results","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"]}}},{"code":"405","schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"]}}},{"code":"500","schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/token/querysecuritytoken"}],"panels":[]}]},"httpPath":"/tokens"},{"label":"Retrieve token details using the token href link data","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/token/getsecuritytokenbyhref","routeSlug":"/products/tokens/openapi/token/getsecuritytokenbyhref","metadata":{"seo":{"title":"Retrieve token details using the token href link data","description":"Retrieve token details using the token href representing the token."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getSecurityTokenByHref","name":"Retrieve token details using the token href link data","isWebhook":false,"pointer":"/paths/~1tokens~1{linkData}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve token details using the token href link data","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieve token details using the token href representing the token."},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"linkData","in":"path","schemaId":"schema_486","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The Access Worldpay encrypted token, returned in "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokenPaymentInstrument.href"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", as well as the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokens:token"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" request link."},"children":[]}]}]}],"required":true,"example":"eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"}],"pointer":"/paths/~1tokens~1{linkData}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/tokens/{linkData}","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[{"name":"linkData","in":"path","required":true,"example":"eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ","schemaId":"schema_486"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","404","405","500"],"pointer":"/tokens/{linkData}","href":"token/getsecuritytokenbyhref","openApiOperationId":"getSecurityTokenByHref","summary":"Retrieve token details using the token href link data"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"The detail for this token.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token with a namespace","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"]}},"schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token with a namespace","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"]},{"code":"404","description":"We could not find the requested resource. This may be returned if the token resource has been deleted.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_404_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}},"schemaId":"components/schemas/tokens_token_404_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"},{"code":"405","description":"Requested method is not allowed.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"]}},"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"},{"code":"500","description":"An internal server error.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}},"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"}],"pointer":"/paths/~1tokens~1{linkData}/get/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"200","schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token with a namespace","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_200_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token with a namespace","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details","paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"]}}},{"code":"404","schemaId":"components/schemas/tokens_token_404_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_404_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}}},{"code":"405","schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"]}}},{"code":"500","schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_500_response","exampleIds":["paths/~1tokens~1{linkData}/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/token/getsecuritytokenbyhref"}],"panels":[]}]},"httpPath":"/tokens/{linkData}"},{"label":"Update this token","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/token/updatesecuritytoken","routeSlug":"/products/tokens/openapi/token/updatesecuritytoken","metadata":{"seo":{"title":"Update this token","description":"Updating different fields represented by the token."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateSecurityToken","name":"Update this token","isWebhook":false,"pointer":"/paths/~1tokens~1{linkData}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update this token","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updating different fields represented by the token."},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"linkData","in":"path","schemaId":"schema_486","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Encrypted token data to update the token, as returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"_links"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" section of the response body to successful POST and GET requests. For example, to update the cardHolderName, use the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokens:cardHolderName"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" request link."},"children":[]}]}]}],"required":true,"example":"eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"}],"pointer":"/paths/~1tokens~1{linkData}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token","exampleIds":["paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update billing address","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card expiry date","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card holder name","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update token description","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update scheme transaction reference"]}},"schemaId":"components/schemas/tokens_token","exampleIds":["paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update billing address","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card expiry date","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card holder name","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update token description","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update scheme transaction reference"],"pointer":"/paths/~1tokens~1{linkData}/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/tokens/{linkData}","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[{"name":"linkData","in":"path","required":true,"example":"eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ","schemaId":"schema_486"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token","exampleIds":["paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update billing address","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card expiry date","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card holder name","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update token description","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update scheme transaction reference"]}},"responseCodes":["204","429"],"pointer":"/tokens/{linkData}","href":"token/updatesecuritytoken","openApiOperationId":"updateSecurityToken","summary":"Update this token"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"schemaId":"components/schemas/tokens_token","exampleIds":["paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update billing address","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card expiry date","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card holder name","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update token description","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update scheme transaction reference"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token","exampleIds":["paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update billing address","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card expiry date","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card holder name","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update token description","paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update scheme transaction reference"]}},"examples":[{},{},{},{},{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"The token was successfully updated."},{"code":"429","description":"A 429 response is returned for too many requests. You can only update one attribute at a time with a maximum of 50 updates in a rolling 30 day period.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_429_response","exampleIds":["paths/~1tokens~1{linkData}/put/responses/429/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}},"schemaId":"components/schemas/tokens_token_429_response","exampleIds":["paths/~1tokens~1{linkData}/put/responses/429/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"}],"pointer":"/paths/~1tokens~1{linkData}/put/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"204"},{"code":"429","schemaId":"components/schemas/tokens_token_429_response","exampleIds":["paths/~1tokens~1{linkData}/put/responses/429/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_429_response","exampleIds":["paths/~1tokens~1{linkData}/put/responses/429/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/token/updatesecuritytoken"}],"panels":[]}]},"httpPath":"/tokens/{linkData}"},{"label":"Delete this token","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/token/deletesecuritytoken","routeSlug":"/products/tokens/openapi/token/deletesecuritytoken","metadata":{"seo":{"title":"Delete this token","description":"Deleting a token based on an encrypted token href."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteSecurityToken","name":"Delete this token","isWebhook":false,"pointer":"/paths/~1tokens~1{linkData}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete this token","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deleting a token based on an encrypted token href."},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"linkData","in":"path","schemaId":"schema_486","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The Access Worldpay encrypted token, returned in "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokenPaymentInstrument.href"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", as well as the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokens:token"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" request link."},"children":[]}]}]}],"required":true,"example":"eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"}],"pointer":"/paths/~1tokens~1{linkData}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/tokens/{linkData}","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[{"name":"linkData","in":"path","required":true,"example":"eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ","schemaId":"schema_486"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["204","405"],"pointer":"/tokens/{linkData}","href":"token/deletesecuritytoken","openApiOperationId":"deleteSecurityToken","summary":"Delete this token"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"The token was successfully deleted."},{"code":"405","description":"Requested method is not allowed.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/delete/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"]}},"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/delete/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"],"headers":{"Accept":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}},"Content-Type":{"schema":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"headerSchemaId":"schema_482"}],"pointer":"/paths/~1tokens~1{linkData}/delete/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"204"},{"code":"405","schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/delete/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_token_405_response","exampleIds":["paths/~1tokens~1{linkData}/delete/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/token/deletesecuritytoken"}],"panels":[]}]},"httpPath":"/tokens/{linkData}"}],"content":{"contentType":"group","meta":{"name":"Token"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Token","showPageActions":true},{"nodeType":"markdoc","content":"A token representing a payment instrument."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/tokens","summary":"Create a new token","prefix":{"name":"post","color":"post"},"badges":[],"link":"/token/createsecuritytoken","deprecated":false},{"title":"/tokens","summary":"Retrieve token details using query parameters","prefix":{"name":"get","color":"get"},"badges":[],"link":"/token/querysecuritytoken","deprecated":false},{"title":"/tokens/{linkData}","summary":"Retrieve token details using the token href link data","prefix":{"name":"get","color":"get"},"badges":[],"link":"/token/getsecuritytokenbyhref","deprecated":false},{"title":"/tokens/{linkData}","summary":"Update this token","prefix":{"name":"put","color":"put"},"badges":[],"link":"/token/updatesecuritytoken","deprecated":false},{"title":"/tokens/{linkData}","summary":"Delete this token","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/token/deletesecuritytoken","deprecated":false}]}]}]}]}},{"type":"group","label":"Network token","link":"/products/tokens/openapi/network-token","routeSlug":"/products/tokens/openapi/network-token","items":[{"label":"Request provisioning for a network token and receive a reference for use later","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/network-token/provisionnetworktoken","routeSlug":"/products/tokens/openapi/network-token/provisionnetworktoken","metadata":{"seo":{"title":"Request provisioning for a network token and receive a reference for use later","description":"Request to provision a network token."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"provisionNetworkToken","name":"Request provisioning for a network token and receive a reference for use later","isWebhook":false,"pointer":"/paths/~1tokens~1network/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Request provisioning for a network token and receive a reference for use later","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Request to provision a network token.\n\n"},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision","exampleIds":["paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to provision a network token","paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to turn an access token into a network token"]}},"schemaId":"components/schemas/tokens_network_provision","exampleIds":["paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to provision a network token","paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to turn an access token into a network token"],"pointer":"/paths/~1tokens~1network/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/tokens/network","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision","exampleIds":["paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to provision a network token","paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to turn an access token into a network token"]}},"responseCodes":["200","400","401","403","404","500"],"pointer":"/tokens/network","href":"network-token/provisionnetworktoken","openApiOperationId":"provisionNetworkToken","summary":"Request provisioning for a network token and receive a reference for use later"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"schemaId":"components/schemas/tokens_network_provision","exampleIds":["paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to provision a network token","paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to turn an access token into a network token"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision","exampleIds":["paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to provision a network token","paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to turn an access token into a network token"]}},"examples":[{},{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_200_response","exampleIds":["paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready, created from an Access token","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The request was not successful due to provisioning errors"]}},"schemaId":"components/schemas/tokens_network_provision_200_response","exampleIds":["paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready, created from an Access token","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The request was not successful due to provisioning errors"]},{"code":"400","description":"Body does not match schema, or some details are incorrect.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_with_optional_validation_response","exampleIds":["paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Cardholder name is missing","paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card number format is incorrect"]}},"schemaId":"components/schemas/tokens_network_provision_error_with_optional_validation_response","exampleIds":["paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Cardholder name is missing","paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card number format is incorrect"]},{"code":"401","description":"Unauthorized.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/401/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]}},"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/401/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]},{"code":"403","description":"Account not configured to use NPT.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]}},"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]},{"code":"404","description":"Resource not found. Please check the endpoint and headers.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"]}},"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"]},{"code":"500","description":"Internal server error. Please retry.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}},"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}],"pointer":"/paths/~1tokens~1network/post/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"200","schemaId":"components/schemas/tokens_network_provision_200_response","exampleIds":["paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready, created from an Access token","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The request was not successful due to provisioning errors"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_200_response","exampleIds":["paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready, created from an Access token","paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The request was not successful due to provisioning errors"]}}},{"code":"400","schemaId":"components/schemas/tokens_network_provision_error_with_optional_validation_response","exampleIds":["paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Cardholder name is missing","paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card number format is incorrect"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_with_optional_validation_response","exampleIds":["paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Cardholder name is missing","paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card number format is incorrect"]}}},{"code":"401","schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/401/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/401/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]}}},{"code":"403","schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]}}},{"code":"404","schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"]}}},{"code":"500","schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_provision_error_response","exampleIds":["paths/~1tokens~1network/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/network-token/provisionnetworktoken"}],"panels":[]}]},"httpPath":"/tokens/network"},{"label":"Get the actual network token using the network token reference","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/network-token/getnetworktoken","routeSlug":"/products/tokens/openapi/network-token/getnetworktoken","metadata":{"seo":{"title":"Get the actual network token using the network token reference","description":"Retrieve the detail for this network token."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getNetworkToken","name":"Get the actual network token using the network token reference","isWebhook":false,"pointer":"/paths/~1tokens~1network~1{tokenReference}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the actual network token using the network token reference","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieve the detail for this network token."},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"tokenReference","in":"path","schemaId":"schema_486","description":"Access Worldpay tokenReference","required":true}],"pointer":"/paths/~1tokens~1network~1{tokenReference}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/tokens/network/{tokenReference}","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[{"name":"tokenReference","in":"path","required":true,"schemaId":"schema_486"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200"],"pointer":"/tokens/network/{tokenReference}","href":"network-token/getnetworktoken","openApiOperationId":"getNetworkToken","summary":"Get the actual network token using the network token reference"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_query_200_response","exampleIds":["paths/~1tokens~1network~1{tokenReference}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Get a network token after it has been provisioned"]}},"schemaId":"components/schemas/tokens_network_query_200_response","exampleIds":["paths/~1tokens~1network~1{tokenReference}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Get a network token after it has been provisioned"]}],"pointer":"/paths/~1tokens~1network~1{tokenReference}/get/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"200","schemaId":"components/schemas/tokens_network_query_200_response","exampleIds":["paths/~1tokens~1network~1{tokenReference}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Get a network token after it has been provisioned"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_query_200_response","exampleIds":["paths/~1tokens~1network~1{tokenReference}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Get a network token after it has been provisioned"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/network-token/getnetworktoken"}],"panels":[]}]},"httpPath":"/tokens/network/{tokenReference}"},{"label":"Delete a network token","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/network-token/deletesecuritynetworktoken","routeSlug":"/products/tokens/openapi/network-token/deletesecuritynetworktoken","metadata":{"seo":{"title":"Delete a network token","description":"Deleting a network token based on a token number."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteSecurityNetworkToken","name":"Delete a network token","isWebhook":false,"pointer":"/paths/~1tokens~1network~1{tokenNumber}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a network token","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deleting a network token based on a token number."},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"tokenNumber","in":"path","schemaId":"schema_486","description":"Access Worldpay network token number.","required":true}],"pointer":"/paths/~1tokens~1network~1{tokenNumber}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/tokens/network/{tokenNumber}","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[{"name":"tokenNumber","in":"path","required":true,"schemaId":"schema_486"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["204","400","403","404","406","500","503"],"pointer":"/tokens/network/{tokenNumber}","href":"network-token/deletesecuritynetworktoken","openApiOperationId":"deleteSecurityNetworkToken","summary":"Delete a network token"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"The network token was successfully deleted."},{"code":"400","description":"Token Number is invalid.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/notFound","paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header does not match Content-type header"]}},"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/notFound","paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header does not match Content-type header"]},{"code":"403","description":"Account not configured to use NPT.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]}},"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]},{"code":"404","description":"Network Token was not found.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Network Token was not found"]}},"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Network Token was not found"]},{"code":"406","description":"Accept header is not supported.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/406/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header is not supported"]}},"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/406/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header is not supported"]},{"code":"500","description":"Provider error.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}},"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]},{"code":"503","description":"Provider error.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}},"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}],"pointer":"/paths/~1tokens~1network~1{tokenNumber}/delete/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"204"},{"code":"400","exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/notFound","paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header does not match Content-type header"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/notFound","paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header does not match Content-type header"]}}},{"code":"403","exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"]}}},{"code":"404","exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Network Token was not found"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Network Token was not found"]}}},{"code":"406","exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/406/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header is not supported"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/406/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header is not supported"]}}},{"code":"500","exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}}},{"code":"503","exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"exampleIds":["paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error","paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/network-token/deletesecuritynetworktoken"}],"panels":[]}]},"httpPath":"/tokens/network/{tokenNumber}"},{"label":"Provision a cryptogram for short time use based on a network token","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/products/tokens/openapi/network-token/getnetworktokencryptogram","routeSlug":"/products/tokens/openapi/network-token/getnetworktokencryptogram","metadata":{"seo":{"title":"Provision a cryptogram for short time use based on a network token","description":"A network token cryptogram is a one-time value generated for a single payment authorization attempt using the network token. It helps to prove that the network token is valid and being used by an authorized party for a specific transaction."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getNetworkTokenCryptogram","name":"Provision a cryptogram for short time use based on a network token","isWebhook":false,"pointer":"/paths/~1tokens~1network~1cryptograms/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Provision a cryptogram for short time use based on a network token","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"A network token cryptogram is a one-time value generated for a single payment authorization attempt using the network token. It helps to prove that the network token is valid and being used by an authorized party for a specific transaction."},{"nodeType":"security","requirements":[{"schemes":[{"name":"BasicAuth","scopes":[],"type":"http","scheme":"basic"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_cryptograms","exampleIds":["paths/~1tokens~1network~1cryptograms/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"]}},"schemaId":"components/schemas/tokens_network_cryptograms","exampleIds":["paths/~1tokens~1network~1cryptograms/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"],"pointer":"/paths/~1tokens~1network~1cryptograms/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/tokens/network/cryptograms","servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"BasicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_cryptograms","exampleIds":["paths/~1tokens~1network~1cryptograms/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"]}},"responseCodes":["200","404"],"pointer":"/tokens/network/cryptograms","href":"network-token/getnetworktokencryptogram","openApiOperationId":"getNetworkTokenCryptogram","summary":"Provision a cryptogram for short time use based on a network token"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"schemaId":"components/schemas/tokens_network_cryptograms","exampleIds":["paths/~1tokens~1network~1cryptograms/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeSchemas":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_cryptograms","exampleIds":["paths/~1tokens~1network~1cryptograms/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_cryptograms_200_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"]}},"schemaId":"components/schemas/tokens_network_cryptograms_200_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"]},{"code":"404","description":"Resource not found.","mediaType":"application/vnd.worldpay.tokens-v3.hal+json","mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_cryptograms_404_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"]}},"schemaId":"components/schemas/tokens_network_cryptograms_404_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"]}],"pointer":"/paths/~1tokens~1network~1cryptograms/post/responses"}],"panels":[{"children":[{"kind":"response","responseCodes":[{"code":"200","schemaId":"components/schemas/tokens_network_cryptograms_200_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_cryptograms_200_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"]}}},{"code":"404","schemaId":"components/schemas/tokens_network_cryptograms_404_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"],"mediaTypes":["application/vnd.worldpay.tokens-v3.hal+json"],"mediaTypeContent":{"application/vnd.worldpay.tokens-v3.hal+json":{"schemaId":"components/schemas/tokens_network_cryptograms_404_response","exampleIds":["paths/~1tokens~1network~1cryptograms/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/network-token/getnetworktokencryptogram"}],"panels":[]}]},"httpPath":"/tokens/network/cryptograms"}],"content":{"contentType":"group","meta":{"name":"Network token"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Network token","showPageActions":true},{"nodeType":"markdoc","content":"A network token representing a payment instrument."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/tokens/network","summary":"Request provisioning for a network token and receive a reference for use later","prefix":{"name":"post","color":"post"},"badges":[],"link":"/network-token/provisionnetworktoken","deprecated":false},{"title":"/tokens/network/{tokenReference}","summary":"Get the actual network token using the network token reference","prefix":{"name":"get","color":"get"},"badges":[],"link":"/network-token/getnetworktoken","deprecated":false},{"title":"/tokens/network/{tokenNumber}","summary":"Delete a network token","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/network-token/deletesecuritynetworktoken","deprecated":false},{"title":"/tokens/network/cryptograms","summary":"Provision a cryptogram for short time use based on a network token","prefix":{"name":"post","color":"post"},"badges":[],"link":"/network-token/getnetworktokencryptogram","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/tokens_token_200_response":{"id":"components/schemas/tokens_token_200_response","kind":"json-schema","title":"tokens_token_200_response","data":{"required":["_links"],"type":"object","properties":{"tokenPaymentInstrument":{"type":"object","properties":{"type":{"type":"string","description":"Indicating the type of this token."},"href":{"type":"string","description":"Link to the corresponding token."}}},"tokenId":{"maxLength":21,"minLength":15,"pattern":"^[0-9A-HJ-NP-Z]+$","description":"Worldpay's internal identifier for a token.","type":"string"},"description":{"maxLength":255,"minLength":1,"pattern":"^[^&<]*$","type":"string","description":"A description of your token. If not supplied, a default description is created for you."},"tokenExpiryDateTime":{"type":"string","format":"date-time","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date/time after which the token is unavailable, expressed in ISO 8601 format. If not supplied, the default expiry date/time is 90 days in Try and 4 years in the Live environment."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In Live, if the token is used in the second half of its life, the token expiry becomes 4 years from that point, with no limit to the number of extensions. In Try, expiry date extensions are not applicable. After the expiry passes, the token is deleted."},"children":[]}]}]}]},"namespace":{"maxLength":64,"minLength":1,"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A reference to group up to 16 cards, e.g. for one customer. A card can exist in more than one namespace. If supplied, must not start with an underscore, must not contain spaces, '&' or '<'."},"children":[]}]}]}]},"paymentInstrument":{"type":"object","description":"An object that contains the instrument that you are tokenizing, and its details.","oneOf":[{"$ref":"#/components/schemas/response_card_front"},{"$ref":"#/components/schemas/response_card_masked"},{"$ref":"#/components/schemas/response_card_network"},{"$ref":"#/components/schemas/response_card_network_masked"}],"discriminator":{"mapping":{"card/front":"#/components/schemas/response_card_front","card/masked":"#/components/schemas/response_card_masked","card/network":"#/components/schemas/response_card_network","card/network+masked":"#/components/schemas/response_card_network_masked"},"propertyName":"type"}},"schemeTransactionReference":{"maxLength":56,"minLength":1,"pattern":"^[a-zA-Z0-9 ]*$","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A value provided by Visa or Mastercard which tracks recurring transactions."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"b","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" You are not normally expected to provide a value for schemeTransactionReference. If you are using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/verified-tokens"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verified Tokens API"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to create tokens, it is automatically included where applicable."},"children":[]}]}]}]},"_links":{"title":"_Links","type":"object","additionalProperties":true}}}},"components/schemas/query_token_response":{"id":"components/schemas/query_token_response","kind":"json-schema","title":"query_token_response","data":{"type":"object","required":["_embedded","_links"],"properties":{"_embedded":{"type":"object","required":["tokens"],"properties":{"tokens":{"type":"array","minItems":0,"maxItems":16,"items":{"$ref":"#/components/schemas/tokens_token_200_response"}}}},"_links":{"type":"object","additionalProperties":true}}}},"components/schemas/tokens_token_201_response":{"id":"components/schemas/tokens_token_201_response","kind":"json-schema","title":"tokens_token_201_response","data":{"required":["tokenPaymentInstrument","description","tokenExpiryDateTime","paymentInstrument","_links"],"type":"object","properties":{"tokenPaymentInstrument":{"type":"object","properties":{"type":{"type":"string","description":"Indicating the type of this token."},"href":{"type":"string","description":"Link to the corresponding token."}}},"tokenId":{"maxLength":21,"minLength":15,"pattern":"^[0-9A-HJ-NP-Z]+$","description":"Worldpay's internal identifier for a token.","type":"string"},"description":{"maxLength":255,"minLength":1,"pattern":"^[^&<]*$","type":"string","description":"A description of your token. If not supplied, a default description is created for you."},"tokenExpiryDateTime":{"type":"string","format":"date-time","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date/time after which the token is unavailable, expressed in ISO 8601 format. If not supplied, the default expiry date/time is 90 days in Try and 4 years in the Live environment."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In Live, if the token is used in the second half of its life, the token expiry becomes 4 years from that point, with no limit to the number of extensions. In Try, expiry date extensions are not applicable. After the expiry passes, the token is deleted."},"children":[]}]}]}]},"namespace":{"maxLength":64,"minLength":1,"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A reference to group up to 16 cards, e.g. for one customer. A card can exist in more than one namespace. If supplied, must not start with an underscore, must not contain spaces, '&' or '<'."},"children":[]}]}]}]},"paymentInstrument":{"type":"object","description":"An object that contains the instrument that you are tokenizing, and its details.","oneOf":[{"$ref":"#/components/schemas/response_card_masked"},{"$ref":"#/components/schemas/response_card_network_masked"}],"discriminator":{"mapping":{"card/masked":"#/components/schemas/response_card_masked","card/network+masked":"#/components/schemas/response_card_network_masked"},"propertyName":"type"}},"schemeTransactionReference":{"maxLength":56,"minLength":1,"pattern":"^[a-zA-Z0-9 ]*$","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A value provided by Visa or Mastercard which tracks recurring transactions."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"b","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" You are not normally expected to provide a value for schemeTransactionReference. If you are using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/verified-tokens"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verified Tokens API"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to create tokens, it is automatically included where applicable."},"children":[]}]}]}]},"_links":{"title":"Links","type":"object","additionalProperties":true}}}},"components/schemas/tokens_token_400_response":{"id":"components/schemas/tokens_token_400_response","kind":"json-schema","title":"tokens_token_400_response","data":{"type":"object","properties":{"errorName":{"type":"string","example":"bodyDoesNotMatchSchema"},"message":{"type":"string","example":"The json body provided does not match the expected schema"},"validationErrors":{"type":"array","description":"Further error details","items":{"type":"object","properties":{"errorName":{"type":"string","example":"fieldHasInvalidValue"},"message":{"type":"string","example":"Card expiry month too small - must be between 1 & 12"},"jsonPath":{"type":"string","example":"$.paymentInstrument.cardExpiryDate.month"}}}}}}},"components/schemas/tokens_token_403_response":{"id":"components/schemas/tokens_token_403_response","kind":"json-schema","title":"tokens_token_403_response","data":{"type":"object","properties":{"errorName":{"type":"string","example":"tooManyTokensForNamespace"},"message":{"type":"string","example":"Too many tokens created for this namespace"}}}},"components/schemas/tokens_token_404_response":{"id":"components/schemas/tokens_token_404_response","kind":"json-schema","title":"tokens_token_404_response","data":{"type":"object","properties":{"errorName":{"type":"string","example":"resourceNotFound"},"message":{"type":"string","example":"Requested resource was not found"}}}},"components/schemas/tokens_token_405_response":{"id":"components/schemas/tokens_token_405_response","kind":"json-schema","title":"tokens_token_405_response","data":{"type":"object","properties":{"errorName":{"type":"string","example":"methodNotAllowed"},"message":{"type":"string","example":"Requested method is not allowed"}}}},"components/schemas/tokens_token_409_response":{"id":"components/schemas/tokens_token_409_response","kind":"json-schema","title":"tokens_token_409_response","data":{"required":["tokenPaymentInstrument","description","tokenExpiryDateTime","paymentInstrument","_links"],"type":"object","properties":{"tokenPaymentInstrument":{"type":"object","properties":{"type":{"type":"string","description":"Indicating the type of this token."},"href":{"type":"string","description":"Link to the corresponding token."}}},"tokenId":{"maxLength":21,"minLength":15,"pattern":"^[0-9A-HJ-NP-Z]+$","description":"Worldpay's internal identifier for a token.","type":"string"},"description":{"maxLength":255,"minLength":1,"pattern":"^[^&<]*$","type":"string","description":"A description of your token. If not supplied, a default description is created for you."},"tokenExpiryDateTime":{"type":"string","format":"date-time","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date/time after which the token is unavailable, expressed in ISO 8601 format. If not supplied, the default expiry date/time is 90 days in Try and 4 years in the Live environment."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In Live, if the token is used in the second half of its life, the token expiry becomes 4 years from that point, with no limit to the number of extensions. In Try, expiry date extensions are not applicable. After the expiry passes, the token is deleted."},"children":[]}]}]}]},"namespace":{"maxLength":64,"minLength":1,"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A reference to group up to 16 cards, e.g. for one customer. A card can exist in more than one namespace. If supplied, must not start with an underscore, must not contain spaces, '&' or '<'."},"children":[]}]}]}]},"paymentInstrument":{"type":"object","description":"An object that contains the instrument that you are tokenizing, and its details.","oneOf":[{"$ref":"#/components/schemas/response_card_masked"},{"$ref":"#/components/schemas/response_card_network_masked"}],"discriminator":{"mapping":{"card/masked":"#/components/schemas/response_card_masked","card/network+masked":"#/components/schemas/response_card_network_masked"},"propertyName":"type"}},"schemeTransactionReference":{"maxLength":56,"minLength":1,"pattern":"^[a-zA-Z0-9 ]*$","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A value provided by Visa or Mastercard which tracks recurring transactions."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"b","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" You are not normally expected to provide a value for schemeTransactionReference. If you are using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/verified-tokens"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verified Tokens API"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to create tokens, it is automatically included where applicable."},"children":[]}]}]}]},"conflicts":{"type":"object","properties":{"conflictsExpiryDateTime":{"type":"string","format":"date-time"},"paymentInstrument":{"type":"object","description":"An object that contains the instrument that you are tokenizing, and its details.","properties":{"cardHolderName":{"type":"string"},"cardExpiryDate":{"type":"object","properties":{"month":{"type":"integer"},"year":{"type":"integer"}}},"billingAddress":{"description":"An object containing the billingAddress information, used during payment processing. If the address supplied does not match the address registered with the issuing bank, the payment carries additional risk. If using the token in card payouts in the US, the state field is mandatory.","type":"object","properties":{"address1":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"countryCode":{"maxLength":2,"minLength":2,"type":"string"},"address2":{"type":"string"},"address3":{"type":"string"},"state":{"type":"string"}}}}},"schemeTransactionReference":{"maxLength":56,"minLength":1,"pattern":"^[a-zA-Z0-9 ]*$","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A value provided by Visa or Mastercard which tracks recurring transactions."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"b","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" You are not normally expected to provide a value for schemeTransactionReference. If you are using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/verified-tokens"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verified Tokens API"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to create tokens, it is automatically included where applicable."},"children":[]}]}]}]}}},"_links":{"title":"Links","type":"object","additionalProperties":true}}}},"components/schemas/tokens_token_422_response":{"id":"components/schemas/tokens_token_422_response","kind":"json-schema","title":"tokens_token_422_response","data":{"type":"object","properties":{"errorName":{"type":"string","example":"unrecognizedCardBrand"},"message":{"type":"string","example":"The card brand is not recognized"}}}},"components/schemas/tokens_token_429_response":{"id":"components/schemas/tokens_token_429_response","kind":"json-schema","title":"tokens_token_429_response","data":{"type":"object","properties":{"errorName":{"type":"string","example":"maximumUpdatesExceeded"},"message":{"type":"string","example":"Maximum number of updates for this token exceeded"}}}},"components/schemas/tokens_token_500_response":{"id":"components/schemas/tokens_token_500_response","kind":"json-schema","title":"tokens_token_500_response","data":{"type":"object","properties":{"errorName":{"type":"string","example":"tokenizationNotEnabled"},"message":{"type":"string","example":"Tokenization not enabled"}}}},"components/schemas/token_creation":{"id":"components/schemas/token_creation","kind":"json-schema","title":"token_creation","data":{"type":"object","properties":{"paymentInstrument":{"type":"object","description":"An object that contains the instrument that you are tokenizing, and its details.","oneOf":[{"$ref":"#/components/schemas/card_front"},{"$ref":"#/components/schemas/card_networkToken"},{"$ref":"#/components/schemas/card_networkToken_applepay"},{"$ref":"#/components/schemas/card_networkToken_googlepay"},{"$ref":"#/components/schemas/card_networkToken_samsungpay"}],"discriminator":{"mapping":{"card/front":"#/components/schemas/card_front","card/networkToken":"#/components/schemas/card_networkToken","card/networkToken+applepay":"#/components/schemas/card_networkToken_applepay","card/networkToken+googlepay":"#/components/schemas/card_networkToken_googlepay","card/networkToken+samsungpay":"#/components/schemas/card_networkToken_samsungpay"},"propertyName":"type"}},"merchant":{"required":["entity"],"type":"object","description":"An object that contains information about your merchant account.","properties":{"entity":{"type":"string","description":"Identifies merchant account for billing, reporting and reconciliation. Contact your Worldpay Implementation Manager for more details."}}},"description":{"type":"string","minLength":1,"maxLength":255,"pattern":"^[^&<]*$","description":"A description of your token. If not supplied, a default description is created for you."},"tokenExpiryDateTime":{"type":"string","format":"date-time","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date/time after which the token is unavailable, expressed in ISO 8601 format. If not supplied, the default expiry date/time is 90 days in Try and 4 years in the Live environment."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In Live, if the token is used in the second half of its life, the token expiry becomes 4 years from that point, with no limit to the number of extensions. In Try, expiry date extensions are not applicable. After the expiry passes, the token is deleted."},"children":[]}]}]}]},"namespace":{"type":"string","minLength":1,"maxLength":64,"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A reference to group up to 16 cards, e.g. for one customer. A card can exist in more than one namespace. If supplied, must not start with an underscore, must not contain spaces, '&' or '<'."},"children":[]}]}]}]},"schemeTransactionReference":{"maxLength":56,"minLength":1,"pattern":"^[a-zA-Z0-9 ]*$","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A value provided by Visa or Mastercard which tracks recurring transactions."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"b","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" You are not normally expected to provide a value for schemeTransactionReference. If you are using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/verified-tokens"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verified Tokens API"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to create tokens, it is automatically included where applicable."},"children":[]}]}]}]}},"required":["paymentInstrument","merchant"]}},"components/schemas/tokens_token":{"id":"components/schemas/tokens_token","kind":"json-schema","title":"tokens_token","data":{"type":"object","properties":{"schemeTransactionReference":{"maxLength":56,"minLength":1,"pattern":"^[a-zA-Z0-9 ]*$","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A value provided by Visa or Mastercard which tracks recurring transactions."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"b","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" You are not normally expected to provide a value for schemeTransactionReference. If you are using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/verified-tokens"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Verified Tokens API"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to create tokens, it is automatically included where applicable."},"children":[]}]}]}]},"cardHolderName":{"maxLength":255,"minLength":1,"type":"string","description":"The name on your customer's card."},"description":{"maxLength":255,"minLength":1,"pattern":"^[^&<]*$","type":"string"},"month":{"maximum":12,"minimum":1,"type":"integer"},"year":{"maximum":9999,"type":"integer"},"address1":{"type":"string"},"address2":{"type":"string"},"address3":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"countryCode":{"maxLength":2,"minLength":2,"pattern":"^[A-Z]*$","type":"string"}}}},"components/schemas/tokens_network_provision":{"id":"components/schemas/tokens_network_provision","kind":"json-schema","title":"tokens_network_provision","data":{"required":["paymentInstrument","merchant"],"type":"object","properties":{"paymentInstrument":{"type":"object","description":"An object that contains the instrument that you are tokenizing, and its details.","oneOf":[{"$ref":"#/components/schemas/requestPaymentInstrumentCardFront"},{"$ref":"#/components/schemas/requestPaymentInstrumentCardTokenized"}],"discriminator":{"mapping":{"card/front":"#/components/schemas/requestPaymentInstrumentCardFront","card/tokenized":"#/components/schemas/requestPaymentInstrumentCardTokenized"},"propertyName":"type"}},"merchant":{"required":["entity"],"type":"object","description":"An object that contains information about your merchant account.","properties":{"entity":{"type":"string","description":"Identifies merchant account for billing, reporting and reconciliation. Contact your Worldpay Implementation Manager for more details."}}}}}},"components/schemas/tokens_network_provision_200_response":{"id":"components/schemas/tokens_network_provision_200_response","kind":"json-schema","title":"tokens_network_provision_200_response","data":{"required":["paymentInstrument","_links"],"type":"object","properties":{"tokenReference":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A unique reference for a single network token. Use the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"tokenReference"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to perform "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" operations on a network token resource."},"children":[]}]}]}],"example":"aa224320-425c-40b6-9781-2cb7df76b0c8"},"tokenPaymentInstrument":{"$ref":"#/components/schemas/networkTokenResponseTokenPaymentInstrument"},"paymentInstrument":{"$ref":"#/components/schemas/networkTokenResponsePaymentInstrument"},"provisioningErrors":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For a full list of provisioning errors, please see "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/tokens/network-token-errors"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Network token error responses"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"type":"array","items":{"required":["errorCode","providerErrorCode","source","context","message"],"type":"object","properties":{"errorCode":{"type":"string","example":"301"},"providerErrorCode":{"type":"string","example":"104001"},"source":{"type":"string","example":"A2T American Express NPT Token Provider Service"},"context":{"type":"string","example":"American Express TokenProvider Transport Service"},"message":{"type":"string","example":"Provider error occurred : issuer_not_supported"}}}},"_links":{"title":"_Links","type":"object","additionalProperties":true}}}},"components/schemas/tokens_network_provision_error_response":{"id":"components/schemas/tokens_network_provision_error_response","kind":"json-schema","title":"tokens_network_provision_error_response","data":{"required":["errorName","message"],"type":"object","properties":{"errorName":{"type":"string"},"message":{"type":"string"}}}},"components/schemas/tokens_network_provision_error_with_optional_validation_response":{"id":"components/schemas/tokens_network_provision_error_with_optional_validation_response","kind":"json-schema","title":"tokens_network_provision_error_with_optional_validation_response","data":{"required":["errorName","message"],"type":"object","properties":{"errorName":{"type":"string"},"message":{"type":"string"},"validationErrors":{"type":"array","items":{"type":"object","required":["errorName","message"],"properties":{"errorName":{"type":"string"},"message":{"type":"string"},"jsonPath":{"type":"string"}}}}}}},"components/schemas/tokens_network_query_200_response":{"id":"components/schemas/tokens_network_query_200_response","kind":"json-schema","title":"tokens_network_query_200_response","data":{"required":["paymentInstrument","_links"],"type":"object","properties":{"tokenPaymentInstrument":{"$ref":"#/components/schemas/networkTokenResponseTokenPaymentInstrument"},"paymentInstrument":{"$ref":"#/components/schemas/networkTokenResponsePaymentInstrument"},"provisioningErrors":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For a full list of provisioning errors, please see "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/products/tokens/network-token-errors"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Network token error responses"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}],"type":"array","items":{"required":["errorCode","providerErrorCode","source","context","message"],"type":"object","properties":{"errorCode":{"type":"string"},"providerErrorCode":{"type":"string"},"source":{"type":"string"},"context":{"type":"string"},"message":{"type":"string"}}}},"_links":{"title":"_Links","type":"object","additionalProperties":true}}}},"components/schemas/tokens_network_cryptograms":{"id":"components/schemas/tokens_network_cryptograms","kind":"json-schema","title":"tokens_network_cryptograms","data":{"required":["tokenNumber"],"type":"object","properties":{"tokenNumber":{"type":"string"}}}},"components/schemas/tokens_network_cryptograms_200_response":{"id":"components/schemas/tokens_network_cryptograms_200_response","kind":"json-schema","title":"tokens_network_cryptograms_200_response","data":{"required":["cryptogramDetails","_links"],"type":"object","properties":{"cryptogramDetails":{"required":["cryptogram","eci"],"type":"object","properties":{"cryptogram":{"type":"string"},"eci":{"type":"string"}}},"_links":{"title":"_Links","type":"object","additionalProperties":true}}}},"components/schemas/tokens_network_cryptograms_404_response":{"id":"components/schemas/tokens_network_cryptograms_404_response","kind":"json-schema","title":"tokens_network_cryptograms_404_response","data":{"required":["errorName","message"],"type":"object","properties":{"errorName":{"type":"string","example":"resourceNotFound"},"message":{"type":"string","example":"Requested resource was not found"}}}},"components/schemas/card_front":{"id":"components/schemas/card_front","kind":"json-schema","title":"card_front","data":{"type":"object","description":"An object that contains the payment type and details. All sub-fields are mandatory with the exception of billingAddress (see below).","properties":{"type":{"enum":["card/front"]},"cardHolderName":{"type":"string","maxLength":255,"minLength":1,"description":"The name on your customer's card."},"cardExpiryDate":{"required":["month","year"],"type":"object","description":"Contains your customer's card expiry date.","properties":{"month":{"type":"integer","maximum":12,"minimum":1},"year":{"type":"integer","maximum":9999,"minimum":1}}},"cardNumber":{"type":"string","maxLength":19,"minLength":10,"pattern":"^[0-9]*$","description":"Contains your customer's card number."},"billingAddress":{"$ref":"#/components/schemas/billingAddress"}}}},"components/schemas/response_card_front":{"id":"components/schemas/response_card_front","kind":"json-schema","title":"response_card_front","data":{"type":"object","description":"An object that contains the payment type and details following a detokenization request.","required":["type","cardHolderName","cardExpiryDate","cardNumber"],"properties":{"type":{"enum":["card/front"],"type":"string"},"cardHolderName":{"type":"string","maxLength":255,"minLength":1,"description":"The name on your customer's card."},"cardExpiryDate":{"required":["month","year"],"type":"object","description":"Contains your customer's card expiry date.","properties":{"month":{"type":"integer","maximum":12,"minimum":1},"year":{"type":"integer","maximum":9999,"minimum":1}}},"cardNumber":{"type":"string","maxLength":19,"minLength":10,"pattern":"^[0-9]*$","description":"Contains your customer's card number."},"billingAddress":{"$ref":"#/components/schemas/billingAddress"},"bin":{"maxLength":6,"minLength":6,"pattern":"\\d{6}","type":"string"},"brand":{"maxLength":255,"minLength":1,"type":"string"},"fundingType":{"maxLength":7,"minLength":5,"type":"string"}}}},"components/schemas/card_networkToken":{"id":"components/schemas/card_networkToken","kind":"json-schema","title":"card_networkToken","data":{"type":"object","description":"An object that contains the payment type and details. All sub-fields are mandatory.","properties":{"type":{"enum":["card/networkToken"]},"expiryDate":{"$ref":"#/components/schemas/expiryDate_networkToken"},"tokenNumber":{"$ref":"#/components/schemas/tokenNumber"}}}},"components/schemas/card_networkToken_applepay":{"id":"components/schemas/card_networkToken_applepay","kind":"json-schema","title":"card_networkToken_applepay","data":{"type":"object","description":"An object that contains the payment type and details. All sub-fields are mandatory.","properties":{"type":{"enum":["card/networkToken+applepay"]},"expiryDate":{"$ref":"#/components/schemas/expiryDate_networkToken"},"tokenNumber":{"$ref":"#/components/schemas/tokenNumber"}}}},"components/schemas/card_networkToken_googlepay":{"id":"components/schemas/card_networkToken_googlepay","kind":"json-schema","title":"card_networkToken_googlepay","data":{"type":"object","description":"An object that contains the payment type and details. All sub-fields are mandatory.","properties":{"type":{"enum":["card/networkToken+googlepay"]},"expiryDate":{"$ref":"#/components/schemas/expiryDate_networkToken"},"tokenNumber":{"$ref":"#/components/schemas/tokenNumber"}}}},"components/schemas/card_networkToken_samsungpay":{"id":"components/schemas/card_networkToken_samsungpay","kind":"json-schema","title":"card_networkToken_samsungpay","data":{"type":"object","description":"An object that contains the payment type and details. All sub-fields are mandatory.","properties":{"type":{"enum":["card/networkToken+samsungpay"]},"expiryDate":{"$ref":"#/components/schemas/expiryDate_networkToken"},"tokenNumber":{"$ref":"#/components/schemas/tokenNumber"}}}},"components/schemas/expiryDate_networkToken":{"id":"components/schemas/expiryDate_networkToken","kind":"json-schema","title":"expiryDate_networkToken","data":{"required":["month","year"],"type":"object","description":"The expiry date of the network token.","properties":{"month":{"type":"integer","maximum":12,"minimum":1},"year":{"type":"integer","maximum":9999,"minimum":1}}}},"components/schemas/tokenNumber":{"id":"components/schemas/tokenNumber","kind":"json-schema","title":"tokenNumber","data":{"type":"string","maxLength":19,"minLength":10,"pattern":"^[0-9]*$","description":"The network token number."}},"components/schemas/billingAddress":{"id":"components/schemas/billingAddress","kind":"json-schema","title":"billingAddress","data":{"required":["address1","postalCode","city","countryCode"],"type":"object","description":"An object containing the billingAddress information, used during payment processing. If the address supplied does not match the address registered with the issuing bank, the payment carries additional risk. If using the token in card payouts in the US, the state field is mandatory.","properties":{"address1":{"type":"string","maxLength":80,"minLength":1},"postalCode":{"type":"string","maxLength":15,"minLength":1},"city":{"type":"string","maxLength":50,"minLength":1},"countryCode":{"maxLength":2,"minLength":2,"pattern":"^[A-Z]*$","type":"string"},"address2":{"maxLength":80,"type":"string"},"address3":{"maxLength":80,"type":"string"},"state":{"type":"string","maxLength":30,"minLength":1,"description":"Mandatory if using the token in card payouts in the US, otherwise optional."}}}},"components/schemas/response_card_masked":{"id":"components/schemas/response_card_masked","kind":"json-schema","title":"response_card_masked","data":{"required":["cardNumber","cardExpiryDate"],"type":"object","properties":{"type":{"type":"string"},"cardNumber":{"maxLength":19,"minLength":10,"pattern":"^[0-9\\*]*$","type":"string"},"cardExpiryDate":{"required":["month","year"],"type":"object","properties":{"month":{"maximum":12,"minimum":1,"type":"integer"},"year":{"maximum":9999,"type":"integer"}}},"cardHolderName":{"maxLength":255,"minLength":1,"type":"string","description":"The name on your customer's card."},"bin":{"maxLength":6,"minLength":6,"pattern":"\\d{6}","type":"string"},"brand":{"maxLength":255,"minLength":1,"type":"string"},"fundingType":{"maxLength":7,"minLength":5,"type":"string"},"billingAddress":{"$ref":"#/components/schemas/billingAddress"},"networkType":{"maxLength":255,"minLength":1,"type":"string"},"last4Digits":{"maxLength":4,"minLength":4,"type":"string"}}}},"components/schemas/response_card_network_masked":{"id":"components/schemas/response_card_network_masked","kind":"json-schema","title":"response_card_network_masked","data":{"required":["cardNumber","cardExpiryDate","brand","networkType","last4Digits"],"type":"object","properties":{"type":{"type":"string"},"cardNumber":{"maxLength":19,"minLength":10,"pattern":"^[0-9\\*]*$","type":"string","description":"This is the token number provided in the tokenNumber field in the request. This response field will be renamed in future versions."},"cardExpiryDate":{"required":["month","year"],"type":"object","description":"This is the token expiry date provided in the expiryDate field in the request. This response field will be renamed in future versions.","properties":{"month":{"maximum":12,"minimum":1,"type":"integer"},"year":{"maximum":9999,"type":"integer"}}},"brand":{"maxLength":255,"minLength":1,"type":"string"},"networkType":{"maxLength":255,"minLength":1,"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The network behind the token, such as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GOOGLEPAY"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APPLEPAY"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"last4Digits":{"maxLength":4,"minLength":4,"type":"string","description":"Last 4 digits of the tokenNumber."}}}},"components/schemas/response_card_network":{"id":"components/schemas/response_card_network","kind":"json-schema","title":"response_card_network","data":{"required":["cardNumber","cardExpiryDate","brand","networkType","last4Digits"],"type":"object","properties":{"type":{"type":"string","enum":["card/network"]},"cardNumber":{"maxLength":19,"minLength":10,"pattern":"^[0-9\\*]*$","type":"string","description":"This is the token number provided in the tokenNumber field in the request. This response field will be renamed in future versions."},"cardExpiryDate":{"required":["month","year"],"type":"object","description":"This is the token expiry date provided in the expiryDate field in the request. This response field will be renamed in future versions.","properties":{"month":{"maximum":12,"minimum":1,"type":"integer"},"year":{"maximum":9999,"type":"integer"}}},"brand":{"maxLength":255,"minLength":1,"type":"string"},"networkType":{"maxLength":255,"minLength":1,"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The network behind the token, such as "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GOOGLEPAY"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APPLEPAY"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"last4Digits":{"maxLength":4,"minLength":4,"type":"string","description":"Last 4 digits of the tokenNumber."}}}},"components/schemas/requestPaymentInstrumentCardFront":{"id":"components/schemas/requestPaymentInstrumentCardFront","kind":"json-schema","title":"requestPaymentInstrumentCardFront","data":{"required":["type","cardHolderName","cardExpiryDate","cardNumber"],"type":"object","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Use a plain card "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"paymentInstrument"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to provision a network token"},"children":[]}]}]}],"properties":{"type":{"type":"string","enum":["card/front"]},"cardHolderName":{"type":"string","description":"The name on your customer's card.","minLength":1,"maxLength":255,"pattern":"^(?!.*?\\d{1}(?:-\\d{1}|\\s\\d{1}|\\d{1}){12})((.|\\n)*)$","example":"Sherlock Holmes"},"cardExpiryDate":{"required":["month","year"],"type":"object","description":"The expiry date of your customer's card.","properties":{"month":{"type":"integer","minimum":1,"maximum":12,"example":6},"year":{"type":"integer","example":2035}}},"cardNumber":{"type":"string","description":"Your customer's card number. Sometimes referred to as Primary Account Number (PAN).","maxLength":19,"minLength":10,"pattern":"^[0-9]+$"}}}},"components/schemas/requestPaymentInstrumentCardTokenized":{"id":"components/schemas/requestPaymentInstrumentCardTokenized","kind":"json-schema","title":"requestPaymentInstrumentCardTokenized","data":{"required":["type","href"],"type":"object","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Use a Worldpay token "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"paymentInstrument"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to provision a network token"},"children":[]}]}]}],"properties":{"type":{"type":"string","enum":["card/tokenized"]},"href":{"type":"string","format":"uri","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"https"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" address for an Access Token."},"children":[]}]}]}],"example":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"}}}},"components/schemas/networkTokenResponseTokenPaymentInstrument":{"id":"components/schemas/networkTokenResponseTokenPaymentInstrument","kind":"json-schema","title":"networkTokenResponseTokenPaymentInstrument","data":{"required":["status","type","tokenNumber","expiryDate"],"type":"object","description":"Details of the network token payment instrument. Include these values where you use this token in payment authorization requests.","properties":{"status":{"type":"string","description":"The status of the network token.","example":"Active"},"type":{"type":"string","example":"card/networkToken"},"tokenNumber":{"type":"string","description":"The network token number.","pattern":"^[0-9]+$","example":"4917610000000000"},"expiryDate":{"required":["month","year"],"type":"object","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The expiry date of the network token. This value is likely different to the expiry date of the underlying card that corresponds to the network token (found in "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"paymentInstrument.cardExpiryDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"). Include this value where you use this token in payment authorization requests."},"children":[]}]}]}],"properties":{"month":{"type":"integer","minimum":1,"maximum":12,"example":12},"year":{"type":"integer","example":2030}}}}}},"components/schemas/networkTokenResponsePaymentInstrument":{"id":"components/schemas/networkTokenResponsePaymentInstrument","kind":"json-schema","title":"networkTokenResponsePaymentInstrument","data":{"required":["type"],"type":"object","description":"Details of the underlying card corresponding to this network token.","properties":{"type":{"type":"string","description":"An identifier for the payment instrument being used.","example":"card/masked"},"firstSix":{"type":"string","description":"The first six digits of the card number.","minLength":6,"maxLength":6,"example":"444433"},"lastFour":{"type":"string","description":"The last four digits of the card number.","minLength":4,"maxLength":4,"example":"1111"},"cardExpiryDate":{"required":["month","year"],"type":"object","description":"The expiry date of the card.","properties":{"month":{"type":"integer","minimum":1,"maximum":12,"example":6},"year":{"type":"integer","example":2035}}},"paymentAccountReference":{"type":"string","description":"The payment account reference (PAR) is a non-financial reference that uniquely identifies the underlying cardholder account. This allows you to correlate payments made from the same account with differing instruments (e.g. cards, network tokens, and wallets), where the same account funds the transaction. A PAR cannot be used to initiate a payment.","example":"Q1HJZ28RKA1EBL470G9XYG90R5D3E","minLength":29,"maxLength":29,"pattern":"^[0-9A-Z]+$"}}}},"schema_481":{"kind":"json-schema","data":{"type":"object","properties":{"Accept":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]},"Content-Type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]},"Location":{"type":"string","format":"uri","description":"A URI identifying the created token resource."}}},"id":"schema_481"},"schema_482":{"kind":"json-schema","data":{"type":"object","properties":{"Accept":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]},"Content-Type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]}}},"id":"schema_482"},"schema_483":{"kind":"json-schema","data":{"type":"object","properties":{"Accept":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]},"Content-Type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"application/vnd.worldpay.tokens-v3.hal+json"},"children":[]}]}]}]},"Location":{"type":"string","format":"uri","description":"A URI identifying the conflicting token resource."}}},"id":"schema_483"},"schema_484":{"kind":"json-schema","data":{"type":"string","maxLength":21,"minLength":15,"pattern":"^[0-9A-HJ-NP-Z]+$"},"id":"schema_484"},"schema_485":{"kind":"json-schema","data":{"type":"string","maxLength":64,"minLength":1},"id":"schema_485"},"schema_486":{"kind":"json-schema","data":{"type":"string"},"id":"schema_486"}},"exampleStore":{"components/examples/400":{"id":"components/examples/400","value":{"errorName":"bodyDoesNotMatchSchema","message":"The json body provided does not match the expected schema","validationErrors":[{"errorName":"stringIsTooShort","message":"Token description too short - must be between 1 & 255 characters","jsonPath":"$.description"},{"errorName":"fieldHasInvalidValue","message":"Card expiry month too small - must be between 1 & 12","jsonPath":"$.paymentInstrument.cardExpiryDate.month"},{"errorName":"billingAddressMightContainCardNumber","message":"Address might contain a card number","jsonPath":"$.paymentInstrument.billingAddress.address2"}]}},"components/examples/401":{"id":"components/examples/401","value":{"errorName":"accessDenied","message":"Access to the requested resource has been denied"}},"components/examples/403":{"id":"components/examples/403","value":{"errorName":"tooManyTokensForNamespace","message":"Too many tokens created for this namespace"}},"components/examples/404":{"id":"components/examples/404","value":{"errorName":"resourceNotFound","message":"Requested resource was not found"}},"components/examples/405":{"id":"components/examples/405","value":{"errorName":"methodNotAllowed","message":"Requested method is not allowed"}},"components/examples/406":{"id":"components/examples/406","value":{"errorName":"headerHasInvalidValue","message":"Accept header is not supported"}},"components/examples/409":{"id":"components/examples/409","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"conflicts":{"paymentInstrument":{"cardHolderName":"Sherlock Holmes"},"conflictsExpiryDateTime":"2030-06-24T09:49:35Z"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"tokens:conflicts":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0ODUrN2hvZ0cyK1JvQ3JKdUtFZnU5UTFsdTdwODVHTUcwYy92VW02MDlJd2pHQllvcW0zanhWQ3p3Zk9OUW9CYUZtQ1hNbFhwM3lhSXlkYVlNYWJnQUdQUHFpRVAxVXVpZHM2Y2tvTjEvOGNJdFQ0WkVlVEJIVWF6T1dlWTlQMkpnPT0ifQ"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/422":{"id":"components/examples/422","value":{"errorName":"unrecognizedCardBrand","message":"The card brand is not recognized"}},"components/examples/429":{"id":"components/examples/429","value":{"errorName":"maximumUpdatesExceeded","message":"Maximum number of updates for this token exceeded"}},"components/examples/500":{"id":"components/examples/500","value":{"errorName":"tokenizationNotEnabled","message":"Tokenization not enabled"}},"components/examples/query-single-token":{"id":"components/examples/query-single-token","value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:37:06Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU0dMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU3Q1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/query-example-wallet-token":{"id":"components/examples/query-example-wallet-token","value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"},"tokenId":"9925760692793807595","description":"Token Description","tokenExpiryDateTime":"2030-01-23T10:57:01Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"APPLEPAY","cardExpiryDate":{"month":5,"year":2035},"brand":"VISA"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/query-tokenId-namespace":{"id":"components/examples/query-tokenId-namespace","value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:37:06Z","namespace":"customer-1","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU0dMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU3Q1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/query-namespace":{"id":"components/examples/query-namespace","value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNTRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:33:23Z","namespace":"customer-1","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNTRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNkdMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLN2p6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLN2p6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLN2p6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNnQ1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}},{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdDRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9959166139778730365","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T10:39:17Z","namespace":"customer-1","paymentInstrument":{"type":"card/masked","cardNumber":"3434*******4343","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"343434","brand":"AMEX","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdDRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdUdMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdmp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdmp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdmp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdXQ1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/query-namespace-network":{"id":"components/examples/query-namespace-network","value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"},"tokenId":"9925163845344159004","namespace":"my-namespace","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T14:12:30Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"5454********5454","last4Digits":"5454","networkType":"APPLEPAY","brand":"ECMC","cardExpiryDate":{"month":12,"year":2030}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"}}},{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN55R2hnSzlqdE9oVFlQuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"},"tokenId":"9925163845344159005","namespace":"my-namespace","description":"Test Token Description","tokenExpiryDateTime":"2029-06-24T14:12:30Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4444********1111","last4Digits":"1111","networkType":"GOOGLEPAY","brand":"VISA","cardExpiryDate":{"month":12,"year":2029}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN55R2hnSzlqdE9oVFlQuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/query-no-results":{"id":"components/examples/query-no-results","value":{"_embedded":{"tokens":[]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/query-detoke":{"id":"components/examples/query-detoke","value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:37:06Z","paymentInstrument":{"type":"card/front","cardNumber":"4444333322221111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU0dMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU3Q1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"},"tokens:networkToken":{"href":"https://try.access.worldpay.com/tokens/network"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/query-example-wallet-detokenized":{"id":"components/examples/query-example-wallet-detokenized","value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"},"tokenId":"9925163845344159004","namespace":"my-namespace","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T14:12:30Z","paymentInstrument":{"type":"card/network","cardNumber":"5454545454545454","last4Digits":"5454","networkType":"APPLEPAY","brand":"ECMC","cardExpiryDate":{"month":12,"year":2030}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/create-card-token-minimal":{"id":"components/examples/create-card-token-minimal","value":{"paymentInstrument":{"type":"card/front","cardHolderName":"Sherlock Holmes","cardNumber":"4444333322221111","cardExpiryDate":{"month":5,"year":2035}},"merchant":{"entity":"default"}}},"components/examples/create-card-token-full":{"id":"components/examples/create-card-token-full","value":{"description":"Test Description","namespace":"0005","paymentInstrument":{"type":"card/front","cardHolderName":"Sherlock Holmes","cardNumber":"4444333322221111","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"Apartment 4","address2":"3550 Lenox Road","address3":"Lindbergh","postalCode":"30326","city":"Atlanta","state":"GA","countryCode":"US"}},"merchant":{"entity":"default"},"schemeTransactionReference":"12345678901234567890123"}},"components/examples/create-token-from-network-token":{"id":"components/examples/create-token-from-network-token","value":{"paymentInstrument":{"type":"card/networkToken","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}}},"components/examples/create-token-from-apple-pay-token":{"id":"components/examples/create-token-from-apple-pay-token","value":{"paymentInstrument":{"type":"card/networkToken+applepay","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}}},"components/examples/create-token-from-google-pay-token":{"id":"components/examples/create-token-from-google-pay-token","value":{"paymentInstrument":{"type":"card/networkToken+googlepay","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}}},"components/examples/create-token-from-samsung-pay-token":{"id":"components/examples/create-token-from-samsung-pay-token","value":{"paymentInstrument":{"type":"card/networkToken+samsungpay","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}}},"components/examples/card-token":{"id":"components/examples/card-token","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/token-from-network-token":{"id":"components/examples/token-from-network-token","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"NETWORKTOKEN","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/token-from-apple-pay":{"id":"components/examples/token-from-apple-pay","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"APPLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/token-from-google-pay":{"id":"components/examples/token-from-google-pay","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"GOOGLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/token-from-samsung-pay":{"id":"components/examples/token-from-samsung-pay","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"SAMSUNGPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/card-token-namespace":{"id":"components/examples/card-token-namespace","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","namespace":"0005","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/detokenized-card-token":{"id":"components/examples/detokenized-card-token","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abnZtYjM3RXppMy84N2J6ZWlXYkhyUiJ9"},"tokenId":"9925760692793807595","description":"Token Description","tokenExpiryDateTime":"2030-01-23T10:57:01Z","namespace":"my-authenticated-shopper","paymentInstrument":{"type":"card/front","cardNumber":"4444333322221111","cardHolderName":"Card Holder Name","cardExpiryDate":{"month":5,"year":2035},"bin":"444433","brand":"VISA","fundingType":"credit","billingAddress":{"address1":"Address 1","address2":"Address 2","address3":"Address 3","postalCode":"Postal Code","city":"City","state":"State","countryCode":"XX"}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abnZtYjM3RXppMy84N2J6ZWlXYkhyUiJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abXlBdGFNaFRIdE1Oc2lybUZQeWFWOTFMR3BqVW1LaDBPdUsrYkczWEdWWWc9PSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSWlTdTNNRkZ2V0NPN09FekprQW15cjlZRk1ySXhqaU1GV1EybnhhMFlpOE09In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSWlTdTNNRkZ2V0NPN09FekprQW15cnhJbEp4ZXFaWHZERExEMk9CYU5iRE09In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSVdVYnFxcG4zdVdMalNSblJLSHJNTmZRVWlIN2ZxaU9kazlrYnNueU50Tjg9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSVBHS21Ndld4RDdJS040aThMdW1TQ05xa0FrRkw2NW00aFJxd2dqQWgrSDJaZWo0TEVuZng4bFF3ZnZyVzZLZEoifQ"},"tokens:networkToken":{"href":"https://try.access.worldpay.com/tokens/network"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/example-detokenized-wallet-token":{"id":"components/examples/example-detokenized-wallet-token","value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network","cardNumber":"4818000000006530","last4Digits":"6530","networkType":"GOOGLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/update-billing-address":{"id":"components/examples/update-billing-address","value":{"address1":"1 Test Street","address2":"Address line 2","address3":"Address line 3","postalCode":"TE12 34ST","city":"Testville","state":"Testshire","countryCode":"TS"}},"components/examples/update-card-expiry-date":{"id":"components/examples/update-card-expiry-date","value":{"month":1,"year":2035}},"components/examples/update-cardholder-name":{"id":"components/examples/update-cardholder-name","value":"new name"},"components/examples/update-token-description":{"id":"components/examples/update-token-description","value":"new description"},"components/examples/update-scheme-transaction-reference":{"id":"components/examples/update-scheme-transaction-reference","value":"000000000000020005060720116005060"},"components/examples/create-network-token-from-card":{"id":"components/examples/create-network-token-from-card","value":{"paymentInstrument":{"cardHolderName":"Sherlock Holmes","type":"card/front","cardExpiryDate":{"month":1,"year":2035},"cardNumber":"4444333322221111"},"merchant":{"entity":"default"}}},"components/examples/create-network-token-from-card-token":{"id":"components/examples/create-network-token-from-card-token","value":{"merchant":{"entity":"default"},"paymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"}}},"components/examples/network-token-from-card":{"id":"components/examples/network-token-from-card","value":{"tokenReference":"aa224320-425c-40b6-9781-2cb7df76b0c8","tokenPaymentInstrument":{"status":"Active","type":"card/networkToken","tokenNumber":"4917610000000000","expiryDate":{"month":3,"year":2030}},"paymentInstrument":{"type":"card/masked","firstSix":"444433","lastFour":"1111","cardExpiryDate":{"month":1,"year":2030},"paymentAccountReference":"Q1HJZ28RKA1EBL470G9XYG90R5D3E"},"_links":{"self":{"href":"https://try.access.worldpay.com/tokens/network"},"tokens:networkTokenLookup":{"href":"https://try.access.worldpay.com/tokens/network/aa224320-425c-40b6-9781-2cb7df76b0c8"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/network-token-from-token":{"id":"components/examples/network-token-from-token","value":{"tokenReference":"aa224320-425c-40b6-9781-2cb7df76b0c8","tokenPaymentInstrument":{"status":"Active","type":"card/networkToken","tokenNumber":"4917610000000000","expiryDate":{"month":3,"year":2030}},"paymentInstrument":{"type":"card/masked","firstSix":"444433","lastFour":"1111","cardExpiryDate":{"month":1,"year":2030},"paymentAccountReference":"Q1HJZ28RKA1EBL470G9XYG90R5D3E"},"_links":{"self":{"href":"https://try.access.worldpay.com/tokens/network"},"tokens:networkTokenLookup":{"href":"https://try.access.worldpay.com/tokens/network/aa224320-425c-40b6-9781-2cb7df76b0c8"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"components/examples/400-cardholder-name-missing":{"id":"components/examples/400-cardholder-name-missing","value":{"errorName":"bodyDoesNotMatchSchema","message":"The json body provided does not match the expected schema","validationErrors":[{"errorName":"fieldIsMissing","message":"Card holder name must be supplied","jsonPath":"$.paymentInstrument.cardHolderName"}]}},"components/examples/400-format-incorrect":{"id":"components/examples/400-format-incorrect","value":{"errorName":"bodyDoesNotMatchSchema","message":"The json body provided does not match the expected schema","validationErrors":[{"errorName":"panFailedLuhnCheck","message":"Card number is not valid","jsonPath":"$.paymentInstrument.cardNumber"}]}},"components/examples/403-account-not-configured":{"id":"components/examples/403-account-not-configured","value":{"errorName":"nptConfigurationError","message":"Account not configured to use NPT"}},"components/examples/404-resource":{"id":"components/examples/404-resource","value":{"errorName":"resourceNotFound","message":"Requested resource was not found"}},"components/examples/500-internal-server":{"id":"components/examples/500-internal-server","value":{"errorName":"internalErrorOccurred","message":"Internal server error"}},"components/examples/404-token":{"id":"components/examples/404-token","value":{"errorName":"networkProviderError","message":"Network Token Provider Error"}},"components/examples/500-provider":{"id":"components/examples/500-provider","value":{"errorName":"networkProviderError","message":"Network Token Provider Error"}},"components/examples/503-provider":{"id":"components/examples/503-provider","value":{"errorName":"networkProviderError","message":"Network Token Provider Error"}},"components/examples/503-internal-server":{"id":"components/examples/503-internal-server","value":{"errorName":"internalErrorOccurred","message":"Internal server error"}},"components/examples/create-cryptogram":{"id":"components/examples/create-cryptogram","value":{"tokenNumber":"4111111111111111"}},"components/examples/cryptogram":{"id":"components/examples/cryptogram","value":{"cryptogramDetails":{"cryptogram":"AgAAAAAASFh+gDRt/rq8QOkAAAA=","eci":"07"},"_links":{"self":{"href":"https://try.access.worldpay.com/tokens/network/cryptograms"},"tokens:networkTokenLookup":{"href":"https://try.access.worldpay.com/tokens/network/{tokenReference}","templated":true},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}}},"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with minimal details":{"value":{"paymentInstrument":{"type":"card/front","cardHolderName":"Sherlock Holmes","cardNumber":"4444333322221111","cardExpiryDate":{"month":5,"year":2035}},"merchant":{"entity":"default"}},"key":"Create a token with minimal details","summary":"Create a token with minimal details","id":"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with minimal details"},"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with full details":{"value":{"description":"Test Description","namespace":"0005","paymentInstrument":{"type":"card/front","cardHolderName":"Sherlock Holmes","cardNumber":"4444333322221111","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"Apartment 4","address2":"3550 Lenox Road","address3":"Lindbergh","postalCode":"30326","city":"Atlanta","state":"GA","countryCode":"US"}},"merchant":{"entity":"default"},"schemeTransactionReference":"12345678901234567890123"},"key":"Create a token with full details","summary":"Create a token with full details","id":"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token with full details"},"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument":{"value":{"paymentInstrument":{"type":"card/networkToken","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}},"key":"Create a token using a network token instrument","summary":"Create a token using a network token instrument","id":"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument"},"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Apple Pay)":{"value":{"paymentInstrument":{"type":"card/networkToken+applepay","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}},"key":"Create a token using a network token instrument (decrypted Apple Pay)","summary":"Create a token using a network token instrument (decrypted Apple Pay)","id":"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Apple Pay)"},"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Google Pay)":{"value":{"paymentInstrument":{"type":"card/networkToken+googlepay","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}},"key":"Create a token using a network token instrument (decrypted Google Pay)","summary":"Create a token using a network token instrument (decrypted Google Pay)","id":"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Google Pay)"},"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Samsung Pay)":{"value":{"paymentInstrument":{"type":"card/networkToken+samsungpay","tokenNumber":"4444333322221111","expiryDate":{"month":1,"year":2035}},"merchant":{"entity":"default"}},"key":"Create a token using a network token instrument (decrypted Samsung Pay)","summary":"Create a token using a network token instrument (decrypted Samsung Pay)","id":"paths/~1tokens/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Create a token using a network token instrument (decrypted Samsung Pay)"},"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card token exists":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Card token exists","summary":"Card token exists","id":"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card token exists"},"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized network token exists":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"NETWORKTOKEN","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Tokenized network token exists","summary":"Tokenized network token exists","id":"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized network token exists"},"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Apple Pay token exists":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"APPLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Tokenized decrypted Apple Pay token exists","summary":"Tokenized decrypted Apple Pay token exists","id":"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Apple Pay token exists"},"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Google Pay token exists":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"GOOGLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Tokenized decrypted Google Pay token exists","summary":"Tokenized decrypted Google Pay token exists","id":"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Google Pay token exists"},"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Samsung Pay token exists":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"SAMSUNGPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Tokenized decrypted Samsung Pay token exists","summary":"Tokenized decrypted Samsung Pay token exists","id":"paths/~1tokens/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenized decrypted Samsung Pay token exists"},"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Token created","summary":"Token created","id":"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created"},"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"NETWORKTOKEN","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Token created using a network token instrument","summary":"Token created using a network token instrument","id":"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument"},"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Apple Pay)":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"APPLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Token created using a network token instrument (decrypted Apple Pay)","summary":"Token created using a network token instrument (decrypted Apple Pay)","id":"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Apple Pay)"},"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Google Pay)":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"GOOGLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Token created using a network token instrument (decrypted Google Pay)","summary":"Token created using a network token instrument (decrypted Google Pay)","id":"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Google Pay)"},"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Samsung Pay)":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"SAMSUNGPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Token created using a network token instrument (decrypted Samsung Pay)","summary":"Token created using a network token instrument (decrypted Samsung Pay)","id":"paths/~1tokens/post/responses/201/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Token created using a network token instrument (decrypted Samsung Pay)"},"paths/~1tokens/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors":{"value":{"errorName":"bodyDoesNotMatchSchema","message":"The json body provided does not match the expected schema","validationErrors":[{"errorName":"stringIsTooShort","message":"Token description too short - must be between 1 & 255 characters","jsonPath":"$.description"},{"errorName":"fieldHasInvalidValue","message":"Card expiry month too small - must be between 1 & 12","jsonPath":"$.paymentInstrument.cardExpiryDate.month"},{"errorName":"billingAddressMightContainCardNumber","message":"Address might contain a card number","jsonPath":"$.paymentInstrument.billingAddress.address2"}]},"key":"Validation errors","summary":"Validation errors","id":"paths/~1tokens/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"},"paths/~1tokens/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors":{"value":{"errorName":"tooManyTokensForNamespace","message":"Too many tokens created for this namespace"},"key":"Validation errors","summary":"Validation errors","id":"paths/~1tokens/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Validation errors"},"paths/~1tokens/post/responses/409/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Conflict":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"conflicts":{"paymentInstrument":{"cardHolderName":"Sherlock Holmes"},"conflictsExpiryDateTime":"2030-06-24T09:49:35Z"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"tokens:conflicts":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0ODUrN2hvZ0cyK1JvQ3JKdUtFZnU5UTFsdTdwODVHTUcwYy92VW02MDlJd2pHQllvcW0zanhWQ3p3Zk9OUW9CYUZtQ1hNbFhwM3lhSXlkYVlNYWJnQUdQUHFpRVAxVXVpZHM2Y2tvTjEvOGNJdFQ0WkVlVEJIVWF6T1dlWTlQMkpnPT0ifQ"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Conflict","summary":"Conflict","id":"paths/~1tokens/post/responses/409/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Conflict"},"paths/~1tokens/post/responses/422/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card brand not recognized":{"value":{"errorName":"unrecognizedCardBrand","message":"The card brand is not recognized"},"key":"Card brand not recognized","summary":"Card brand not recognized","id":"paths/~1tokens/post/responses/422/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card brand not recognized"},"paths/~1tokens/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled":{"value":{"errorName":"tokenizationNotEnabled","message":"Tokenization not enabled"},"key":"Tokenization not enabled","summary":"Tokenization not enabled","id":"paths/~1tokens/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token":{"value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:37:06Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU0dMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU3Q1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about a card token","summary":"Retrieve details about a card token","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token":{"value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"},"tokenId":"9925760692793807595","description":"Token Description","tokenExpiryDateTime":"2030-01-23T10:57:01Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"APPLEPAY","cardExpiryDate":{"month":5,"year":2035},"brand":"VISA"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about a network card token","summary":"Retrieve details about a network card token","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token with a namespace":{"value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:37:06Z","namespace":"customer-1","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU0dMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU3Q1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about a card token with a namespace","summary":"Retrieve details about a card token with a namespace","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a card token with a namespace"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all card tokens under a namespace":{"value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNTRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:33:23Z","namespace":"customer-1","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNTRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNkdMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLN2p6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLN2p6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLN2p6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiRlRaZkxNclNvdFVLMFd1WTBJVys4R3BoWVRSZWlxUU5RaW96QUlDYjhLNnQ1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}},{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdDRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9959166139778730365","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T10:39:17Z","namespace":"customer-1","paymentInstrument":{"type":"card/masked","cardNumber":"3434*******4343","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"343434","brand":"AMEX","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdDRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdUdMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdmp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdmp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdmp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiYUlBallzKzBsNHM5Z3ZsTjhzV1lDSXllaEZ4eE1Vc2R1OWdkSVFhd1ZVdXQ1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about all card tokens under a namespace","summary":"Retrieve details about all card tokens under a namespace","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all card tokens under a namespace"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all network card tokens under a namespace":{"value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"},"tokenId":"9925163845344159004","namespace":"my-namespace","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T14:12:30Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"5454********5454","last4Digits":"5454","networkType":"APPLEPAY","brand":"ECMC","cardExpiryDate":{"month":12,"year":2030}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"}}},{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN55R2hnSzlqdE9oVFlQuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"},"tokenId":"9925163845344159005","namespace":"my-namespace","description":"Test Token Description","tokenExpiryDateTime":"2029-06-24T14:12:30Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4444********1111","last4Digits":"1111","networkType":"GOOGLEPAY","brand":"VISA","cardExpiryDate":{"month":12,"year":2029}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN55R2hnSzlqdE9oVFlQuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about all network card tokens under a namespace","summary":"Retrieve details about all network card tokens under a namespace","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about all network card tokens under a namespace"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Query returns no results":{"value":{"_embedded":{"tokens":[]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Query returns no results","summary":"Query returns no results","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Query returns no results"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details":{"value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokenId":"9925760692793807595","description":"Test Token Description","tokenExpiryDateTime":"2026-09-02T14:37:06Z","paymentInstrument":{"type":"card/front","cardNumber":"4444333322221111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2037},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQUjRyeUt6Z21BN3NxdDN6VEYxeWNieSJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU0dMUkhEVmZ5bjg0VTVBVkVqTFFvcyJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5hRVBwbGlGeVJ1SmozZ2hta2ZFbEo3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeXMxVW4ySlIzUTZHclA1aVRDV3FRS3A3RnpSN2xPQ210elBIQkZBSzdiNHc9In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQVGp6RWVHOVkxUXpoMEdlMkR0ak9MeU5aT3d3L1ZGcE1vVjBQL2t2eDBXYlhiQW8rR2RhcUxRdkhGZXJSMDBGRkU9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiMmEySFRyUGdFQk9DQVBJWE9vZFQ2NEpJa08rK3hwYktyRnlBenpoWEpQU3Q1MlVockRlc2R5K1NKU1FBcUJhMzZjdHFSUklYNS9FWkYvbCtkay90WUE9PSJ9"},"tokens:networkToken":{"href":"https://try.access.worldpay.com/tokens/network"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve detokenized card details","summary":"Retrieve detokenized card details","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details"},"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details":{"value":{"_embedded":{"tokens":[{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"},"tokenId":"9925163845344159004","namespace":"my-namespace","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T14:12:30Z","paymentInstrument":{"type":"card/network","cardNumber":"5454545454545454","last4Digits":"5454","networkType":"APPLEPAY","brand":"ECMC","cardExpiryDate":{"month":12,"year":2030}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoicFNYbzNBdHN5NFFLbm9GZ2JuWTNLNm1WRllGT2p5R2hnSzlqdE9oVFlQdERaR1ZqMzFMcW05ZzJFNi9hTFRxaCJ9"}}}]},"_links":{"tokens:tokens":{"href":"https://try.access.worldpay.com/tokens{?tokenId,namespace}","templated":true},"resourceTree":{"href":"https://try.access.worldpay.com/rels/tokens/resourceTree.json"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve detokenized wallet token details","summary":"Retrieve detokenized wallet token details","id":"paths/~1tokens/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"},"paths/~1tokens/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed":{"value":{"errorName":"methodNotAllowed","message":"Requested method is not allowed"},"key":"Method not allowed","summary":"Method not allowed","id":"paths/~1tokens/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"},"paths/~1tokens/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled":{"value":{"errorName":"tokenizationNotEnabled","message":"Tokenization not enabled"},"key":"Tokenization not enabled","summary":"Tokenization not enabled","id":"paths/~1tokens/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"},"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about a token","summary":"Retrieve details about a token","id":"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token"},"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network+masked","cardNumber":"4818********6530","last4Digits":"6530","networkType":"NETWORKTOKEN","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about a network card token","summary":"Retrieve details about a network card token","id":"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a network card token"},"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token with a namespace":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","namespace":"0005","description":"Test Token Description","tokenExpiryDateTime":"2030-06-24T09:19:35Z","paymentInstrument":{"type":"card/masked","cardNumber":"4444********1111","cardHolderName":"Sherlock Holmes","cardExpiryDate":{"month":5,"year":2035},"billingAddress":{"address1":"221B Baker Street","address2":"Marylebone","address3":"Westminster","postalCode":"NW1 6XE","city":"London","state":"Greater London","countryCode":"GB"},"bin":"444433","brand":"VISA","fundingType":"credit"},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdjFnVXlzakdPSXdWWkRhZkZyUmlMd3c9PSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdFpSdXFxbWZlNVl1TkpHZEVvZXN3MTlCU0lmdCtxSTUyVDJSdXlmSTIwM3c9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve details about a token with a namespace","summary":"Retrieve details about a token with a namespace","id":"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve details about a token with a namespace"},"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abnZtYjM3RXppMy84N2J6ZWlXYkhyUiJ9"},"tokenId":"9925760692793807595","description":"Token Description","tokenExpiryDateTime":"2030-01-23T10:57:01Z","namespace":"my-authenticated-shopper","paymentInstrument":{"type":"card/front","cardNumber":"4444333322221111","cardHolderName":"Card Holder Name","cardExpiryDate":{"month":5,"year":2035},"bin":"444433","brand":"VISA","fundingType":"credit","billingAddress":{"address1":"Address 1","address2":"Address 2","address3":"Address 3","postalCode":"Postal Code","city":"City","state":"State","countryCode":"XX"}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abnZtYjM3RXppMy84N2J6ZWlXYkhyUiJ9"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abXlBdGFNaFRIdE1Oc2lybUZQeWFWOTFMR3BqVW1LaDBPdUsrYkczWEdWWWc9PSJ9"},"tokens:cardHolderName":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSWlTdTNNRkZ2V0NPN09FekprQW15cjlZRk1ySXhqaU1GV1EybnhhMFlpOE09In0"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSWlTdTNNRkZ2V0NPN09FekprQW15cnhJbEp4ZXFaWHZERExEMk9CYU5iRE09In0"},"tokens:billingAddress":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSVdVYnFxcG4zdVdMalNSblJLSHJNTmZRVWlIN2ZxaU9kazlrYnNueU50Tjg9In0"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXaGdPVU5iVmZ0Rm5TUDZuK3N1Mm5abGFqUW1IQ2k5NWk0SEx3U0JrYWdHSVBHS21Ndld4RDdJS040aThMdW1TQ05xa0FrRkw2NW00aFJxd2dqQWgrSDJaZWo0TEVuZng4bFF3ZnZyVzZLZEoifQ"},"tokens:networkToken":{"href":"https://try.access.worldpay.com/tokens/network"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve detokenized card details","summary":"Retrieve detokenized card details","id":"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized card details"},"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details":{"value":{"tokenPaymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokenId":"9902480679618049603","description":"Test Token Description","tokenExpiryDateTime":"2021-06-24T09:19:35Z","paymentInstrument":{"type":"card/network","cardNumber":"4818000000006530","last4Digits":"6530","networkType":"GOOGLEPAY","brand":"VISA","cardExpiryDate":{"month":5,"year":2035}},"_links":{"tokens:token":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0NzI0NE1rdUtjMUFJdjYxVnlibWZuUT0ifQ"},"tokens:description":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0MWJVbkh1WTFGZExUNXJxc04va1ZoTFVzYW1OU1lxSFE2NHI1c2JkY1pWaSJ9"},"tokens:cardExpiryDate":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoialRBL0FFelBzcnZpNCtzRGNRemh0d3ltd21ieGo3TlZLYzRYSkExOUhSdUpLN2N3VVc5WUk3czRUTW1RQ2JLdkVpVW5GNnBsZThNTXNQWTRGbzFzTXc9PSJ9"},"tokens:schemeTransactionReference":{"href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiSENXWFZQZjNIZ1V3dnpDMElJZS9Zdmc4M0pYM3dDWEJTVnQrWVlacXdDUXFFKzhzaC8xNSs2d3NkTTdFWUFNVU9tdXBmUlZGeVNDY2dPMkhKV2NIcGc9PSJ9"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Retrieve detokenized wallet token details","summary":"Retrieve detokenized wallet token details","id":"paths/~1tokens~1{linkData}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Retrieve detokenized wallet token details"},"paths/~1tokens~1{linkData}/get/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled":{"value":{"errorName":"resourceNotFound","message":"Requested resource was not found"},"key":"Tokenization not enabled","summary":"Tokenization not enabled","id":"paths/~1tokens~1{linkData}/get/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"},"paths/~1tokens~1{linkData}/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed":{"value":{"errorName":"methodNotAllowed","message":"Requested method is not allowed"},"key":"Method not allowed","summary":"Method not allowed","id":"paths/~1tokens~1{linkData}/get/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"},"paths/~1tokens~1{linkData}/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled":{"value":{"errorName":"tokenizationNotEnabled","message":"Tokenization not enabled"},"key":"Tokenization not enabled","summary":"Tokenization not enabled","id":"paths/~1tokens~1{linkData}/get/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"},"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update billing address":{"value":{"address1":"1 Test Street","address2":"Address line 2","address3":"Address line 3","postalCode":"TE12 34ST","city":"Testville","state":"Testshire","countryCode":"TS"},"key":"Update billing address","summary":"Update billing address","id":"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update billing address"},"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card expiry date":{"value":{"month":1,"year":2035},"key":"Update card expiry date","summary":"Update card expiry date","id":"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card expiry date"},"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card holder name":{"value":"new name","key":"Update card holder name","summary":"Update card holder name","id":"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update card holder name"},"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update token description":{"value":"new description","key":"Update token description","summary":"Update token description","id":"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update token description"},"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update scheme transaction reference":{"value":"000000000000020005060720116005060","key":"Update scheme transaction reference","summary":"Update scheme transaction reference","id":"paths/~1tokens~1{linkData}/put/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Update scheme transaction reference"},"paths/~1tokens~1{linkData}/put/responses/429/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled":{"value":{"errorName":"maximumUpdatesExceeded","message":"Maximum number of updates for this token exceeded"},"key":"Tokenization not enabled","summary":"Tokenization not enabled","id":"paths/~1tokens~1{linkData}/put/responses/429/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Tokenization not enabled"},"paths/~1tokens~1{linkData}/delete/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed":{"value":{"errorName":"methodNotAllowed","message":"Requested method is not allowed"},"key":"Method not allowed","summary":"Method not allowed","id":"paths/~1tokens~1{linkData}/delete/responses/405/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Method not allowed"},"paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to provision a network token":{"value":{"paymentInstrument":{"cardHolderName":"Sherlock Holmes","type":"card/front","cardExpiryDate":{"month":1,"year":2035},"cardNumber":"4444333322221111"},"merchant":{"entity":"default"}},"key":"Request to provision a network token","summary":"Request to provision a network token","id":"paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to provision a network token"},"paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to turn an access token into a network token":{"value":{"merchant":{"entity":"default"},"paymentInstrument":{"type":"card/tokenized","href":"https://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoia0gvT2xpdDV3WnpOZG1GTWpwemtXckVkRHdJSjFNQzR5VkE5NHhYUldzYz0ifQ"}},"key":"Request to turn an access token into a network token","summary":"Request to turn an access token into a network token","id":"paths/~1tokens~1network/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Request to turn an access token into a network token"},"paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready":{"value":{"tokenReference":"aa224320-425c-40b6-9781-2cb7df76b0c8","tokenPaymentInstrument":{"status":"Active","type":"card/networkToken","tokenNumber":"4917610000000000","expiryDate":{"month":3,"year":2030}},"paymentInstrument":{"type":"card/masked","firstSix":"444433","lastFour":"1111","cardExpiryDate":{"month":1,"year":2030},"paymentAccountReference":"Q1HJZ28RKA1EBL470G9XYG90R5D3E"},"_links":{"self":{"href":"https://try.access.worldpay.com/tokens/network"},"tokens:networkTokenLookup":{"href":"https://try.access.worldpay.com/tokens/network/aa224320-425c-40b6-9781-2cb7df76b0c8"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"The network token is ready","summary":"The network token is ready","id":"paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready"},"paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready, created from an Access token":{"value":{"tokenReference":"aa224320-425c-40b6-9781-2cb7df76b0c8","tokenPaymentInstrument":{"status":"Active","type":"card/networkToken","tokenNumber":"4917610000000000","expiryDate":{"month":3,"year":2030}},"paymentInstrument":{"type":"card/masked","firstSix":"444433","lastFour":"1111","cardExpiryDate":{"month":1,"year":2030},"paymentAccountReference":"Q1HJZ28RKA1EBL470G9XYG90R5D3E"},"_links":{"self":{"href":"https://try.access.worldpay.com/tokens/network"},"tokens:networkTokenLookup":{"href":"https://try.access.worldpay.com/tokens/network/aa224320-425c-40b6-9781-2cb7df76b0c8"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"The network token is ready, created from an Access token","summary":"The network token is ready, created from an Access token","id":"paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The network token is ready, created from an Access token"},"paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The request was not successful due to provisioning errors":{"value":{"paymentInstrument":{"type":"card/masked","firstSix":"444433","lastFour":"1111","cardExpiryDate":{"month":1,"year":2030},"paymentAccountReference":"Q1HJZ28RKA1EBL470G9XYG90R5D3E"},"provisioningErrors":[{"errorCode":"301","providerErrorCode":"403","source":"A2T Visa NPT Token Provider Service","context":"Provision Token.Processor Error","message":"Provider error occurred : Further operations for this card are no longer allowed. Contact the bank to resolve this issue."}],"_links":{}},"key":"The request was not successful due to provisioning errors","summary":"The request was not successful due to provisioning errors","description":"Provisioning errors have been returned from the card schemes. The network token will not be created.","id":"paths/~1tokens~1network/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/The request was not successful due to provisioning errors"},"paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Cardholder name is missing":{"value":{"errorName":"bodyDoesNotMatchSchema","message":"The json body provided does not match the expected schema","validationErrors":[{"errorName":"fieldIsMissing","message":"Card holder name must be supplied","jsonPath":"$.paymentInstrument.cardHolderName"}]},"key":"Cardholder name is missing","summary":"Cardholder name is missing","id":"paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Cardholder name is missing"},"paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card number format is incorrect":{"value":{"errorName":"bodyDoesNotMatchSchema","message":"The json body provided does not match the expected schema","validationErrors":[{"errorName":"panFailedLuhnCheck","message":"Card number is not valid","jsonPath":"$.paymentInstrument.cardNumber"}]},"key":"Card number format is incorrect","summary":"Card number format is incorrect","id":"paths/~1tokens~1network/post/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Card number format is incorrect"},"paths/~1tokens~1network/post/responses/401/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT":{"value":{"errorName":"accessDenied","message":"Access to the requested resource has been denied"},"key":"Account not configured to use NPT","summary":"Account not configured to use NPT","id":"paths/~1tokens~1network/post/responses/401/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"},"paths/~1tokens~1network/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT":{"value":{"errorName":"nptConfigurationError","message":"Account not configured to use NPT"},"key":"Account not configured to use NPT","summary":"Account not configured to use NPT","id":"paths/~1tokens~1network/post/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"},"paths/~1tokens~1network/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found":{"value":{"errorName":"resourceNotFound","message":"Requested resource was not found"},"key":"Resource not found","summary":"Resource not found","id":"paths/~1tokens~1network/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"},"paths/~1tokens~1network/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error":{"value":{"errorName":"internalErrorOccurred","message":"Internal server error"},"key":"Internal server error","summary":"Internal server error","id":"paths/~1tokens~1network/post/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"},"paths/~1tokens~1network~1{tokenReference}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Get a network token after it has been provisioned":{"value":{"tokenReference":"aa224320-425c-40b6-9781-2cb7df76b0c8","tokenPaymentInstrument":{"status":"Active","type":"card/networkToken","tokenNumber":"4917610000000000","expiryDate":{"month":3,"year":2030}},"paymentInstrument":{"type":"card/masked","firstSix":"444433","lastFour":"1111","cardExpiryDate":{"month":1,"year":2030},"paymentAccountReference":"Q1HJZ28RKA1EBL470G9XYG90R5D3E"},"_links":{"self":{"href":"https://try.access.worldpay.com/tokens/network"},"tokens:networkTokenLookup":{"href":"https://try.access.worldpay.com/tokens/network/aa224320-425c-40b6-9781-2cb7df76b0c8"},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Get a network token after it has been provisioned","summary":"Get a network token after it has been provisioned","id":"paths/~1tokens~1network~1{tokenReference}/get/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Get a network token after it has been provisioned"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/notFound":{"value":{"errorName":"fieldHasInvalidValue","message":"Token number is not valid"},"key":"notFound","summary":"notFound","description":"Token Number is invalid.","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/notFound"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header does not match Content-type header":{"value":{"errorName":"headerHasInvalidValue","message":"Accept header does not match Content-type header"},"key":"Accept header does not match Content-type header","summary":"Accept header does not match Content-type header","description":"Accept header does not match Content-type header.","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/400/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header does not match Content-type header"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT":{"value":{"errorName":"nptConfigurationError","message":"Account not configured to use NPT"},"key":"Account not configured to use NPT","summary":"Account not configured to use NPT","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/403/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Account not configured to use NPT"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Network Token was not found":{"value":{"errorName":"networkProviderError","message":"Network Token Provider Error"},"key":"Network Token was not found","summary":"Network Token was not found","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Network Token was not found"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/406/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header is not supported":{"value":{"errorName":"headerHasInvalidValue","message":"Accept header is not supported"},"key":"Accept header is not supported","summary":"Accept header is not supported","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/406/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Accept header is not supported"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error":{"value":{"errorName":"networkProviderError","message":"Network Token Provider Error"},"key":"Provider error","summary":"Provider error","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error":{"value":{"errorName":"internalErrorOccurred","message":"Internal server error"},"key":"Internal server error","summary":"Internal server error","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/500/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error":{"value":{"errorName":"networkProviderError","message":"Network Token Provider Error"},"key":"Provider error","summary":"Provider error","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provider error"},"paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error":{"value":{"errorName":"internalErrorOccurred","message":"Internal server error"},"key":"Internal server error","summary":"Internal server error","id":"paths/~1tokens~1network~1{tokenNumber}/delete/responses/503/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Internal server error"},"paths/~1tokens~1network~1cryptograms/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token":{"value":{"tokenNumber":"4111111111111111"},"key":"Provision a cryptogram based on a network token","summary":"Provision a cryptogram based on a network token","id":"paths/~1tokens~1network~1cryptograms/post/requestBody/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"},"paths/~1tokens~1network~1cryptograms/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token":{"value":{"cryptogramDetails":{"cryptogram":"AgAAAAAASFh+gDRt/rq8QOkAAAA=","eci":"07"},"_links":{"self":{"href":"https://try.access.worldpay.com/tokens/network/cryptograms"},"tokens:networkTokenLookup":{"href":"https://try.access.worldpay.com/tokens/network/{tokenReference}","templated":true},"curies":[{"href":"https://try.access.worldpay.com/rels/tokens/{rel}.json","name":"tokens","templated":true}]}},"key":"Provision a cryptogram based on a network token","summary":"Provision a cryptogram based on a network token","id":"paths/~1tokens~1network~1cryptograms/post/responses/200/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Provision a cryptogram based on a network token"},"paths/~1tokens~1network~1cryptograms/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found":{"value":{"errorName":"resourceNotFound","message":"Requested resource was not found"},"key":"Resource not found","summary":"Resource not found","id":"paths/~1tokens~1network~1cryptograms/post/responses/404/content/application~1vnd.worldpay.tokens-v3.hal+json/examples/Resource not found"}},"securitySchemeStore":{"BasicAuth":{"id":"BasicAuth","type":"http","scheme":"basic"}},"servers":[{"url":"https://try.access.worldpay.com","description":"Test (Try)"},{"url":"https://access.worldpay.com","description":"Live"}],"specType":"openapi"},"options":{"jsonSamplesExpandLevel":7,"schemasExpansionLevel":1,"hideSchemaTitles":true,"hidePropertiesPrefix":true,"hideInfoMetadata":true,"codeSamples":{"languages":[{"lang":"Payload"},{"lang":"curl"},{"lang":"Python"},{"lang":"Java"},{"lang":"Node.js"},{"lang":"Go"},{"lang":"PHP"},{"lang":"Ruby"},{"lang":"C#"}]},"feedback":{"type":"sentiment","settings":{"label":"Do you like our page?","submitText":"Thanks for your feedback","comment":{"likeLabel":"What was most helpful?","dislikeLabel":"What can we improve?"}}},"mockServer":{"off":true},"disableRouter":true,"downloadUrls":[{"url":"/access/_bundle/products/tokens/@v3/openapi.json?download"},{"url":"/access/_bundle/products/tokens/@v3/openapi.yaml?download"}],"excludeFromSearch":false,"replayFeatures":{"graphql":false},"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Tokens","description":"Minimize the exposure of sensitive card details and increase the security of your customer's card details. \n\n__Authentication header__\n\n  ```\n    Authorization: {your_credentials}\n  ```\n  Replace `{your_credentials}` with your base64-encoded Basic Auth username and password given to you by your Worldpay Implementation Manager.\n  <br /> <br />\n  You **must** use the `Authorization` header for any request you send to our Tokens API.\n  <br /><br />\n  __Accept & Content-Type headers__\n  ```\n    Accept: application/vnd.worldpay.tokens-v3.hal+json\n    Content-Type: application/vnd.worldpay.tokens-v3.hal+json\n  ```\n\nWe use the Accept header to identify which version of our API you are using. You must use the Accept header for any request you send to our Tokens API. \n<br><br>\nFor detokenization requests, adapt the Accept header to also pass masked = false, as follows: `Accept:` `'application/vnd.worldpay.tokens-v3.hal+json; masked=false'`<br>\n{% admonition type=\"warning\" name=\"Important\" %}Detokenizing exposes your business to high levels of PCI auditing, required to remain PCI compliant.{% /admonition %}<br><br>\nWe require the Content-Type header if the request you're sending includes a request body, and if the HTTP method is a POST or a PUT.\n<br /><br />\n__DNS whitelisting__\n\nWhitelist the following URLs:\n* `https://try.access.worldpay.com/`\n* `https://access.worldpay.com/`\n\nPlease ensure you use DNS whitelisting, not explicit IP whitelisting. When you make a request within Access Worldpay, you should always cache the response returned.","category":["Tokens"],"business":["Enterprise"],"catalog-list":true,"generated":false}},"baseSlug":"/products/tokens/openapi","routesMapping":{}}