Boulevard Tokenization API

A narrow, non-GraphQL REST endpoint (`POST https://vault.blvd.co/cards/tokenize`, confirmed in the public `promotion-demo` reference client's source) used to exchange raw card details for a reusable payment token client-side, before that token is attached to a cart via the Client API's `AddCartCardPaymentMethod` mutation. Keeps merchant integrations out of PCI DSS scope by ensuring card numbers never transit the integrator's own servers.

API entry from apis.yml

apis.yml Raw ↑
aid: boulevard:boulevard-tokenization-api
name: Boulevard Tokenization API
tags:
- Tokenization
- PCI Compliance
- Payments
- REST
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developers.joinblvd.com/2020-01/tokenization-api/overview
baseURL: https://vault.blvd.co
properties:
- url: https://developers.joinblvd.com/2020-01/tokenization-api/overview
  type: Documentation
description: A narrow, non-GraphQL REST endpoint (`POST https://vault.blvd.co/cards/tokenize`, confirmed
  in the public `promotion-demo` reference client's source) used to exchange raw card details for a reusable
  payment token client-side, before that token is attached to a cart via the Client API's `AddCartCardPaymentMethod`
  mutation. Keeps merchant integrations out of PCI DSS scope by ensuring card numbers never transit the
  integrator's own servers.