- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The payments API uses credit card flexible tokens, how do you use them?
Hello,
I am trying to get my head around how CyberSource works.
A credit card can be tokenized on the client-side in CyberSource using the Secure Acceptance Flexible Token API.
It's easy to do that part. There's plenty of documentation and a few packages that do it.
With the CyberSource Payments API, how do I use that token to create a charge?
My research shows how to tokenize the card on client, and charge an untokenized card (card data is sent to server), but I haven't found any examples of how to use the Flexible token to create a charge (or pre-authorization).
CyberSource doesn't seem to provide that information in its documentation, unlike most other gateways like Stripe.
Is there something I'm missing?
Node is my preferred language, but I am happy with solutions in other languages as well.
12-04-2022 04:49 AM