#khilex - Uplift Integration

1 messages · Page 1 of 1 (latest)

brittle flax
#

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?

stark igloo
#

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

inland flax