stripe.js Questions
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
3
Solved
Does Stripe generate invoices for one-time payments (not subscriptions)?
It seems in the docs that invoices are only part of their "Subscriptions" feature.
Curmudgeon asked 22/1, 2018 at 23:53
6
I'm building a simple website that will process payments with Stripe. I'm using Bootstrap for my styling. When I use Stripe Elements to insert the payment fields, they aren't styled with Bootstrap....
Microseism asked 4/9, 2017 at 14:35
4
Solved
I am using react-stripe-elements to create a token for payments. However, according to the documentation when the card form is wrapped in the Elements component it should automatically pickup which...
Aegis asked 30/1, 2018 at 10:50
7
I am trying to use Stripe.js following https://stripe.com/docs/stripe-js/elements/quickstart
I made html, css, javascript just same as sample of that url.
But when I click 'Submit Payment' Button...
Brittne asked 22/1, 2018 at 22:12
2
I am trying to use a font from a local .otf file inside my project's directory in order to style the text within the inputs of the credit card form provided by Stripe Elements.
As this is a React ...
Adsorbent asked 13/11, 2017 at 21:50
4
I need to add an additional field to my custom form, I want to add the name of the credit card.
I tried in the following way:
var cardNameElement = elements.create('cardName', {
style: style
//...
Venusian asked 4/11, 2017 at 14:12
2
So my system consists of a backend and a frontend. We're doing Stripe integration.
I'm implementing Stripe checkout form on frontend to simply PCI compliance process, and I want Stripe to verify e...
Secund asked 3/4, 2018 at 18:39
1
I was wondering if there was some kind of "convention" or otherwise a best practice for storing Stripe payment data in the database. There is a real lack of information online and since I am doing ...
Rentroll asked 6/3, 2018 at 3:1
3
I'm using Stripe's PaymentRequest button to collect payment & shipping information to later process the payment with Stripe on the server side. I'm targeting ApplePay, but currently testing und...
Cleisthenes asked 30/1, 2018 at 0:31
3
Solved
Usually, we use a theme which was provided stripe like the following.
style: {
paymentRequestButton: {
theme: "light-outline"
}
}
They have also provided some theme's like 'dark' | 'light' |...
Pascale asked 22/11, 2017 at 14:54
1
Solved
I have code that retrieves a Mongoose object and then uses the stripeCustomerId (stored in the document) to retrieve the Stripe customer object (via nodejs stripe). I then want to attach the stripe...
Denote asked 5/4, 2018 at 1:33
2
I am making an iOS project which uses Stripe. I am using a STPCustomerContext and the parameter to create an instance is an object of MainAPI below. When I create the instance, it automatically cal...
Inartificial asked 30/11, 2017 at 0:23
1
© 2022 - 2024 — McMap. All rights reserved.