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..
deviceobjectDevice details.
cardCaptureTechnologystringThe technology used to capture the card details.
deviceNamestringThe name of the device.
formFactorstringThe form factor of the device to be provisioned.
imeistringThe IMEI number of the device being provisioned.
isoDeviceTypestringThe 2-digit device type provided on the ISO messages that the token is being provisioned to.
msisdnstringThe MSISDN of the device being provisioned.
osNamestringThe name of the device operating system.
osVersionstringThe version of the device operating system.
paymentTypesarray[string]Different types of payments supported for the network token.
serialNumberstringThe serial number of the device.
storageTechnologystringThe architecture or technology used for network token storage.
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.