Network Tokens

Discover how Bamboo supports Network Tokens with pass-through capabilities to enhance digital payment security and reduce fraud by replacing sensitive card data with secure tokens.

Network Tokens replace sensitive card details during transaction processing, significantly enhancing security across the payment ecosystem. By substituting actual card numbers with secure tokens, this method reduces the risk of exposing financial information and minimizes the potential for fraud.

NetworkToken Object

ParameterTypeMandatory?Description
TokenstringYesCard network token.
CryptogramstringYesThe unique cryptogram generated by the issuer for the network token used in the transaction.
Expiration_MonthintegerYesTwo-Digits number representing the network token expiration month.
Expiration_YearintegerYesTwo-Digits number representing the network token expiration year.
CardHolderNamestringYesCardholder’s name.

Request Example

Below is an example of a payment using a network token:

{
    "PaymentMethodId": 1,
    "TargetCountryISO": "UY",
    "Currency": "UYU",
    "Amount": 10000,
    "NetworkToken": {
        "Token": "5165850000000008",
        "Cryptogram": "ABCD1234EFGH5678IJKL91011MNOPQR",
        "Expiration_Month": 5,
        "Expiration_Year": 35,
        "CardHolderName": "Martín Rodríguez"
    }
}
footer
Last modified September 19, 2024

© Bamboo | All rights reserved 2024