Examples
Here you can find some examples of how to use
Last updated
Here you can find some examples of how to use
Last updated
To tokenise cards from Channex you need to perform capture requests from secure.channex.io endpoint (if you want to test with Channex staging account it will be secure-staging.channex.io).
There are two Vaultera tokenisation profiles that should be used depending on which Channex endpoint you use.
Request template
POST https://pci.vaultera.co/api/v1/capture?api_key=<API_KEY>&profile=<PROFILE>&method=get&url<SECURE_CHANNEX_ENDPOINT>
API_KEY - your Vaultera PCI api_key
PROFILE - tokenisation profile name
SECURE_CHANNEX_ENDPOINT - url-encoded secure channex endpoint
All requests should contain an authentication header for Channex. Here are the endpoints you might be interested in. Receive bookings Endpoint: /api/v1/bookings Tokenisation profile: channex Example: POST Receive specific booking Endpoint: /api/v1/bookings/:id Tokenisation profile: channex_entity Example: POST Receive booking_revisions Endpoint: /api/v1/booking_revisions Tokenisation profile: channex Example: POST Receive booking_revisions feed Endpoint: /api/v1/booking_revisions/feed Tokenisation profile: channex Example: POST Receive specific booking_revision Endpoint: /api/v1/booking_revisions/:id Tokenisation profile: channex_entity Example: POST