Questions tagged [stripe-payments]

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

Overview

Stripe is a complete commerce toolkit for developers—built by developers. Our comprehensive payments platform enables rapid expansion to new business models, markets, and customers. We provide language-specific libraries for PHP, Ruby, Java, Node, Go, .Net, iOS, and Android.

Developer Resources

Products

Stripe Payments: Advanced processing capabilities and support for over 135 currencies.

  • Stripe Checkout: A drop-in, smart payments page to start accepting payments in minutes.
  • Stripe Elements: A set of adaptive UI components to build secure, pixel-perfect checkouts across desktop and mobile.

Stripe Billing: A subscriptions and invoicing platform for recurring revenue.

Stripe Connect: A platform to onboard and pay out sellers or service providers in more than 25 countries.

Stripe Terminal: Card present, in-person checkout using a set of card readers, APIs, and SDKs.

Stripe Radar: A real-time ML fraud prevention powered by behavioral information and data from the Stripe network.

Stripe Sigma: Get instant answers from your Stripe data and create custom reports with SQL queries.

Stripe Issuing: An end-to-end platform for creating, distributing, and managing physical and virtual cards.

11539 questions
3
votes
1 answer

stripe webhook test mode response "none"

I am trying to update database. I have set up the webhook in stripe in test mode and send a "invoice.payment_succeeded" test webhook to file.but it shows response "none" in stripe output. What have i done wrong, here is the webhook file, please…
mshoaibdev
  • 123
  • 2
  • 12
3
votes
2 answers

Stripe charges twice every time i create a new customer and post a charge

Today after doing thorough testing i switched to Live Account for Stripe. For my very 1st customer stripe charged twice even though on the server side i am creating just one customer and posting a single charge. I have a monthly subscription plan…
Viral
  • 43
  • 1
  • 3
3
votes
1 answer

Stripe managed account - wrong country

We are creating a marketplace, we are using stripe for payments and we are creating stripe managed accounts for our users when they register. We are trying to prevent anything that could go wrong and I am thinking scenarios that could mess up things…
JohnDel
  • 2,092
  • 8
  • 35
  • 64
3
votes
0 answers

What are the considerations when submitting an app to Apple that requires a credit card to create an order and use half the functionality

I'll be submitting my app to Apple for review at the end of the week. The app is a marketplace platform so users need to enter a credit card when creating an order. In order for Apple to test the app I assume they need to go through every screen…
Chris
  • 85
  • 6
3
votes
0 answers

How to change currency in stripe API PHP code?

I want to change currency from USD to EURO, but it's not working. Any suggestions would be appreciated. require_once 'vendor/autoload.php'; \Stripe\Stripe::setApiKey('sk_test_CZZ6uxdf53acUM9IwJBqA1OF'); $charge =…
mshoaibdev
  • 123
  • 2
  • 12
3
votes
2 answers

Stripe with angularJS integration

I am trying to implement Stripe with AngularJS. In a html a introduced their code snippet for checkout: