stripe / stripe-terminal-react-native

React Native SDK for Stripe Terminal
https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=react-native
MIT License
106 stars 50 forks source link

createPaymentIntent and collectPaymentMethod just hanging when called. #784

Closed sfulham closed 1 month ago

sfulham commented 1 month ago

Describe the bug createPaymentIntent and collectPaymentMethod just hanging when called/not returning or doing their functions.

To Reproduce Steps to reproduce the behavior:

  1. Use createPaymentIntent and collectPaymentMethod as described in the Stripe Documentation

Expected behavior The functions to return a new payment intent and to collect payment respectively.

Screenshots If applicable, add screenshots to help explain your problem.

Stripe Terminal React Native SDK version

^0.0.1-beta.20

Smartphone (please complete the following information):

Additional context

Using Expo 51.

retrievePaymentIntent does work when creating a paymentIntent server side.

sfulham commented 1 month ago

Nvm, turns out i wasnt calling a function because i forgot some brackets