stripe-payments

Flutter oAuth : how to get started with OAuth and Stripe connect

╄→尐↘猪︶ㄣ 提交于 2021-01-05 05:56:32
问题 I am trying to implement stripe connect in my flutter app. Here are the steps I need to implement. Can anyone please navigate me on how I could achieve this in Flutter? I am able to create a button with the endpointUrl but that's all.. Thanks 回答1: I found out this myself using firebase cloud functions: first you create an https function in the firebase cloud function then you add the link created by the function to your stripe dashboard then you write the following logic to your function

error 'Stripe' is not defined no-undef

为君一笑 提交于 2020-12-29 05:47:30
问题 I am trying to use the Stripe API to allow for payment through my website, but I am having issues adding Stripe into my project. I used the create-react-app structure for my project, and added Stripe into the index.html file in /public/index.html as follows: <body> <script src="https://sdk.amazonaws.com/js/aws-sdk-2.39.0.min.js"></script> <script type="text/javascript" src="https://js.stripe.com/v2/"></script> <script> window.AWSCognito = window.AWS </script> <script src="https://gitcdn.xyz

error 'Stripe' is not defined no-undef

二次信任 提交于 2020-12-29 05:46:49
问题 I am trying to use the Stripe API to allow for payment through my website, but I am having issues adding Stripe into my project. I used the create-react-app structure for my project, and added Stripe into the index.html file in /public/index.html as follows: <body> <script src="https://sdk.amazonaws.com/js/aws-sdk-2.39.0.min.js"></script> <script type="text/javascript" src="https://js.stripe.com/v2/"></script> <script> window.AWSCognito = window.AWS </script> <script src="https://gitcdn.xyz

Stripe PHP API : You cannot confirm this PaymentIntent because it's missing a payment method

烂漫一生 提交于 2020-12-15 05:30:17
问题 I am trying to implement the Stripe PHP API, but I am stuck since last week. At first I thought I did not mention the payment method correctly in the way of a correct notation. However this seems not to be the case. I have created a wrapper class that loads all stripe API files and following handles all calls required for me. Hence that's why the code layout. When I execute my script I receive the following error : Fatal error: Uncaught (Status 400) (Request req_AQbkjKFB4mo31Z) You cannot

Stripe connect onboarding limiting country? (locked to 'Australia')

柔情痞子 提交于 2020-12-15 05:29:27
问题 I use the following to create a new Stripe connect account: account = Stripe::Account.create({ type: 'express', requested_capabilities: ['card_payments', 'transfers'] }) When the user clicks 'Connect with Stripe', they start entering their details. They can enter an American phone number, but not an American address - the country is locked to Australia, and clicking on 'Australia' to try to change it doesn't do anything at all: Also, the 'State' field only shows Australian states: Why is

Stripe PHP API : You cannot confirm this PaymentIntent because it's missing a payment method

夙愿已清 提交于 2020-12-15 05:28:20
问题 I am trying to implement the Stripe PHP API, but I am stuck since last week. At first I thought I did not mention the payment method correctly in the way of a correct notation. However this seems not to be the case. I have created a wrapper class that loads all stripe API files and following handles all calls required for me. Hence that's why the code layout. When I execute my script I receive the following error : Fatal error: Uncaught (Status 400) (Request req_AQbkjKFB4mo31Z) You cannot

Stripe PHP API : You cannot confirm this PaymentIntent because it's missing a payment method

孤街醉人 提交于 2020-12-15 05:28:17
问题 I am trying to implement the Stripe PHP API, but I am stuck since last week. At first I thought I did not mention the payment method correctly in the way of a correct notation. However this seems not to be the case. I have created a wrapper class that loads all stripe API files and following handles all calls required for me. Hence that's why the code layout. When I execute my script I receive the following error : Fatal error: Uncaught (Status 400) (Request req_AQbkjKFB4mo31Z) You cannot

Stripe connect onboarding limiting country? (locked to 'Australia')

纵然是瞬间 提交于 2020-12-15 05:28:08
问题 I use the following to create a new Stripe connect account: account = Stripe::Account.create({ type: 'express', requested_capabilities: ['card_payments', 'transfers'] }) When the user clicks 'Connect with Stripe', they start entering their details. They can enter an American phone number, but not an American address - the country is locked to Australia, and clicking on 'Australia' to try to change it doesn't do anything at all: Also, the 'State' field only shows Australian states: Why is

Stripe connect test app says no accounts have payouts enabled?

℡╲_俬逩灬. 提交于 2020-12-15 05:25:42
问题 I follow the instructions to start the small ruby app in the stripe connect destination charge examples (takes about 1 minute to clone, add keys, bundle install , and ruby server.rb to start the server). Then at localhost:4242 I see: None of your recently created accounts have charges enabled. Log in to an Express account's dashboard to complete the onboarding process. Which doesn't make sense since I can run Stripe::Account.retrieve("acct_1HtSLp2fJ6VxT5fZ") on any of the test accounts and

Laravel/Cashier invoices() returns empty Object

心不动则不痛 提交于 2020-12-01 13:30:44
问题 I've got a problem with the cashier package from Taylor (https://github.com/laravel/cashier). When I try to get the Invoices for a User the Object that is returned is Empty. For information i've set up my cashier database columns into a membership table! And then set up the proper relationships. I can charge the User if I do something like this: $user->membership->subscription('1month')->create($token); But if I want to get the invoices like so $invoices = $user->membership->invoices(); it