Suspend network token
Suspends a specific network token.
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.
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
The ID of the network token.
"454f6a32-a572-4dda-b885-3e8674086123"
Response
A network token generated by an open-loop PSP.
The type of this resource.
network-token
"network-token"
The unique ID of the token.
"d6ad71d5-6908-45d6-ab65-39c55475dd08"
The unique ID of the payment method.
"9bdc4bc4-005e-4658-8eee-a309fc43cd4d"
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.
active
, inactive
, suspended
, deleted
"active"
The value of the network token.
The expiration date for the network token.
5
"01/30"
The date and time when this network token was first created in our system.
"2021-01-01T12:34:00.000+00:00"
The date and time when this network token was last updated in our system.
"2021-01-01T12:34:00.000+00:00"
Was this page helpful?