List network tokens
List the network tokens connected to a payment instrument.
The unique identifier of the payment instrument.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
200 - OK
The request has succeeded.
networkTokensarray[object]List of network tokens.
brandVariantstringThe card brand variant of the payment instrument associated with the network token. For example, mc_prepaid_mrw.
creationDatestringDate and time when the network token was created, in ISO 8601 extended format. For example, 2025-03-19T10:15:30+01:00..
deviceobjectContains information about the device used to provision the network token.
formFactorstringThe type of device used to provision the network token.
osNamestringThe operating system of the device used to provision the network token.
phoneobjectThe information about the phone number of the device used to provision the the network token. This object is conditionally returned and is available for up to 24 hours after the provisioning request (access to this field requires a specific user role, please contact your Adyen representative to request permission).
hashedNumberstringThe hashed value of the phone number used to provision the network token.
lastFourDigitsstringThe last four digits of the phone number used to provision the network token.
numberstringThe full phone number of the device used to provision the network token.
idstringThe unique identifier of the network token.
paymentInstrumentIdstringThe unique identifier of the payment instrument to which this network token belongs to.
statusstringThe status of the network token. Possible values: active, inactive, suspended, closed.
tokenLastFourstringThe last four digits of the network token
id.tokenRequestorobjectThe token requestor is an entity who requested tokenization of the card for secure payments.
idstringThe id of the network token requestor.
namestringThe name of the network token requestor.
typestringThe type of network token. For example, wallet, cof.
400 - Bad Request
A problem reading or understanding the request.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringA code that identifies the problem type.
instancestringA unique URI that identifies the specific occurrence of the problem.
invalidFieldsarray[object]Detailed explanation of each validation error, when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringA unique reference for the request, essentially the same as
pspReference.responseobjectJSON response payload.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the problem type, pointing to human-readable documentation on this problem type.
401 - Unauthorized
Authentication required.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringA code that identifies the problem type.
instancestringA unique URI that identifies the specific occurrence of the problem.
invalidFieldsarray[object]Detailed explanation of each validation error, when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringA unique reference for the request, essentially the same as
pspReference.responseobjectJSON response payload.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the problem type, pointing to human-readable documentation on this problem type.
403 - Forbidden
Insufficient permissions to process the request.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringA code that identifies the problem type.
instancestringA unique URI that identifies the specific occurrence of the problem.
invalidFieldsarray[object]Detailed explanation of each validation error, when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringA unique reference for the request, essentially the same as
pspReference.responseobjectJSON response payload.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the problem type, pointing to human-readable documentation on this problem type.
422 - Unprocessable Entity
A request validation error.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringA code that identifies the problem type.
instancestringA unique URI that identifies the specific occurrence of the problem.
invalidFieldsarray[object]Detailed explanation of each validation error, when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringA unique reference for the request, essentially the same as
pspReference.responseobjectJSON response payload.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the problem type, pointing to human-readable documentation on this problem type.
500 - Internal Server Error
The server could not process the request.
detailstringA human-readable explanation specific to this occurrence of the problem.
errorCodestringA code that identifies the problem type.
instancestringA unique URI that identifies the specific occurrence of the problem.
invalidFieldsarray[object]Detailed explanation of each validation error, when applicable.
namestringThe field that has an invalid value.
valuestringThe invalid value.
messagestringDescription of the validation error.
requestIdstringA unique reference for the request, essentially the same as
pspReference.responseobjectJSON response payload.
statusintegerThe HTTP status code.
titlestringA short, human-readable summary of the problem type.
typestringA URI that identifies the problem type, pointing to human-readable documentation on this problem type.