Walkthrough
Here we will walk you through how to get a card from Channex using Vaultera PCI and then show the card to the user with an Iframe.
Create test booking with credit card
Channex auth
Get bookings from Channex through Vaultera PCI
curl -v -X POST -H "user-api-key: $CHANNEX_API_KEY" "https://pci.vaultera.co/api/v1/capture?api_key=$API_KEY&method=get&profile=channex&url=https%3A%2F%2Fsecure-staging.channex.io%2Fapi%2Fv1%2Fbooking_revisions%2Ffeed"Create one-off tokens for card show iframe
Embed card show iframe
Last updated