On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/tms/developer/ctv/rest/tms/tms-net-tkn-intro/tms-net-tkn-card-create-intro.md)  
Filter  
FILTER BY TAG

Provision a Network Token with Push Provisioning {#tms-net-tkn-card-create-intro}
=================================================================================

This section describes how to provision a network token with push provisioning.
IMPORTANT This feature is in pilot phase. You have early access to this feature even though it might contain bugs or unfinished work. Please consider the risk when using this feature.  
Push provisioning connects you with participating banks to enable the secure transfer of customer and payment information that is stored by banks. Using push provisioning, the issuer can provide credentials straight to your customer in seconds.

Prerequisites
-------------

Before using the push provisioning service, you must meet these requirements:

* You must be configured for `TMS`. See [Token Management Service Onboarding](/docs/cybs/en-us/tms/developer/ctv/rest/tms/tms-onboarding.md "").
* Network tokens must be enabled. For more information, see [Network Token Enablement](/docs/cybs/en-us/tms/developer/ctv/rest/tms/tms-net-tkn-onboard/tms-net-tkn-enablement.md "").
* Push provisioning must be enabled with the card brand.
* The issuer must be integrated with the card brand.

Endpoint
--------

**Test:** `POST ``https://apitest.cybersource.com``/tms/v2/tokenized-cards`  
**Production:** `POST ``https://api.cybersource.com``/tms/v2/tokenized-cards`  
**Production in India:** `POST ``https://api.in.cybersource.com``/tms/v2/tokenized-cards`

Use the Push Provisioning Instrument Identifier in Authorizations {#tms-net-tkn-card-create-intro_tms-net-tkn-card-create-intro-ii-auth}
----------------------------------------------------------------------------------------------------------------------------------------

You can include the instrument identifier that is returned when you create or retrieve a network tokenized card with push provisioning in an authorization. For more information, see [Authorize a Payment with an Instrument Identifier](/docs/cybs/en-us/tms/developer/ctv/rest/tms/tms-ii-tkn/tms-ii-tkn-pay-intro.md "").  
You can also create other token types, such as customer, shipping address, and payment instrument tokens, when you send the authorization request. For more information, see [REST Example: Authorizing a Payment with an Instrument Identifier While Creating TMS Tokens](/docs/cybs/en-us/tms/developer/ctv/rest/tms/tms-ii-tkn/tms-ii-tkn-pay-intro/tms-ii-tkn-pay-create-ex-rest.md "")  
RELATED TO THIS PAGE

