stripe-payments Questions
5
Solved
I have an form that I want to automate using Cucumber and Selenium Webdriver in Java - in this form, we have a card element which we use from Stripe. We call the div, and stripe does the rest. I'm ...
Fletafletch asked 15/2, 2018 at 10:58
3
in my app i want to list past purchases for a stripe customer. So I was looking at the relevant API objects like PaymentIntents, Sessions or Charges. But they all do not seem to contain any referen...
Envenom asked 15/12, 2021 at 18:31
1
I'm redesigning the database for one of our apps, to normalise and restructure some of the more gigantic tables.
Our service offers various plans (Personal, Family, Business etc.) that come w...
Ogdon asked 4/9, 2018 at 0:46
3
Solved
Is there any way to show active subscription plan on stripe's embeddable table, like passing customer, subscription or price id?
https://stripe.com/docs/payments/checkout/pricing-table
How on clien...
Unasked asked 4/10, 2022 at 21:27
4
Solved
I am trying to pull out the Stripe processing fees from the PaymentIntent - but I cannot seem to find it. Is there another call I need to make on the API?
Demulcent asked 24/3, 2022 at 15:17
7
Solved
I'm builiding a web application that allows our users to sell tickets for music shows. In order to handle the payments between ticket buyers and show instigators, I use Stripe.
Basically, the show ...
Polynesian asked 5/5, 2013 at 19:19
3
I am using stripe API to talk to Stripe services. Google AppEngine doesn't even get imported or involved here, but I am seeing this weird AssertionError related to GAE libraries. Below is the stack...
Anglomania asked 3/8, 2015 at 0:47
4
Solved
I have been using the Stripe API and it's been calling my Webhook successfully for about a year.
But yesterday an issue occured for the first time. The webhook did not manage to succesfully compl...
Immorality asked 24/1, 2019 at 14:50
4
I have found this error message:
"In order to use Checkout, you must set an account or business name at https://dashboard.stripe.com/account"
several times when developing stripe connect....
Ishii asked 22/10, 2020 at 6:32
10
Solved
I am trying to code a subscription system with stripe. My following code is mostly copied from the stripe docs, but it always shows me this error:
Webhook signature verification failed. Webhook pay...
Kirsch asked 18/5, 2023 at 13:14
3
I'm confused about why Stripe's documentation suggests the customer.subscription.updated event is not fired when I believe it should:
A Stripe subscription object has the properties current_perio...
Lobation asked 11/10, 2016 at 8:12
1
Solved
I'm using Stripe CLI to resend local webhook events. The command lets me set metadata using the following option / syntax: https://stripe.com/docs/cli/events/resend#events_resend-param
-d nested[pa...
Doubletime asked 4/8, 2022 at 14:58
3
Good Day,
I'm working on a project involving Laravel Cashier. I want to give user's the ability to update their subscription quantity and get charged immediately (which I have been able to achieve,...
Evelyne asked 14/7, 2020 at 0:56
4
Consider the following course of events:
A user selects one of multiple subscription options on my website and clicks the "pay" button.
They're redirected to the Stripe Checkout page but...
Nephrolith asked 6/5, 2021 at 17:10
5
Solved
I have connected stripe standalone accounts to platform accounts before. In fact I did it a week back and it worked perfectly. But somehow this time it simply will not work even though I am followi...
Coma asked 27/4, 2017 at 6:29
3
Solved
I am trying to integrate the Stripe payment gateway to Django oscar for an e-commerce site which sells physical goods like groceries online.I use python 3.6.3, Django 2.0, Django-oscar 1.6, stripe ...
Pasadena asked 9/7, 2018 at 10:33
4
I'm integrating Stripe into one of the apps. When I send invoices through Node.js SDK it's not sending invoice emails to customers when I use the test environment API key. But when I use a live env...
Deckhand asked 7/12, 2022 at 8:13
4
Solved
In stripe docs, I can easily create a card like this
var cardElement = elements.create("card");
And I simpliy pass the cardElement to confirmCardPayment
stripe.confirmCardPayment("{PAYMENT_INTE...
Respirable asked 3/6, 2020 at 11:37
3
Solved
I am attempting to use Stripe on my site but am getting the following error:
Fatal error:
Uncaught Stripe\Error\ApiConnection: Unexpected error communicating with Stripe. If this problem persists...
Midgut asked 5/4, 2019 at 15:13
4
I'm working on a script that uses the Strip REST api with the PHP SDK. I was hoping to be able to replicate the production data in the test environment. Is this possible?
Thanks,
Andrew
Simplism asked 8/11, 2016 at 19:38
5
I am using Stripe Checkout in an ASP.NET Web Forms app to let people pay for subscriptions, and that part of the code works fine. I created a webhook with the following code:
using Stripe;
using St...
Proctor asked 8/6, 2021 at 21:51
3
In following the Stripe documentation for Billing and Subscriptions, I'm using PaymentIntents to create a subscription. It works fine if I enter a test card that doesn't require 3D Secure. But it I...
Heavensent asked 23/5, 2019 at 16:32
7
Solved
I'm using stripe SDK for creating customers & charge to a customer using API, but getting an error with "Fatal error: Uncaught (Status 400) (Request req_ZyqUtykjUcOqrU) As per Indian regulation...
Forbes asked 11/12, 2019 at 8:59
4
I would be creating Stripe web hooks and want to know how to ensure security such that only Stripe can access my URL?
I am using Laravel with the Stripe library.
Ence asked 3/2, 2015 at 9:57
5
I am upgrading to the latest Stripe API version (2020-03-02) and I am not sure how to access the values on my customer object as it now just shows the union of the properties between Stripe.Custome...
Prudential asked 29/6, 2020 at 3:3
1 Next >
© 2022 - 2024 — McMap. All rights reserved.