-
I'm trying to integrate the Stripe SDK with Swell, but I need to figure out how to pass the information from Stripe to Swell.
like described here: https://developers.swell.is/frontend-api/payments#create-a-payment-method
I can see the order being created on Swell admin page, but:
What's the correct way to attach the payment to the order, so that Swell can finalise it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ceceppa I've detailed a similar response here: https://github.com/orgs/swellstores/discussions/299#discussioncomment-6502406 It's not exactly for the React Native SDK but the details are mainly around creating paymentIntents with the correct params and updating the cart. |
Beta Was this translation helpful? Give feedback.
Hey @ceceppa I've detailed a similar response here: https://github.com/orgs/swellstores/discussions/299#discussioncomment-6502406
It's not exactly for the React Native SDK but the details are mainly around creating paymentIntents with the correct params and updating the cart.