Payment Instrument Tokenization
Create a Network Token for a Card-on-File.
Create a Network Token for a Card-on-File.
Network tokens are automatically provisioned when creating a BR-DGE Card-on-File. However, in situation where this didn't happen (for example if network token support was not enabled at the time of Card-on-File creation or a temporary failure to provision network tokens), you can use this endpoint to manually trigger network token provisioning.
post/payment-instruments/{token}/network-token
Response
Network Token created.
Example response
{
"id": "WXdfRANqUrBalltlBKaaWHVGrFoWrIHsZAK",
"token": "5186151969968300",
"expiryDate": "08-26",
"issuer": "MASTERCARD",
"status": "ACTIVE",
"tokenUniqueReference": "DM4MMC0000000001cd2826c715b7475bb089b7622366ebe4",
"paymentAccountReference": "5001EUMYTT3AESCZGUEC77KPCLETI",
"lastFour": "1234",
"cardBin": "00123456",
"cardLastFour": "1234",
"cardExpiryDate": "08-26",
"cardIssuer": "Bank of BR-DGE"
}