#khilex - Uplift Integration
1 messages · Page 1 of 1 (latest)
Hi 👋
I do not think we accept card tokenized without Stripe.js. Stripe wouldn't have the card details to pass to the issuer network. Can you explain your approach here?
So after the uplift process is done, uplift returns an object with with a usable credit card like this:
{card_number: XXXX XXXX XXXX XXXX, expiration_month: 'XX', expiration_year: 'XX', ccv: 'XXX', ...}
I would like to pass that information into stripe.createPaymentMethod() function
Hmm, so passing raw pans have many pci implications. To learn more please visit https://stripe.com/guides/pci-compliance and https://stripe.com/docs/security/guide.