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. brandVariantstring- The card brand variant of the payment instrument associated with the network token. For example, mc_prepaid_mrw. creationDatestring- Date and time when the network token was created, in ISO 8601 extended format. For example, 2025-03-19T10:15:30+01:00.. deviceobject- Device details. cardCaptureTechnologystring- The technology used to capture the card details. deviceNamestring- The name of the device. formFactorstring- The form factor of the device to be provisioned. imeistring- The IMEI number of the device being provisioned. isoDeviceTypestring- The 2-digit device type provided on the ISO messages that the token is being provisioned to. msisdnstring- The MSISDN of the device being provisioned. osNamestring- The name of the device operating system. osVersionstring- The version of the device operating system. paymentTypesarray[string]- Different types of payments supported for the network token. serialNumberstring- The serial number of the device. storageTechnologystring- The architecture or technology used for network token storage. idstring- The unique identifier of the network token. paymentInstrumentIdstring- The unique identifier of the payment instrument to which this network token belongs to. statusstring- The status of the network token. Possible values: active, inactive, suspended, closed. tokenLastFourstring- The last four digits of the network token - id.tokenRequestorobject- The token requestor is an entity who requested tokenization of the card for secure payments. idstring- The id of the network token requestor. namestring- The name of the network token requestor. typestring- The type of network token. For example, wallet, cof. 
- 400 - Bad Request- A problem reading or understanding the request. detailstring- A human-readable explanation specific to this occurrence of the problem. errorCodestring- A code that identifies the problem type. instancestring- A unique URI that identifies the specific occurrence of the problem. invalidFieldsarray[object]- Detailed explanation of each validation error, when applicable. namestring- The field that has an invalid value. valuestring- The invalid value. messagestring- Description of the validation error. requestIdstring- A unique reference for the request, essentially the same as - pspReference.responseobject- JSON response payload. statusinteger- The HTTP status code. titlestring- A short, human-readable summary of the problem type. typestring- A URI that identifies the problem type, pointing to human-readable documentation on this problem type. 
- 401 - Unauthorized- Authentication required. detailstring- A human-readable explanation specific to this occurrence of the problem. errorCodestring- A code that identifies the problem type. instancestring- A unique URI that identifies the specific occurrence of the problem. invalidFieldsarray[object]- Detailed explanation of each validation error, when applicable. namestring- The field that has an invalid value. valuestring- The invalid value. messagestring- Description of the validation error. requestIdstring- A unique reference for the request, essentially the same as - pspReference.responseobject- JSON response payload. statusinteger- The HTTP status code. titlestring- A short, human-readable summary of the problem type. typestring- A URI that identifies the problem type, pointing to human-readable documentation on this problem type. 
- 403 - Forbidden- Insufficient permissions to process the request. detailstring- A human-readable explanation specific to this occurrence of the problem. errorCodestring- A code that identifies the problem type. instancestring- A unique URI that identifies the specific occurrence of the problem. invalidFieldsarray[object]- Detailed explanation of each validation error, when applicable. namestring- The field that has an invalid value. valuestring- The invalid value. messagestring- Description of the validation error. requestIdstring- A unique reference for the request, essentially the same as - pspReference.responseobject- JSON response payload. statusinteger- The HTTP status code. titlestring- A short, human-readable summary of the problem type. typestring- A URI that identifies the problem type, pointing to human-readable documentation on this problem type. 
- 422 - Unprocessable Entity- A request validation error. detailstring- A human-readable explanation specific to this occurrence of the problem. errorCodestring- A code that identifies the problem type. instancestring- A unique URI that identifies the specific occurrence of the problem. invalidFieldsarray[object]- Detailed explanation of each validation error, when applicable. namestring- The field that has an invalid value. valuestring- The invalid value. messagestring- Description of the validation error. requestIdstring- A unique reference for the request, essentially the same as - pspReference.responseobject- JSON response payload. statusinteger- The HTTP status code. titlestring- A short, human-readable summary of the problem type. typestring- A 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. detailstring- A human-readable explanation specific to this occurrence of the problem. errorCodestring- A code that identifies the problem type. instancestring- A unique URI that identifies the specific occurrence of the problem. invalidFieldsarray[object]- Detailed explanation of each validation error, when applicable. namestring- The field that has an invalid value. valuestring- The invalid value. messagestring- Description of the validation error. requestIdstring- A unique reference for the request, essentially the same as - pspReference.responseobject- JSON response payload. statusinteger- The HTTP status code. titlestring- A short, human-readable summary of the problem type. typestring- A URI that identifies the problem type, pointing to human-readable documentation on this problem type.