Network tokens
Issue cryptogram
Issue a cryptogram for a stored network token of a stored card.
POST
This endpoint requires the payment-methods.write
scope.
Network token provisioning via the API is not enabled by default in production.
Please contact support for further guidance.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payment method.
Example:
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
The ID of the network token.
Example:
"454f6a32-a572-4dda-b885-3e8674086123"
Body
application/json
Request body for issue a cryptogram for a network token.
Defines if the request is merchant initiated or not.
Example:
false
Response
201
application/json
Returns the created network token.
A network token cryptogram.
The cryptogram of the network token.
Was this page helpful?