Skip to main content

Questions tagged [stripe-payments]

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

-3 votes
0 answers
20 views

Stripe payment api issue [closed]

I am integrating stripe api with my app how do i overcome this? Sending credit card numbers directly to the Stripe API is generally unsafe. To continue processing use Stripe.js, the Stripe mobile ...
Tom's user avatar
  • 5
0 votes
0 answers
10 views

How to get promo code information for payment link

I am trying to get promo code information from payments in stripe. It could be either invoice, subscription or payment link. For subscription, I can get it from invoice.paid. However for payment link, ...
ksernow's user avatar
  • 694
0 votes
2 answers
12 views

Woo Subscription fails because class definition Stripe is loaded after unserialize()

I'm getting this error on WooCommerce: An error has occurred while processing recent subscription related events. For steps on how to fix the affected subscriptions and to learn more about the ...
ecairol's user avatar
  • 6,463
-6 votes
0 answers
14 views

How to put a Paywall before registration? [closed]

I am trying to have stripe payment setup before my customers get access to all the protected pages in my Next JS app and even account sign up pages. I don't want customers to first sign up for an ...
Manpreet Singh's user avatar
0 votes
0 answers
21 views

How to integrate MobilePay with flutter app using Stripe?

I have been working on market place that uses flutter at mobile side and Laravel as backend . I already have read stripe documentation about Mobile Pay , However it does not provide more details about ...
Shahid Bangash's user avatar
0 votes
1 answer
10 views

For stripe setupintent element how to show apple pay option

On Web, To accept payment details from customer, I am using stripe setupIntent clientsecret key to show payment method popup. Here is the code that I have used. <script> async function ...
user24602006's user avatar
2 votes
1 answer
21 views

Unexpected Extra Customer Creation When Polling with Stripe API in Go

I'm working on a Go application that involves polling Stripe for customer and subscription information based on a user's login. The goal is to check if a customer or their subscription exists and is ...
Honigeintopf's user avatar
-2 votes
0 answers
33 views

Available Gateways for Digital Wallets On Single Custom Post Types

Is it possible to display Apple and Google pay buttons on single custom post type pages for events or subscriptions? I tried this code but it does not work. function ...
Mitchell Stradmann's user avatar
-1 votes
1 answer
15 views

Stripe Test account ID deletion issue

I deleted a test account but unfortunately cant get rid of account ID. Im getting 400 erros code and this . Trying to figure out how to fix this issue so I can connect the correct ID to my website. ...
Meka's user avatar
  • 51
0 votes
0 answers
12 views

Using stripe services to create an in-app currency

I have a question about whether making an in-app currency using the stripe payments & stripe connected accounts would be right and compliant. This currency (let's call it coin) will have the ...
Henrique Oliveira's user avatar
-2 votes
0 answers
16 views

How to let user connect their stripe account for my E-Commerce website so that they can receive the money from the customer who buys theor product in

I am building my own E-Commerce Website using Next.js at this moment, and I have provided a functionality for those who wants to sell their products using my website. However, I got an issue now since ...
Solideo Putra Zendrato's user avatar
0 votes
1 answer
10 views

Get name of promotion code used in Stripe Checkout Session in php

After the checkout is completed I want to get the promotion code that was used by the user (if any) and add it to my database. In my stripe webhook I have the code below. If I remove the promotion ...
Ralph's user avatar
  • 337
0 votes
2 answers
33 views

Lambda functions to create an object in dynamo after invocation using react inputs

I have setup a front end using react that takes some data and will, with graphql, create objects in a aws dynamo database using amplify. I now have had to include stripe payments into the application. ...
saleem's user avatar
  • 43
0 votes
0 answers
20 views

Google pay button doesn't display in test mode with stripe react native

The Google Pay button doesn't display when the app is in test mode. However, in live mode, the Google Pay option displays, but I can't complete the payment because I need to get approval first. To get ...
mychar's user avatar
  • 1,051
0 votes
1 answer
20 views

Pay for subscription and one-time item at once in Stripe

A buyer wants to purchase a monthly pass (which is subscription $10/month) and some other item (which is one-time item $5). They get a total of $15, enters their credit card data, frontend gets stripe ...
Tarasko's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
824