get https://api.nexiopaysandbox.com/pay/v3/vault/card/
Allows you to view details of a specific card or terminal token.
Card tokens can be used to process through any MID on your account. They are not restricted to a specific merchant account or currency.
Try It
To use the Try It feature for this endpoint, you can use the credentials for your Sandbox API user.
You can also use the following test account. Copy the value and paste it into the appropriate space in the Try It section to the right.
username:[email protected]
password:JZdzoXpdDeH6VA
Include a saved card token in the path parameter of the request. (Due to technical limitations, the Try It feature does not support the use of a terminal token.)
Recipes
💻
Configuring your backend server to listen for requests from the frontend
Open Recipe
🛒
Creating the checkout page with your own form
Open Recipe