Network tokens
Resume network token
POST
This endpoint requires the payment-methods.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payment method.
The ID of the network token.
Response
200 - application/json
A network token generated by an open-loop PSP.
The date and time when this network token was first created in our system.
The expiration date for the network token.
Required string length:
5
The unique ID of the token.
The unique ID of the payment method.
The state of the network token.
active
- The network token is active and ready to be used.inactive
- The network token is being deactivated.suspended
- The network token is suspended.deleted
- The network token is deleted.
Available options:
active
, inactive
, suspended
, deleted
The value of the network token.
The type of this resource.
Available options:
network-token
The date and time when this network token was last updated in our system.
Was this page helpful?