▌ LIVE
AK
▌ MÓDULO · TOKENIZACIÓN

NETWORK + VAULT TOKENS

Network tokens reales, dual-token mapping y Click to Pay enrolment.

NETWORK TOKENS
892.412
+4.2%
AUTH UPLIFT
+11.8%
vs PAN crudo
DUAL-TOKEN
78%
CLICK-TO-PAY
142K
SPLIT POR RED
  • Network A
    412,300
  • Network B
    318,200
  • Network C
    162,100
POST /v1/tokens/network
curl https://api.the-barrier.com/v1/tokens/network \
  -H "Authorization: Bearer bar_live_..." \
  -d '{ "vault_token": "tok_8a2c…", "network": "A" }'

# 201
{
  "network_token": "ntk_1b9e…",
  "psp_ready": true,
  "click_to_pay": "enrolled"
}