Top "Stripe-payments" questions

Stripe-payments refers to the libraries and API produced by the "Stripe" company for payment processing.

cURL error 60: SSL certificate: unable to get local issuer certificate

I use WAMP on a local development environment and am trying to charge a credit card but get the error …

php ssl curl wamp stripe-payments
Stripe Payment: Save token and customer and make payment later from token

Is it possible in stripe payment, First we will validate credit card using stripe, then we generate token and create …

payment stripe-payments
Catching Stripe errors with Try/Catch PHP method

During my testing of STRIPE in a website, I built the code like this: try { $charge = Stripe_Charge::create(array( "…

php error-handling try-catch stripe-payments
'No such token' error upon submitting payment request to Stripe

I'm setting up payments using the Stripe API to allow a user to log into their Stripe account on an …

ios node.js stripe-payments stripe-connect
How can I style a Stripe Elements input with Bootstrap?

I'm building a simple website that will process payments with Stripe. I'm using Bootstrap for my styling. When I use …

twitter-bootstrap stripe-payments stripe.js
Meteor: Proper use of Meteor.wrapAsync on server

Background I'm trying to integrate stripe payments into my site. I need to create a stripe user using my private …

javascript meteor stripe-payments
Modify style of 'Pay with Card' Stripe button

Is it possible to modify style of "Pay with Card" Stripe button? I've tried modifying by, adding a new class …

css stripe-payments
Stripe - How to handle subscription with a free plan and no credit card required at sign up time

We started to implement Stripe on Redsmin (one of our project) and I think we may have missed something. Here …

payment-gateway credit-card saas payment-processing stripe-payments
Top-level ‘await’ expressions are only allowed when the ‘module’ option is set to ‘esnext'

I am going through Stripes integration steps and have come across an error for my code found in step 2.1 (https://…

javascript node.js stripe-payments node-modules
How can I put border styling with react-stripe-elements input component?

About this React component library. https://github.com/stripe/react-stripe-elements How can I put border styling with input component? <…

reactjs stripe-payments