#dev-help

1 messages · Page 172 of 1

plush cosmos
#

hi there, loading up the paymentRequest button for digital wallets with stripe.paymentRequest({...}), gives me this warning in the console.
Each dictionary in the list "icons" should contain a non-empty UTF8 string field "type".
obviously not a huge deal since it's a warning, but would be nice to get rid of it. any ideas on how i can get rid of it?

quick birch
#

Hi Stripe devs.... What is the best practise to send dunning emails (outside of stripe)
Currently I use the charge.failed wehbook, this sends my api a webhook where i then turnaround and sends the user a email saying "errr. pay up"
But what happens the 2nd , 3rd, 4th retry.. the webhook makes no indication this is the 2nd, 3rd, 4th retry...
In this case how do i know that (without calling another api to find out.. would like the webhook to do most of the heavy lifting...

visual hawk
#

Hi, for the event "customer.subscription.deleted" has a definition "Sent when a customer’s subscription ends.", so should I listen this event to update the user end_period in my Backend?

vocal wagon
#

Hello, I am testing webhook events with test clocks, my question is: Is there a card number that I can add that will succeed on first payment and fail on recurring payment for a subscription?

quick birch
#

Can i embed the customer portal, instead of redirection to a hosted page? I have noticed webflow and some other developers being able to embed the customer portal in a iframe or some other way... (customers get confused when they are taken away from the primary domain name)

languid tulip
tired crater
#

is it possible to export / import your stripe environment?

#

we'd like to take a "snapshot" of our staging environment and then test a large migration a few different times

gloomy hinge
crystal acorn
#

quick one, I need to implement Afterpay with stripe and I want to render the afterpay widget on a React (nextjs) project. Do I need a merchant key to show this component?

royal heath
#

Hi, i still have a payment open from stripe from like €9000. I really need this money back i have gotten in really big financial problems because of this.

prisma kestrel
#

I'm unable to use collectBankAccountToken in a react app, is there a plan to include this in a future build?

gloomy hinge
#

Update Quantity and charge customer asap doesn't work as expected.

Following situation:
Current user have a subscription and upgrades his package quantity

Problem:
Stripe charges the changes on the next payment interval

Problem:
We don't get paid until the interval is proceed (example next year)

What we want:
If quantity is changed on a subscription (montly or yearly), customer should get charged the difference asap

I have tried to create a subscription with the prorotation_behavior => always_invoice but the changes are applied to the upcomming invoice.

A bad workaround for now is that I cancel the current subscription asap and re-subscribe with the desired quantity. But generated 2 invoices for 1 action and moves also the subscription times. So this is not a solution.

uneven dock
#

Hi - I'm trying to set up a stripe connect account for a vendor that doesn't ask the user of the account for their SSN - this is for a business and the vendor's AR clerk does not want to give up personal info for a business purpose. is this possible? if so how do i go about setting this up

torpid timber
#

Hi - I created a coupon (say FREE10) that applies_to a product XYZ with max_redemptions=2. Later when I applied that coupon to another product ABC, I was seeing Discount = 0 (which is correct, as it doesn't apply to ABC). But it reduced my max_redemptions available to 1 on my FREE10 coupon code? Is that the correct approach, shouldn't it throw a error while validating the coupon?

frigid scroll
#

I have read through https://stripe.com/docs/error-low-level#server-errors and it says to setup webhook handlers for objects in case we get server errors. I have done that, but that section also states that webhooks aren't guaranteed to be fired. So does that mean we need to set something up to also sync data from Stripe in case we never get the webhook event ?

proper bronze
#

is there a prefered refund "target entity" -- refund.create accepts a charge or (and?) a payment intent. What are the implications of refunding one over the other?

vapid bluff
#

Good afternoon,
I'm trying to integrate a scheduling calendar with stripe however I do not see that as an option. Can anyone assist?

vital slate
#

No, the function session.New() requires parameter with type *stripe.CheckoutSessionParams not *stripe.CheckoutSession so it's missing the metadata option I believe

#

@languid tulip

#

/checkout/session/client.go line 25

umbral gate
#

Hi guys !
How to create a payout from a connected account to it's own bank account ?

copper reef
#

david2-target-entity

fleet sable
#

Is there any harm to creating a billing portal config each time? We just noticed that you can't delete portal configs. We are basically generating a slightly different config each time for connect accounts, so are determining options? Eventually this will create 1000's of configs. I'm wondering if Stripe ever clears these out or anything.

vital slate
#

@crimson needle I was just typing a long message right before you archived it 😛 I had one other question in regards to metadata. Could you unarchive, just to keep it clean? Thanks

tiny canopy
spiral nova
#

Stripe Connect folks! Does anybody know if there is good documentation on how the platform handles returns/refunds for marketplaces?

proper bronze
#

for a charge.refunded webhook event, is the refunds property always expanded to exactly the refund that triggered the webhook event, or is it expanded to all refunds on that obj?

vivid compass
#

Hi, I'm using PaymentElement with Stripe React to enable Klarna as a buy now pay later option. Elsewhere on my site I want to show custom information about whether a given customer will be able to pay with Klarna. However, to do this I need to check the customer's country and see what kind of payment options they'll receive (meeting the criteria in the table here https://stripe.com/docs/payments/klarna#payment-options). Before I start writing custom code to make this check, is there a way to make a request on the stripe API to see if Klarna will be enabled for a given frontend/customer

delicate snow
#

Hi

#

Where we can find option for sending a test webhook?

fierce holly
#

somewhat related to the charge.refunded webhook event q above: am I missing something or does 'create a refund' not trigger an actual refund event webhook, but just charge.refunded? it seems like an alternate avenue to contractually guaranteeing that charge.refuns.data[0] is the refund that triggered the webhook would be to have a separate event refund.created which only includes charges relevant to that refund, in the event a single paymentIntent had multiple refunds issued

copper panther
#

Is it possible to integrate Plaid into the pre-built checkout for ACH payments? We're seeing integration but not sure if the two are compatable.

scarlet cypress
#

Hi guys, we use Stripe Connect with destination charges and onBehaveOf.
How does Stripe distinguish between a domestic payment and an international payment as far as the Stripe fee is concerned?
Which properties of the used card and the connected account are compared? Is it strictly the country so that e.g. payments between different countries within the EU cause it to be an international payment?

jagged mango
#

I am trying to find a hosting that works with stripe any ideas? because I was looking at vids and they were saying you need a dynamic hosting?

exotic mulch
#

Do i need both checkout.session.completed & payment_intent.succeeded to get both phone number & metadata? seems like one is not available on the other and vice versa (webhooks)

I would like to use only checkout.session.completed but metadata is empty

unkempt storm
#

How long does an incomplete payment last?

tame axle
#

hi guys, i have a question regarding to the decimal, for example i have an unit price is 0.065 which is three decimals, and i try to create a checkout session using unit_amount_decimal but failed with error message "does not currently support usd prices with more than 2 decimal places in line_items[0].", so does only support 2 decimals? thanks in advance

crimson needle
#

scott-payment-incomplete

tame axle
#

ok, thanks

zenith cosmos
#

Hi there, need hand with stripe payment request.
Currently we want to collect the payer name and the phone so I pass the options requestPayerName = true and requestPayerPhone = true to the paymenRequest method, but it asks for billing address when I pass the requestPayerName flag. Is there anyway to get the payer name without the billing address?

left sorrel
#

Hi I can't Find this on my account. Help me

simple swift
#

I have a question, does Stripe have a UI that we can redirect our users to incase they want additional information such as Full SSN and identification documents?

hardy mural
#

I want to talk in Japanese. please help me!

thin creek
#

someone help me in react stripe pls

#

@stripe/react-stripe-js how create costumer ?

trail harness
#

Hi all - is there a way to determine whether a user is submitting a card or ACH payment from Stripe elements prior to confirming? We are looking to add a surcharge if card payments are used.

dark totem
#

Good morning 🌞 We need to prevent customers from being charged until a specific point in time, but we don't know when exactly. I was wondering, can this be achieved by simply setting a coupon's duration to forever and discount to 100%, and then just deleting the coupon when we no longer want to offer the free service? (We would still like to have them onboard normally to setup subscriptions)

unborn trench
#

AM I missing a trick here?

I've got a product. I've got a price. I've added a coupon. I've added a promotion code to the coupon. At the Stripe Link checkout, it's telling me it's an invalid code. I believe everything is valid and hasn't expired.

amber trout
#

need help

#
  1. We are having customers in our portal where we are saving all client info with card details in database. We want to implement card updater option in our site.How we can do that ?
  2. Clients are having multiple cards saved in our site. How we will use card updater for all cards ?
  3. We also need heads up which all are are expiring and all .
#

plz let me know how to implement

#

?

little spoke
#

Hi, We are using stripe subscription for our Magento website. As you know that Stripe generates child order against a parent order when recurring payment is generated against that order and it adds the transaction against the parent order. We are facing a problem that if we ship an order it's status gets changed to complete and it does not add the transaction against the parent order. Can anyone help ?

warm slate
#

Hi. Does stripe have a feature that allows us to set a spending cap for a customer?

placid pier
#

Hi there,
My stripe CLI randomly started showing bhook/
A newer version of the Stripe CLI is available, please update to: v1.10.0
[Wed, 01 Jun 2022 10:17:55 +04] FATAL Error while authenticating with Stripe: Authorization failed, status=401, body={
"error": {
"code": "api_key_expired",
"doc_url": "https://stripe.com/docs/error-codes/api-key-expired",
"message": "Expired API Key provided: rk_test_*********************************************************************************************9RLlCd",
"type": "invalid_request_error"
}
}

sacred crown
#

Hello dev, Can I pause a transaction in stripe?

misty hornet
#

Bassil-CLI

placid yew
#

hello, is it possible to have a bi-weekly and 4 week subscription cycle ?

grand wren
#

hello everyone
I was reading stripe documentation and here is what I found -
Stripe provides 3 options for accepting payments from customers-

  1. Payment links
  2. Stripe checkout
  3. Stripe elements

Stripe Checkout - In this option customers are redirected onto a Stripe-hosted checkout page and I was chatting to this lady on stripe support about how to integrate it into mobile applications. here is what she said - "we don’t support the web version of Stripe Checkout in native mobile apps, and using it in an environment that uses native web views can result in unexpected behavior. We provide limited support for loading Checkout in web views on iOS in order to handle websites loaded from links within social media apps, but it may not behave correctly on Android devices with native web views. If you'd like to offer payments in a web view, you can build your own payment form using Elements or Stripe.js."

Stripe elements: As per that stripe ladies statement, my only option is to use stripe elements in mobile applications but elements uses "payment intents" and payments intents don’t support discounts and tax (VAT, Sales tax, etc). This again is a blocker for us since studios may create coupon codes on their own stripe account and we needs to support this ability.

Payment links: A new customer entry is created whenever customer makes a payment via payment link that complicates user mapping on our platform.

Basically, what we want is to support, recurring and one-time purchases with discount options and tax on web as well as in mobile applications.

vocal wagon
#

Hi there,
Yesterday, I was told that there is no way to have the name of the connected account when you connect an existing account with oauth (https://discord.com/channels/841573134531821608/981203377725788271)
However, I was also told that there is no way to connect an existing account without oauth (#981176651889123378 message) OR the user have to fill manually all his data even if he authenticates with stripe login+pwd+2FA (#981176651889123378 message)

It's not a problem for me to use the new way or the oauth way, it's just that I would like to ease the process for my users and to choose the easier for them and me

Could someone confirm me that, when a user has an existing stripe account and we use the "new" way,

  1. it is expected that he has to fill all his data again to connect with my platform (I find it pretty annoying for the user, but not such a big deal for me)
  2. he will correctly see the transactions in his existing account (i.e he will NOT have to connect to 2 accounts)
  3. he will be able to connect to other accounts "normally" (i.e my account will transfer money to his account and he can transfer money to other accounts)
grand wren
cobalt sleet
#

Hi, We are doing subscription data migration between Stripe accounts.
I need help and confuse with the url https://support.stripe.com/questions/recreate-subscriptions-and-plans-after-moving-customer-data-to-a-new-stripe-account

#

how to make the same Previous ID and What the same ID?

rocky turret
#

@languid tulip thanks mate, kindly mention what type of value should be passed to this parameter

hardy mural
#

hi! how long to the money come to account after i call API transfer?

rocky turret
hearty garnet
#

Hi, Now the card information contains the bank brand, where could I find the bank logo?

misty hornet
#

Thanks @rocky turret for your help!!!

rocky turret
vocal wagon
misty hornet
#

cblin-Connect

spark token
#

Hello, i am trying to use the PushProvisioningActivityStarter, however i am getting an error:
CARD_TESTMODE
Card is a testmode card. Only livemode cards can be added to Google Pay.
ow can i proceed?

nimble wren
#

Morning! Question about adding additional charges to subscriptions. We basically have a model whereby our customers subscribe to plans (via Stripe Checkout). Depending on their usage. they may be charged an overage charge.

We are currently pooling for new subscriptions that are freshly created in the past 20 minutes via (stripe.subscriptions.list) and then using stripe.invoiceItems.create to add items.

  1. Will this add invoice items to the draft invoice or to the next subscription cycle after the freshly created one?
  2. Is there a better / recommended way to implement this kind of overage charging - something around listening to draft invoice webhooks?
vocal wagon
#

Hi my company is a customer of Stripe and we have the following problem.
Our credit card payment worked without any problems until 01 February 2022 - since a general changeover, the money of customers who buy a ticket from us and pay via credit card, for example, does not reach us and is not debited from the customer.
We use Stripe as part of the event manager tool Aventri (selling tickets at events).
I think it has something to do with the 3D Secure authentication for this payment.
I need help from developers for this process as I can't set this up myself.

#

Hi, do you have an idea why I don't have search  option for subscriptions, invoices etc?

Subquestion: is it possible to get subscriptions by multiple statuses?

vivid parrot
#

Morning All..!! My Question is -

We are implementing an Android POS Application. When we tap the card on the Android NFC reader, it will read the card details and process the payment. It's just like Contactless Payment or Wireless Payment system with Android App but not the actual POS machine. So, the question is -

1 - What stripe API/Terminal or code I can consume to make payment with the card that we tap on mobile with card information
2 - What informs a POS machine will send to stripe so that I can also try to send the same information using server-side node.js
3 - It would be great if anyone could share the exact documentation too

Thanks and appreciated in advance.

gloomy hinge
#

Is it possible to get an invoice for the customer with all of his subscriptions?

final hornet
#

I am getting this error when trying to update branding using API:
StripePermissionError: This application does not have the required permissions for the parameter 'branding' on account ' __________
I set the branding using API but cannot update it....why is that?

bronze vault
#

Hello guys!
I need to hide the CVC part in card element for the security.
Please let me know how I can do so. Thank u!

vocal wagon
#

When using paymentlinks - is it possible to avoid creating identitical customer objects?

quasi pilot
#

Hi, I'm developing a telegram bot, and I've added payments via stripe. I'm trying to add automatic recurrent payments to my telegram bot, but i don't know how. Does anyone have any experience doing this?

feral bobcat
#

Hi, Can I test apple and google pay in testing environment? (with testing keys) I tried but I was unable to display the button itself, somebody told me that the button only works in production environment

magic ore
#

@ Admins & @ Stripe Staff, Hi,

My Debit Card keeps getting decline on all the Websites that I use that has Stripe Payment and I think it might be coming from your end since nothing is going through to my bank and to the companies that I am buying stuff off, Who do I have to talk to help me fix this problem?

grand wren
vocal wagon
#

Hi, I'm developing React Native app that uses setupIntent. I'm using GPay to attach the card to the customer. Everything works fine with Stripe Test Key but with Live Key I'm getting an error "OR_BIBED_01" even though testEnv is set to TRUE, I've seen that the "Going live with Google Pay" docs section mentions that I need to send my apk to the Google - Is that necessary in my case? - We want to test Gpay payments on our closed beta version - Do I need to verify App with Google If I want to test live stripe mode?

hoary crag
#

Hi all, we are having a bit of an issue using the customer portal on our app, the user signs up and it adds them to the trial (without adding credit card details) - it signs them up for a default plan.
The issue we have is when their trial is expired, the customer portal is not allowing them to select which plan they wish to sign up for - how can we do this with the portal?

vocal wagon
#

Hey all, I'm currently working on handling failing 3DS charges on Stripe Subscriptions and was wondering what the advised procedure is for cards that require action on (off_session) recurring charges. I see that both the invoice and payment_intent fire requires_action events, but I'm not sure on which to rely.

#

anyone can help me?

kind mango
#

hi I have a payout.problem. all.my details for bank.are correct except the order the name is put
it should be
TUGCU TEVFIK FERDI
but stripe sends money as
TEVFIK FERDI TUGCU
I tried to amnend this but I can't,and I am guessing that this must be the problem
I need the funds urgently in.my HSBC account would you.pls help.many thanks

#

all details I gave stripe initially are also on correct order,including my profile. many thanks
would u kindly also orovidexa phone number I can call.

#

provide

vocal wagon
willow herald
#

hello from tushar

#

how can i open this view or form in reac-native (mobile)
i want to make connect account for user through this form .

ruby walrus
#

i've asked a similar question before but i'm sorry i'm still a bit confused about customer information vs billing details. is it important that i keep the customer address or billing details address up to date for ongoing charges? neither/both? wondering if i need to devise some message system to update stripe when our database is updated.

queen wren
#

I need some advice. I've got a page that shows or uses among others these information: brand, last4, subscription_status, cancel_at_period_end, current_period_end. Is it better to store these data in the database or keep doing requests to the Stripe API?

iron rune
#

I need some help with the cashout system
It actually worked fine for a year, but since the 1.1. i have some problems with it
Maybe someone can help me with it?

iron rune
noble sage
#

Hello I have small problem with payment intent,

I create payment intent using this:

$intent = $stripe->paymentIntents->create([
'amount' => round((300), 2) * 100,
'customer' => $user->stripe_cust_id,
'currency' => config('constants.currency'),
'payment_method_types' => ['card'],
'confirm' => true,
'capture_method' => 'manual',
'payment_method' => $user->cards->first()->card_id,
"description" => "Payment Charge for " . $user->email,
'receipt_email' => $user->email,
"confirmation_method" => "automatic",
'payment_method_options' => [
'card_present' => ['request_incremental_authorization_support' => true],
],
]);

when I try to increase the amount using incrementAuthorization :

$stripe->paymentIntents->incrementAuthorization(
$intent['id'],
['amount' => 666]
);

it give me error:
Error while trying to confirm the amount: This PaymentIntent is not eligible for incremental authorization because you did not request support using request_incremental_authorization_support when you created or confirmed it.?

I am using laravel framework

sacred crown
#

Hello dev, In my application if their is a case where my buyer receive a defected item and i wants to pause a payouts as i have called the stripe.payouts.create api to send the payouts to my seller.
So can you please help me out how can i pause a payout through the stripe dashboard as it takes some business days to reflect the money to the bank account until we investigate and make a decision.

simple pendant
#

Hello is there an option for the monthly statement that is not excel?

serene ruin
#

Hi Brian,

Our systems recently identified charges that appear to be unauthorized by the customer, meaning that the owner of the card or bank account did not consent to these payments. This means that we can no longer accept payments for Sport Treasures.

simple pendant
#

a PDF for example the problem with excel is it very overloaded.

Is their another possibility that i have it clearer?

tawdry flame
#

Hellooo

#

My acount in stripe is blocked payment, please help-me because I confirmed the account but today it asks again

#

tanks

noble sage
#

evening

let's say I have payment intent authorize (300) USD,
I captured (200) USD and refunded the rest.
the balance_transaction give back the stripe charges on the (300) not the (200)

if I partially capture a payment intent?
How I can know the new stripe charges?

rich steppe
#

Hello all

I'm trying to save credit card to use it for future payments using CheckoutSessions. But I have an issue about 3DS2 required credit cards. When I try to add 3DS required credit card, stripe asks 3DS confirmation in checkout session page. After the add credit card, stripe asks again 3DS confirmation when I try to checkout with saved credit card. I need to checkout custom amount on every month (pay as you use service). I checked stripe rules It's disabled. Is there any way to handle this process?

safe spire
#

Hi! Where do i find the webhook secret?

dense radish
#

what is the quickest way to check if an invoice is the first one of a given subscription?

harsh rapids
#

Hi, I’m planning to use Connect (either express or custom) in Mexico. Do I need to have a bank account in MX? Is it a requirement or can I set up my account without it. It’s going to take me a little longer to get a bank account and so I wanted to know the minimum requirements to create and set up a platform account in MX

idle pond
#

Hi Stripe support -- we're interested in migrating our Authorize.net records to Stripe.

Unfortunately our Stripe Rep has moved on to another role & we've reached out to migration.support@stripe.com, but haven't received a response yet. Is there anyone who can help guide us through this process?

rotund pendant
#

Hello,

I am hoping someone can help me with a issue I am having. What I would like to do is the following:

  1. Step 1: Offer a 7 day trail charged at $7 for customers
  2. Step 2: Once trail completes it automatically switches to a monthly billing model of $30

Is this possible to do via stripe?

gusty fiber
#

Hello, i got a issue with latest invoice.

So the subscription monthly payment fails and after few retries it becomes status unpaid.

After 3 days if i do invoice.pay(latest invoice id) it will pay the one that expired 3 days ago.

I searched for a param for invoice pay to renew the date of the invoice to the time that you press retry.

Do i need to create a new invoice, set it to subscription and then pay it? What do you suggest? Thank you

uneven bramble
#

Hi! Quick question:
Once an invoice is paid, is there a payment confirmation number we can validate?

river nacelle
#

Hi. I tried to clone customer (https://stripe.com/docs/connect/cloning-customers-across-accounts#creating-tokens)
but it step 3 received the following error:
Your account cannot currently make charges. To find out why charge creation is currently disabled, look at the requirements.disabled_reason property on this account

Somebody can help me to solve it?

With Connect, you can clone your customers' payment information across multiple connected accounts for reuse.

lyric wyvern
#

Hello there, i want to know if using a paymentIntent can generate an invoice ?
I'm currently using a setupintent to save a paymentMethod and THEN generate an invoice (because i need one )

slow hedge
#

Hi guys, does anyone know how to fix this issue? I'm NOT using Expo in my app. This issue happens only on Android, I had the same on iOS, but upgrading to latest node & & npm helped me.

harsh shuttle
#

Is stripe's api strongly consistent (payment intents specifically)? That is to say, when reading the status of a payment intent, can it ever be "incorrect" in that a customer has been charged but the status could be read as requires_payment_method?

wintry sentinel
#

My acount in stripe is blocked payment, please help-me because I confirmed the account but today it asks again​

unborn wagon
#

Hello!

Can anyone assist me for a second with how to implement a precompleted checkout? (I am interested in adding the shipping details )

weary vale
#

Hello, I need to change the schedule in which stripe charges my subscriptions, currently it does so in the afternoon and I need it to be at dawn. I would appreciate if someone knows something about this topic.

gusty fiber
#

Hello, i got a issue with latest invoice.

So the subscription monthly payment fails and after few retries it becomes status unpaid.

After 3 days if i do invoice.pay(latest invoice id) it will pay the one that expired 3 days ago.

I searched for a param for invoice pay to renew the date of the invoice to the time that you press retry.

Do i need to create a new invoice, set it to subscription and then pay it? What do you suggest? Thank you.

low belfry
upper pecan
#

hello

#

I want to know if I could instantly transfer funds from my account on stripe

vocal wagon
#

Hi, we have a customer with subscription where the billing method is Send Invoice we now want to update it, so the we charge the customers default credit card, is this possible via the dashboard?

harsh rapids
#

I wanted to follow up on a question earlier. If I use custom or express connect in Mexico, can I use a US bank account for payouts or it must be mxn bank account?

strange solstice
#

Hello everyone, I have a question about the invoice page. After a successful payment, is there a way to redirect the user to a specific page like checkout sessions that we can customise with success_url and cancel_url API parameters? 🤔

slate hollow
#

Hi everyone, how do I get in contact with stripe. I would ideally like a phone call as it’s something urgent

quartz locust
#

Hello,
We have some apps that charge a % fee but some services/items don't have a place to explicitly pass a fee. Is there anyway to pass a default processing fee for stripe connect express on the stripe dashboard, that won't override any defined fees?

cobalt sleet
#

hello, I need help.

#

echa plan the same id refers to that id?

#

it's like price_xxx or prod_xxx ?

#

or others?

misty thorn
#

Hi my beloved stripe fellows! , A check question: I'm trying to setup external account for a custom connected account.

Following this guide:

https://stripe.com/docs/connect/payouts-bank-accounts

So I already created the token with stripe-js + elements for this card.
The createToken returns an ID ("tok_xxxxxx") and an card object ("card_xxxz").

The question is : when calling stripe.accounts.createExternalAccount in the backend , what token should I use the tok_xxx or card_xxx ?

Managing bank accounts and debit cards on your Custom connected accounts.

vocal nymph
#

Helo stripe dev !

#

I have 2 plans in my stripe account (Starter and Pro)
I have a page for displaying subscriptions which allows payment to be redirected when payment is accepted I complete a mysql "plan" column.
But if a payment automatically fails (1 month later) how can I modify this mysql column?Should I curl all users regularly to check their subscriptions ?

weary vale
#

thanks

lyric wyvern
#

Hey guys, is it possible to create an invoice ( and to add parameter for the payment Intent ? ) I would like to add setup_future_usage=true

noble sage
#

evening

I need to help to understand why the card been charged before capture the amount in payment intent API

I create a payment intent and authorized 10 AED:
payment intent ID: pi_3L5u1MBZmWAkNUab1PtqixXs

I didn't capture the money yet I did received a massage from the bank saying that the 10 get deducted from my account.

cobalt sleet
#

hi, about Plans how can I make too many IDs? pls help.

languid tulip
gloomy hinge
#

Hey guys. Quick question. When will be the translation/localization of the invoices api be ready and on the production server?

When you request invoices for the customer you get currently the invoice item list details description in english only. No matter what you select.

This bug has bee already reported some days ago. Any news?

green thicket
#

Hi guys, I want to integrate my application with stripe. In our application we are introducing three type of subscription- PREMIUM, STANDARD, and PREMIUM_MONTHLY. PREMIUM is a yearly subscription whereas STANDARD and PREMIUM_MONTHLY are monthly subscription. I have went through the documentation of stripe to see how we can integrate stripe with our application. There are two approaches given- Low code and custom code. I am using the first one Low code (described in this link--> https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout)
Our business logic is, a user can only subscribe to premium_monthly subscription if he has premium subscription and user can subscribe to premium_monthly anytime in the year of his/her premium membership. And also if customer is subscribed to premium membership then they should not be allowed to buy standard membership. Can you please suggest some way to make it work?

Create and manage subscriptions to accept recurring payments.

vocal wagon
#

Hi Stripe team! We are implementing Stripe in React Native app using Cloud Functions as a backend. Following your Accepting Payment tutorial seems that there is no way how to integrate discounts (promotion codes) into the flow. We were checking documentation for PaymentIntent but it doesn't have support for that. Then we check documentation for Client and is seems that discount could be added only for recurring payments.

Is there a way we could link Promotion Code to Payment Intent or to Client? Or in other words, is it possible to include promotion codes in our React Native app checkout flow?

#

I have a platform with Stripe Connect. Does each vendor need a tax software account like stripe tax or Taxjar? If so, can this process be combined with their onboarding/sign up?

dark jacinth
#

My employer uses you for instant pay. Whenever they give money it takes forever for the money to become available in instant pay. What can I do to fix this?

floral crown
#

how do you save business_name to a stripe connect express account on creation through the API? currently just passing email but want to take a users name as a second param. is this even possible if the account type is individual?

sharp gorge
#

Is there a way to get an invoice, and mark it as paid from the payment mode payment in a Stripe Checkout session? I was thinking about using the checkout.session.completed event to generate an invoice (for internal use) but I didn't want to charge our customers twice by accident or something along those lines.

signal wave
#

Is there an API available to retrieve current effective Stripe fees (i.e. Credit Card 2.9% + $0.30) ?

ornate kettle
#

Hi guys,
I am connecting to Stripe using API's in Boomi (Integration Middleware), when I am pulling the Payment_intent object I see the object definition to be different in Production and Test. Has anyone else encountered the same issue?

cloud zephyr
#

👋 I was wondering is there any documentation that mentions the thresholds for application_fee_amounts? I know of Maximum / Minimum charge amounts docs: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts but wondered if there was something similar that applied to application_fee_amount. For example is it possible to make a charge with an application_fee_amount of £0.25p or does the application_fee_amount need to be above a certain threshold

quartz jetty
#

Hey guys. We have encountered a few cases (out of hundreds) that on PaymentIntent's don't call the redirect callback for 3D success, even though the payment was indeed successful. Any idea why this would be happening?

cursive nimbus
#

Hi Stripe! My team will be utilizing the transaction-created param (linked here: https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-created) to create a "statement" of the prior week's transactions for our clients. The transactions will consist of charges and transfers so the net balance of those transactions could be positive or negative. If the net is positive, a scheduled payout would occur. If the net amount is negative, I'm not sure if there's an event that occurs. Is there any type of event or identifier to know what transactions are included in a prior week's statement other than referencing the transaction's created timestamp?

ruby walrus
#

our account is "gated" (stripe word) to use automatic bank account verification instead of microdeposits or "instant" verification when we use a verification method of "skip", but when I use a known closed account in a setup intent in this way, it still succeeds. do i misunderstand how this is meant to work?

sonic venture
#

Hi Everyone, looking for ON24 Webinar or Zoom Webinar platform and Stripe integration solutions

gaunt furnace
#

I am using Zapier to send webhook to Active Campaign, I am using the event customer.subscription.created to start the automation, but today I had a user that got their payment blocked (because the CVC number was wrong), and the event still happened. What can I do to avoid the event from happening if the payment is blocked?

misty flicker
#

hello there, need help on transaction statement

vocal wagon
#

Hello there, need help because my Stripe account haas been hacked. Any contact ?

midnight lintel
#

I'm looking at a bank account listed for a customer and the ID starts with "pm_" instead of "ba_" why is that? What does that mean - does that change anything? We also got an error when that customer tried to pay a connected account

fair maple
#

Hi there, I usually get daily payouts via Stripe but there is a five day gap now until my next payout… can anyone help explain this?

inland thorn
#

Any way to force 3DS on all payments
And decline cards that do not have 3DS security
Just received 2 bs chargebacks total 360$ loss plus 2x15$ in chargeback fees

#

i couldnt find any api info on this

#

maybe im blind

ivory field
#

i need help with my invoice thru stripe, havent got it and need help to get it.

timid spoke
#

apart from the customer id, do you recommend persisting any stripe objects in the application db?

near geode
#

hi! I set up a wordpress stripe donation plug in several months ago. I'm just now finding out it may be set up wrong. How do I figure out which account it is going? The email on the plugin isn't registered with stripe. I have user ID and public key

crimson viper
#

Uh

#

Your plugin should have asked either for you to login into stripe or to provide api keys

near geode
#

Someone else may have tampered. I really hope not.

crimson viper
#

There are api keys ?

near geode
crimson viper
#

Ok

daring lodge
#

adeang47 - saving stripe ids

#

zannad - wordpress donation

vocal wagon
#

Hello! I have an urgent question; how can i create a subscription to connected accounts, BUT for mobile app? Because i read the documentation but I can't find the option for in-app payment that generate a subscription (moreover I need this for connected account) thank you so munch

untold valve
#

Hi guys, a quick question - we are on a platform account and one of our customers want to use promo codes. If they set them up on Stripe dash and are using Stripe UI Elements - do then need additional API response prior processing a payment with a promo code or the UI Elements handle the promo code verification?

daring lodge
#

bryana - promo codes

trail haven
#

can someone give me some advice on the Verify your users’ identity. i have been watching the videos i have the buttom. i have the verifcation page. but i its not connecting. been trying to do this for 6 hours. lol

#

i have watch the videos did the doc step buy step. but i do not know ruby and can not see wjhy it not connecting

#

there only two html files. if i can send them to you and you check to make sure they connect i be greatful.

woeful tiger
#

Hello 🙂 I'm trying to look up pricing details about FX fees for Stripe Issuing transactions that are not in USD - but wasn't able to find anything clear here

soft gale
#

Hi,

Is it possible to swipe customers license and check if they are 21 using the stripe terminal readers?

I’m trying to verify the customer is 21 before selling alcohol products in stripe.

rare bison
#

Hello. I'm trying to setting Stripe module payment at Magento 2.4.3-p1 version. But, i cannot enable installments in credit card option on checkout page. Could you help me?

old zenith
#

I was away from my computer for a period of time while the stripe CLI was idle listening for webhooks on localhost(forgot to shut it off). I came back and there's a slew of SetupIntent events being created. Any idea where they originated from? My app doesn't have anything related to creating setupIntent. Is this malicious?

analog cipher
#

Does the checkout.session.completed event fire for delayed payment methods?

hexed coral
#

Hi! Do stripe payment elements support discount/coupon codes like checkout does?

vocal wagon
#

Hi, does stripe have the ability to charge late fees on overdue subscriptions?

undone torrent
#

is there a way to turn off proration for subscriptions from the stripe dashboard

wind ether
#

Hey, I got a question about my account balance. The available card balance for my account is a negative 10.21. I have only made 1 credit card payment back on December of 2021 for $484.88. I did a transfer to a connected account for $470.52 (charge amount minus credit card fee. Why do I have a negative balance ?

mossy ginkgo
#

Does anyone know how to set up a Coupon for a Checkout Session that contains a price with metered usage? The metered usage is billed at the end of the month, so setting a Coupon's duration for 1 month doesn't apply. Setting it for 2 months applies the discount to the rest of the invoice of month 2, which is also not what I want. Any ideas?

twin tapir
#

We are using hosted invoices. We are interested in offering Klarna payments. We were told at the beginning of the year that hosted invoices + Klarna was not an option at the time, but that it would be available by the end of Q2. Are there any updates on that front?

sullen crane
#

hello, i am having issues with an employee setting up her profile. says sign up for account with chase instead of add current account

#

Can post in other thread. My grandchild hit my laptop before i could authorize my identy and agree to terms

#

cant*

#

yes

mighty hill
#

Can you reply in the thread above please? Not here?

quick reef
#

I would use a payment link in Stripe for making payments on my web service.
So I am looking for a way to identify which user paid with that payment link.
Do you have any good ideas?
And, apparently, payment links can be generated from the API, and the way to generate them from the API is to store user data in the link's metadata.
It doesn't seem like it would be a good idea to hit the API to generate a payment link every time a payment is made.
How about this?

dry lava
#

Hey Friends, I'm trying to set up our new WisePOS E, and so need to create/upload an app for it.

I'm using homebrew-installed stripe version 1.10.2, with apps plugin 1.2.2 . When attempting "stripe apps create tcps-payments" I get:
Usage:
stripe apps <resource> <operation> [parameters...]

Available Resources:
secrets
[.....]

I also get the same thing when doing stripe apps upload

dry lava
gloomy hinge
#

Subscription charges over the product price on quantity update?

Does anyone have a short free time to check this Request req_Q9EHNHJZqofLKt for my updating subscription on sub_1L5yG1Ha5WPIKK5ItMqjwU19?

The last invoice in_1L5yxcHa5WPIKK5I5WLh05IG says it charges the customer for 189,06 EUR where as one item is 189,00 EUR.

I update the quantity with this params:

lament delta
#

Is there a way to use ACH Debit and Cards for subscriptions?

#

I tried setting payment_method_types in the payment_settings of the subscription.create method, but still only get a card in the payment element

hazy shell
#

Is the order of the payment methods shown on the Payment Element based on the address on record for the Customer object used to create one of the intents? If so, what order do the payment elements default to if the Customer object does not yet have an address?

vocal wagon
#

Hello everyone, I'm fairly new to integrating stripe and I feel like I've hit a wall running into this error when redirecting to stripe's checkout session. I've run through the docs and couldn't figure out where the issue is coming from.

"message": "Unrecognized request URL (GET: /v1/payment_pages/cs_test_a10s5B0LWLBhOw7BiGz9Seu3yu1zwSE2sNg02UXMAcEX8hzofq4wBGgdCN/init). Please see https://stripe.com/docs or we can help at https://support.stripe.com/.",
"type": "invalid_request_error"
}```

I get this error when I use ```res.redirectToCheckout({ sessionId: data.checkout.session })```. However, if I log the session data and use the URL provided it links just fine. Any reason why redirecting this way causes problems?
stiff yew
#

When someone puts in their card to pay do I still have to do the “create payment” and input the amount and such?

limpid current
#

So, if I send an invoice to a customer via email and the email address is no longer valid, will Stripe notify me that the email bounced?

dusky sluice
#

Hi - I built a variable gift tool with Stripe Checkout via a tutorial CJ Avilla did on YouTube using Replit. It was working for months, but a teammate who is no longer with us made some change and it broke. It's no longer creating the Stripe session, though I reverted to the original, working version of the code.

Can you see what's going wrong? Not sure if it's replit being weird or something, which has happened before.

Here's the code:

`const express = require('express');
const app = express();
const { resolve } = require('path');
const stripe = require('stripe')(process.env.STRIPE_SECRET_KEY);

app.use(express.json())

app.get('/', (req, res) => {
const path = resolve('./index.html');
res.sendFile(path);
});

app.get("/success", async (req, res) => {
const { sessionId } = req.query;
const session = await stripe.checkout.sessions.retrieve(sessionId, {
expand: ['line_items']
})
res.send(session);
})

app.post("/create-session", async (req, res) => {
const { donationAmount } = req.body;
const session = await stripe.checkout.sessions.create({
payment_method_types: ['card'],
shipping_address_collection: {
allowed_countries: ['US', 'CA', 'GB', 'AU', 'NZ', 'CH','NO', 'NG', 'KE', 'IE', 'IL', 'GH', 'FI', 'FR','DK', 'BR', 'BH', 'IT', 'SE', 'SS', 'ES', 'MX', 'KG', 'LU', 'JP', 'IN', 'ID', 'IS', 'DE', 'GR', 'NL', 'PR', 'PH', 'PL', 'BZ', 'JM', 'KR', 'GL',],
},
success_url: 'https://www.seedsgives.com/thanks-for-giving',
cancel_url: 'https://www.seedsgives.com/thanks-for-giving',
line_items: [{
price_data: {
unit_amount: parseInt(donationAmount * 100, 10),
currency: 'usd',
product_data: {
name: 'You will receive 100% of the value of your gift in SEEDS in thanks.'
}
},
quantity: 1,
}],
mode: 'payment',
submit_type: 'pay'
})
res.send({ sessionId: session.id })
})

app.listen(4242);`

jovial tinsel
#

Hello, I am in need of assistance in removing Stripe connect express accounts as the server or administrator. I believe this happens in the metadata using my api secret key, but i'm not sure what I place in the "key" field and what I place in the "value" field. Any help would be appreciated.

vocal nymph
#

Hello guys, I set up a webhook on my server that listens to customer.subscription.update.
On my stripe account I have a return code of 200 and everything is working fine

#

but i need name plan and in the request :

#

"nickname": null,
"product": "prod_LdMfrAJlqLKw1g",

golden saddle
#

Hello Team! Does Stripe offer any loader-type element? We are finding it slow to process the charge at times so need to have a loader show while it's processing.

#

Also, after a user enters their credit card details, how do I make it so that it automatically masks the credit card details? Using Stripe payment elements.

opal idol
#

One question-Is it possible to send money from my stripe account to another user's stripe account?

plain karma
#

Hello!

If account.getChargesEnabled() == false

// stripeAccountId = ChargesDisabled

RequestOptions requestOptions = RequestOptions.builder().setStripeAccount(stripeAccountId).build();

Will the Session.create(params, requestOptions) request fail?

severe marlin
marble compass
#

Hi folks, keen for any feedback on this plan regarding Card -> Payment element refactoring

If you start a thread i'll post more info in there as to not clog up this channel

white cargo
#

How to generate subscription and one-time payment in the same payment

#

Can someone help me?

#

I can't find any instructions in stripe docs😭

cobalt sleet
#

Hi, pls help. is it supported to make a test? How do I operate to be safe if I fail afterwards.

dry hatch
#

maschera-SUb

cobalt sleet
#

hello, pls help me.

dry hatch
#

@cobalt sleet let's continue on the thread

gleaming gale
#

Hello all, just wondering if I can get some clarification around multiple transfers and waiting for the funds to become available, when using Stripe Connect to transfer funds between connected accounts. We currently have a scenario where we need to create multiple transfers from a single PaymentIntent. I can't use the
TransferData = new PaymentIntentTransferDataOptions { Amount = 877, Destination = "{{CONNECTED_STRIPE_ACCOUNT_ID}}", },
as part of the payment intent create options, as I need to define multiple connected accounts. So what I'm doing is waiting for the PaymentIntent.Successful webhook event, and then creating the transfers at that point (using a transfer group), however when I submit the Transfer to Stripe, I get the following message: You have insufficient funds in your Stripe account. One likely reason you have insufficient funds is that your funds are automatically being paid out; try enabling manual payouts by going to. Is there a way to tell Stripe to only process the transfer when the funds from the PaymentIntent have been cleared from the temporary account?

woven crag
#

Hi, i am using stripe future payments element, is there any way to give option to make it default, so that user can select it and make it default payment pmethod

tough cobalt
#

Hello, I see a renewal invoice on my end where the invoice was supposed to be generated and attempted at May 1st, but actually ended up being finalized on May 31st (even though it was created in draft state on May 1st). This is a bit unexpected since the user is on a monthly subscription and ideally their renewal shouldn't be attempted after a month. For convenience, here's the invoice that I am talking about: in_1KuomQDuowMsFSZJ0iyzucto

Just wanna know if this is normal behavior

sweet fjord
#

Hi, I am trying to create a subscription with billing cycle anchor to 00:00:00 of first day of next month. This subscription has metered pricing. I am observing error - billing_cycle_anchor cannot be later than next natural billing date (1656650050) for plan; request-id: req_3Gc193ZM4qkhEp", "details": "com.stripe.exception.InvalidRequestException: billing_cycle_anchor cannot be later than next natural billing date (1656650050) for plan; request-id: req_3Gc193ZM4qkhEp This doesn't make sense to me. Today is 1st June (in PDT tz) , so natural billing date should be 1st of July right? But it say the natural billing date is June 30th ~ 10:00 PM. Can you please explain this to me

golden cosmos
#

arvindkgs-subscriptions

split sequoia
#

Hello~ May I ask some questions?

carmine roost
#

Hello guys!

currently, I'm integrating a stripe payment gateway and it completely works using cards! but I want to use bank account transfer like users add their bank account number and authenticate, transfer funds to admin.

Does stripe support a direct bank transfer method for the UK specific?

unreal gale
#

Hello! Quick question; I was testing our Stripe payments with a WiFi card reader and now the test card is being declined with withdrawal_count_limit_exceeded; Is this expected for the test card? If so what do I do to fix it?

vocal wagon
#

I have a problem with the invoices with a client, the invoices are created with the automatic payment mode deactivated.

pure crane
#

Hello,

I would like to modelize annual cotisation. I wonder if I should have multiple product or multiple prices.

Base price cotisation: 100
Per extra price: 20

We cannot have extras without paying the base.
We can have as much extra as we want.
When the customer change extra number, the total cost of the subscription change.

Exemple customer 1
Base price + 0 extra = 100

Exemple: customer 2
Base price + 3 extra = 100 + 3*20 = 160

I wonder if I have to create model 1 or model 2 ?

Model 1:
product A
-> price base cotisation
-> price extra

Model 2:
product A
-> price base cotisation

product B
-> price extra

Thanks

dusk spear
#

Hello, I have a question. I am writing a new payment integration with 3rd party service (proxy) that is using Stripe as a base for their payments and I have this use case :
We are creating a payment intent via API using
curl https://api.stripe.com/v1/payment_intents
-u sk_test_4eC39HqLyjWDarjtT1zdp7dc:
-d amount=2000
-d currency=usd
As a result of that request I am getting only client_secret(Payment intent client secret). Now I need to capture that payment and add all card details to it. What is a best way to do it without using stripe.js SDK?

golden cosmos
#

gabgab-subscriptions

azure hatch
#

Hello, right now im integrating stripe to ReactJS. but i still confuse how to integrate it. Does stripe have github or repository for integrate stripe to ReactJs?

vocal wagon
#

Hi guys, I'm developing an React Native app and I've wanted to use Google Pay button to pass the GPay verification, so I've used GooglePayButton from docs example - https://stripe.com/docs/google-pay?platform=react-native
But button is not up - its just invisible - I've set style property to style={{ height: 100 }} - and I can see that something renders cause spacing between neighboring elements increases. I've switch to iPhone simulator and ApplePayButton - and it's also not showing up. Do I need to configure something else? I've seen that other "not-official" RN stripe packages require WebView for button to work. Is that the case with stripe-react-native?

Learn how to accept payments using Google Pay.

#

hi Guys, I am developing react-native app where I need to on-board merchants via Stripe express. I am stuck on the redirect URI. How do I create redirect URI so that it comes back to the app once user is on-boarded?

#

is there an example for react-native to create this redirect URI ?

golden cosmos
#

dawidzawada - GPay

smoky pasture
#

Hello all

#

I have a problem with a webhook and looking for help

misty hornet
#

Abhi_redirect

visual hawk
#

[Subscription] Can we still get the email reminder from Stripe after cancel the subscription at the end of the period?

golden cosmos
#

xfechx-webhooks

hoary wasp
#

What’s the difference between client only and server less

velvet bridge
#

Hey all, I have servers from different regions in the world, how can I divide the webhook events for each regain?

visual hawk
#

how can we get the last expired subscription via API?

cobalt trench
#

👋 Hey morning, I have aquestion about subscription cancellation

in the app I am working on we implemented the subcription cancellation so that the subscription will end at the end of the billing period. during the time from when the the user cancel the subscription and when it actually get cancelled the user can consume some extra products that normally they would have been charged at the subscription cycle as an extra line item. How can I charge those product when the customer.subscription.deleted is sent? (we don't have an invoice there where to attach a new line item)

zinc goblet
#

Hi guys, we have such an application, we create events in it for which people can donate and support people with disabilities, donations are made using stripe.
And I have a question about how we could make it so that Stripe could see for which event what amount of money was donated. We are doing development on Java Spring and React Native for mobile.

green lava
#

hello guys

#

We're using Klarna via Stripe and found out we have a few incomplete orders

#

Is anyone familiar with such issue?

#

We are using Funnelish as the plateform for our website. We checked in the backend and it is connected correctly. Also chcked on Stripe and everything is connected correctly

#

We are only having issues with klarna payments

#

Some Klarna transactions were successfully completed

#

so not sure why some are successful and others arent

hexed lance
#

Hello, I have some questions regarding bank transfers and regarding Stripe Terminal smart readers with IPv6

meager hawk
#

zhanarbekdev-donations

pure crane
#

Hi,
i'm using manual tax.
I have set 2 differents tax rate.
Now how can I retrieve the tax rate related to a product tax_code ?

visual hawk
#

[Subscription]

How do we extend the period of the subscription with the same Product & Price?

Ex: UserA subscribe productA 10$ monthly (will expired at 31/Jun/22). And at 15/Jun/22, the UserA want to extend their period of the ProductA since their Card will be expire soon.

meager hawk
#

gab-tax

woven crag
#

Hi, i am using stripe future payments element, is there any way to give option to make it default, so that user can select it and make it default payment pmethod

bright holly
#

Hi, I was wondering wether it’s possible to create a tax rate for a connected account. I would like to create a direct checkout session for the connected account and to my knowledge I need the connected accounts tax rate for that. Right now I am working with destination charges and am using our platform accounts tax rate. I would like to use direct charges for our new product though, so the connected account is responsible for stripe fees as we do not take application fees for those transactions and it’s hard to estimate stripe fees via application fees in destination charges. Thanks for your help!

foggy badger
#

Hi. How can I complete subscription using PaymentIntent? I am creating a payment flow, confirming payment and creating a customer and associating a subscription plan.
Now I create a paymentintent and use confirmCardPayment to confirm the payment...once confirmed, I create the customer and the subscription (but 2 paymentintents are being created, the one I create and another one from the subscription).

real pollen
#

Hi, im trying to access the receipt download link "https://dashboard.stripe.com/emails/receipts/invrc_xxxxxxxxxxxxxxxxxxx/pdf" through the stripe API.
I have managed to get the invoice_pdf URL that let me download the invoice pdf. I have also managed to get the receipt_url on the charge object. However this link only redirects to a stripe hosting site for downloading invoice and receipt. Is it possible to retrieve the download link for the receipt pdf?

grim palm
#

After one time payment process, stripe is not create an invoice directly. We need to create invoices for share our customers and accountant. Is it possible?

exotic mulch
#

Is it normal for 5/100 customers (or even higher) to input the wrong shipping address? Apparently google autofills the wrong details into the stripe hosted checkout. Is there any info about this?

urban summit
#

Hey there !

#

Do you know the best way to test invoice.upcoming

trail haven
#

hello and good morning. question. i am using stripe identity verifaction when it open on my computer it changes sizes. however when i open the link on my phone it does not adjust. anything i can do about it?

#
  1. i also notice that if i copy the link or the code to add to another page it no longer works any reason why?
slate hatch
#

I'm about to implement subscription-schedules with multiple phases but I'm not quite sure how to deal with the current phase. Why phases dont have unique identifiers or in other words, how can I identify phases in a deterministic way? How can I set the current phase to end after the current iteration? Is it possible to delete upcoming phases that have not started jet? ( @waxen spindle, we already had a talk about this/a related topic 🙂 )

limpid scaffold
#

Hello!

Is there any way of doing unit tests, by mocking stripe classes (in PHP lib)?

carmine creek
#

Hello !
I'm using the stripe api with the php library and I would like to change the locale language in French. Is it possible ?
tks

bright fog
#

I believe my account was hacked and 2FA was implemented and can’t access ny account. Please advise how this can be resolved?

peak sparrow
#

Hi, morning, I need to update a price for a product, but old subscribers to that product need to pay the amount of the new price. Can anybody help me?
I'm using PHP lib

simple berry
#

Hello,

Is possible to create radar rule to ask more information on checkout (like address, country) based on a Rule?

For example, if the the name did not match with the email, or something like that.

kindred pine
autumn coyote
#

Hi, i'm wondering if you have to own a business in order to start accepting payments with "mee6 + stripe role subscription)

narrow vine
twin hamlet
#

Hi, related to Stripe Connect. Connected Account Oauth response is not returning any parameters, just redirecting to configured URI while in the DOC it specifies the following (img). Any reason we are not getting any params? not even an error message? No logs either in stripe dev dashboard. Thanks in advance.

serene heron
#

Good morning to y'all, I have a question.
Is there a way to get the data from Stripe Payment Element to add a paymentMethod and then, get the ID from that paymentMethod?
I found this to create a payment method, just we want to use it with real data Stripe Payment Element.
Is that possible? or there is another way to do this?

pulsar maple
#

hello everyone I have a question about the full client-side stripe checkout. Is there less security with that ? I mean it's the client that get the response and not the server. Also the id of the product are revealed yes but is there a problem with that ? I would like opinion on that please !

vocal wagon
#

Good morning community, maybe you can tell me if stripe allows deferred payments with credit cards. Example payments for 3 months.

still spade
#

Hello - is there a built-in way to retrieve a time stamp of when an object was last modified? For example, I only see the timestamp for "created" on the customer object. Hoping to pull data for just objects updated within "x" amount of days using a greater than function

vocal wagon
#

Is there a way to determine how many decimals each currency has? to calculate the integer amount for an invoice?

idle blaze
#

I'm doing a subscription implementation much like how for example all the popular streaming services does it. The user picks a subscription plan, after which the user goes to a page where we collect payment details. When the details are collected the subscription is started with a trial, cancelling before the trial is up does not charge the user. Using the standard subscription flow is kind of problematic because the subscription must be created before collecting the payment details, so I was advised that setup intents is the way to go. And that was rather smooth to setup, just attach the customer ID & subscription plan to the setup intent, collect details for the setup intent with elements.

This triggers a setup_intent.succeeded event to the webhooks, in that webhook I can then check the create the subscription by retrieving the customer ID & subscription plan from the meta data. This also works, but the problem is that by the time the subscription is created & finalized the user has already been sent to the return_url of the elements form & at that point the subscription is unlikely to have been created, so from the users point of view the subscription hasn't been created, and he has to hit F5 to reload the page.

So ideally I'd like to hook into the flow on the JS side of things here, like instead of having a return_url I'd want to have a callback with the setup_intent object after the payment details has been fully collected. From that callback I could then do another call to our backend with that completed setup_intent where I create the subscription, that way it would seem to be possible to make sure that the front end can encapsulate the whole flow up until I either get an error at some point or I can guarantee that the subscription is successfully created. This however doesn't seem to be possible so I'd love to get some points on how to best handle this kind of use case in Stripe.

slender nexus
#

Hi

#

Is there a phone number to call for customer service

karmic vale
#

Hi! I'm working with the Stripe Terminal SDK using a bluetooth card reader. We ordered a physical Stripe test CC, but when I attempt to use it I'm seeing the following logs (Android):

class=BbposTransactionListener message="onRequestDisplayText NO_EMV_APPS"
class=TransactionManager message="handleTransactionResult EMPTY_CANDIDATE_LIST"
class=TransactionStateMachine message="onStateChanged: PAYMENT_PROCESSING -> PAYMENT_COMPLETE: Failed to collect: NO_MUTUALLY_SUPPORTED_APPS"
class=TransactionStateMachine message="onStateChanged: PAYMENT_COMPLETE -> COLLECT: Collect failed"

I can't find anything in the docs or online about any of these errors, so any insight would be greatly appreciated. Thanks in advance!

golden spade
#

I'm going through https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements&card-or-payment-element=card-element and I'm unsure at which step alerts about card errors (declined, etc) should be displayed, using e.g. card numbers from https://stripe.com/docs/testing#declined-payments. My implementation currently seems to allow 4000 0000 0000 0002.

Create and manage subscriptions to accept recurring payments.

Simulate payments to test your integration.

trim wraith
#

Hey team! I've read through the docs (https://stripe.com/docs/billing/invoices/subscription#adding-draft-invoice-items) and did some searching here in the channel but couldn't find the answer to this question; when listening to the invoice.created event, and after adding invoice items, is it recommended to manually finalize the invoice instead of waiting the 72 hours? Or does "adding invoice items" count as "a response" or do you prefer a 200 after adding invoice items?

Learn how to manage subscription invoices.

copper reef
#

devsontap-terminal

vocal wagon
#

is there any way someone can point me in the direction of how id have stripe that can send a webhook to the products service then saves the data to a DB, or someone than could help me with that as im not that good at web developement

rancid parrot
#

If I used the Charges API to create my Customer does that mean I can't use the Payments Intent API to create charges? Because I'm getting a
Unknown error code: payment_intent_unexpected_state error when creating a Payment Intent and this is the only reason I can point to as to why it might be happening 🤔

gritty shoal
#

Hi there! I’ve been trying over the past few days to get my Stripe Checkout Demo to work. So far, I’ve downloaded the checkout-one-time-payment example from the GitHub using the Stripe CLU and then running it using npm. Following this, the application will not reach the next step. Am I missing something?

When navigating to the site it says: localhost refused to connect

fair viper
#

Hello! is they any information available on integrating Risk insights through API in web application using .net?

topaz forge
#

If we do not complete our Stripe information until tomorrow, our Stripe account will be closed, but the documents we send are not accepted, what should we do?

vocal nymph
#

Hi guys, i have an endpoint on my server and i have activate webhook for only customer.subscription.update. I receive one response when one user subscribe one plan but if the user cancel i don't receive webhook

fickle coral
#

Hi, I have a question about events. Is there any scenario under which a price being created would not produce a plan.created or price.created event? We have one price from last year where this is potentially the case. For context we are periodically polling for all events and saving them and we don't seem to have any obvious time gaps, although it's possible we somehow missed them. We're also a connect platform and the price in question was not created by us, but rather by the connected account

boreal egret
#

Hi, I can't get into my account and they wanted proof tried uploading passport said not good enough then drivers license and they have emailed saying no use!!! can you advise please

weary inlet
#

Hey guys, I've a product created on Stripe's dashboard with meta data. I've also generated the payment link through the dashboard, once the payment.intent is succeed, a webook sends data to my api. That part is working, my issue is, I'm not getting the Meta data for the product, neither I get the product id. Is there a way around that?

shadow shuttle
#

What permission do I need in order to retry a webhook on a stripe connected account? I am getting a 400 status code with this error webhook_endpoint_connected_configuration_not_allowed

random magnet
#

hi quick question, on the stripe connect for 3rd party merchants, how can I adjust the "fee" we want to collect for the transaction? Is there a universal setting or is it independently for each merchant?

zealous solstice
#

Hello! I just want to ask about the recurring subscription. I understand that a single subscription can have a maximum adjustable quantity of 19,980 (20 line_item X 999 max_quantity_per_line), where quantity can be equated as per seat. If I have a customer (e.g., an Organization) who wants to subscribe for 20,000 seats what will happen is that I need to create 2 subscriptions. Is this the proper workflow or do you have any other way? What we wanted is to have a single subscription that could accommodate more than 20,000 seats. Thanks ahead for the help.

half sierra
#

Does stripe have a credit card reader for kiosks?

still spade
#

re: retrieving-updated-timestamp, if you put a timestamp in metadata, why can’t you then sort with that time using a < or > function? For the use case of wanting to keep track of the last time that object was updated

unborn wagon
#

Guys were do we ask questions in the Q&A?

slate elbow
#

assuming you're talking about stripe apps

unborn wagon
slate elbow
#

yep

unborn wagon
#

thanks!

slate elbow
#

np :)

vocal wagon
#

Hi, I've been photographing a document differently 10 times and uploading it, but it always rejects it. Why is that? Can you help me?

mighty frigate
#

I am currently using Stripe's hosted invoice page and I am trying to save ACH payment information, not card information. Do you know if, through the invoice workflow, without creating or using payment intents, can I save the ACH bank account as a payment method?

unborn wagon
#

can an admin point me out to CJ Avilla from Youtube? Would love to pick his brain on invoice generation from one time payments.

magic berry
#

hi all, i'm encountering an issue which seems a little buggy. here's what i'm doing (in our Stripe test account):

  1. creating an invoice off-session and attempting to pay
  2. card requires 3D secure, payment intent goes to requires_action
  3. customer logs into app and changes their card (which detaches the previous card)
  4. payment intent is still in requires_action, but when trying to call stripe.confirmCardPayment() it fails since the payment method is now detached. now the payment intent is in requires_payment_method.

i would expect the intent to go to requires_payment_method as soon as the card is detached from the customer. i was hoping we could trigger 3D Secure prompts in app based on a payment intent in requires_action but this means that wouldn't work 100% of the time

gloomy hinge
#

How can I resolve this Invoice Item il_1L5vk7Ha5WPIKK5I3rzywZmO to a remaining item description to parse it by myself. (Because invoices description is not localized).

For the Unsued time I can check for the item.prorotation value, but which properties do I have to look for to get the translation for "remaining time on businesss after 01 jun 2022"?

vital remnant
#

am getting notices that payments are being collected, but not showing up in the bank

#

Payment Date Record Type Record Id Client Account Payment Amount Net Received Payment Method Payment ID
05/19/2022
Invoice
39
KEVIN HALL
KEVIN HALL (450HAL)
$22,874.50
$22,869.50
ACH Transfer
py_1L1CDQC2o11uyCcKXWfhcqpd

#

this shows up in the application, but no cooresponding deposit into the bank

surreal temple
golden spade
#

I have a question about subscription prorating (I'll wait for the thread to flesh it out)

mint knoll
#

I have a couple of questions regarding Stripe negative balance. Does Stripe try to debit from incoming payments first or do they just reverse the full payment amount that failed?

hazy shell
#

When using the Payment Element, do we have to handle this case?

https://stripe.com/docs/js/payment_request/show

My Apple Pay was working for me a while back and is currently working for someone else but not for me. For me, this error came up:

IntegrationError: show() must be called from a user gesture handler (such as a click handler, after the user clicks a button).

Since it works for someone else, I'm wondering if there's something about my device that could cause this. I'm on Safari 15.5 and the other tester is on 15.3.

tulip abyss
#

Hey Everyone! I have a question about how I need to set up the webhooks for the connected accounts. I read the documentation page and saw in the dashboard I can create a webhook that applies to all connected accounts. If I create a webhook that way does it only apply to the connected accounts and not the platform account or does it include the platform account (my assumption is the latter)? Also I see I cannot update the existing webhook to set the ‘connect’ property to ‘true’ based on the documentation.

Based on the above, my guess at the approach I need to take for this is that we need to create a new webhook on the platform account with the apply to connected accounts checked and then disable the existing webhook. We would also then need to update our environment variable for the webhook key to use the new key associated with the new webhook.

Is the above the correct approach? I am mostly asking because I was hoping there was a way to just update the existing webhook and be able to continue using the same key to keep the deployment steps and coordination minimal.

twin tapir
#

Hi Stripe. We issued an invoice, and payment was made via ACH. But, it appears that we are missing a webhook to capture the payment and associate it with the invoice. In the dashboard, I see that the ACH payment method is chargeable. Is there a way for me to charge the payment method via the dashboard, or should we use the curl call here: https://stripe.com/docs/api/invoices/pay ?

ruby walrus
#

do automatic card updates update only the card itself or can they also update the billing details?

mighty frigate
#

How do I send a test ACH credit payment to pay an invoice? Is there a way in the Customer Dashboard portal to make an ACH credit transfer?

surreal temple
mighty frigate
surreal temple
open kraken
#

When I enable the "Tax" module from the account settings in test mode, does it enable it for non-test mode as well? I just want to be sure that I can play with it in test-mode before doing for real.

winged tide
#

Are there specific cards that will fail paymentIntents? we are using the always blocked test card but the transaction is going through even when passing in confirm=true @raw roost

lavish bronze
#

Hi there - I'm attempting to integrate Stripe Link using the new JS PaymentElement. Is there any way to prevent duplicate payment methods from being saved? Previously we had used stripe.createPaymentMethod() on the client and then compared the paymentMethod fingerprint to existing payment methods to prevent duplicates, but looks like we need to use setupIntents and stripe.confirmSetup() with the new PaymentElement? Looks like duplicate Link and Card Payment Methods are now being created with stripe.confirmSetup() -

lofty frigate
#

Quick question: it's not possible to accept MOTO payments using the prebuild Checkout correct? It can only be done using the custom payments API?

mighty frigate
#

I am currently using Stripe's hosted invoice page and I am trying to save ACH payment information, not card information. Do you know if, through the invoice workflow, without creating or using payment intents, can I save the ACH bank account as a payment method?

Currently, after creating an invoice with stripe.invoices.create(), the user goes to the hosted invoice url and logs into their bank account, which they use to pay the invoice. When I generate a second invoice for the same user with stripe.invoices.create(), and the user goes to the hosted invoice url to pay the invoice, they have to log in and authorize their bank account information again. How do I save the user's bank account information the first time so they don't have to log into their bank account again when paying for the second invoice?

Here's a sample invoice: in_1KouH5KzesOjmaysXn6XJggS
I paid it 3 days after this invoice (in_1KoBlcKzesOjmaysgA39Mhnz), but was required to log in through my bank account even though it says it was linked in the first invoice

brisk relic
#

Stripe elements credit card autocomplete / auto fill not working in hybrid Ionic mobile app iOS
I am using Stripe elements to collect credit card details. If I deploy my Ionic app to web it works fine on iOS safari and offers to auto fill with my saved credit card as expected. However if I deploy the same app to mobile it does not offer auto fill on the same device.

I'm getting desperate, any suggestions?

tepid peak
#

Hello, I'm a complete noob when it comes to backend and I'm just trying to set up this prebuilt checkout with Intellij: https://stripe.com/docs/checkout/quickstart. I followed the readme and built the server, but when I run it I get an error saying "no main manifest attribute" I know it's probably some super stupid easy fix but I've been googling for hours and hours to no avail, can someone help please? 😦

worn quail
#

Hello, Issuing Platform question that I'm hoping someone can help with. We have a company joining the Issuing platform whose connect account contact does not have an SSN but does have a passport document they can share given they are not a US Resident. Does anyone know if we are able to proceed with this document?

polar cave
#

@bleak breach Hello from Nikolaj Ivancic (from RedwoodJS). I just sent you email (copy to ChrisVDM, who owns the https://community.redwoodjs.com/t/stripe-redwood-integration-package/2226/2 project), asking a couple of questions, answers to which will help me to accelerate this project. My issue is that the project is nearly two years old and there are so many discussions that I would like to bring all that to the current time.

pearl cobalt
#

hi, one of our customers tried to create a subscription and it returned 500 error from stripe. even though the subscription was created and billed him a few times. how can that happen? We assume in our site that if there is an error than it won't be created.
the account id is acct_1KtZVFPBD6TK31qw and the log page url is
https://dashboard.stripe.com/acct_1KtZVFPBD6TK31qw/logs?success=false&method[0]=post&method[1]=delete&direction[0]=self&direction[1]=connect_in&starting_after=1652463503-req_dCMq8TNMu17k0Z

foggy dawn
#

adriatic

#

istcf-500-error

ocean jacinth
#

#dev-help Greetings, my team and I have been stuck trying to figure out commission splits with Stripe Connect, of which code is required . . . way bummer. Looking to partner/hire a developer to complete this job for us ! #help

pastel pollen
#

Hola, si quiero añadir la comisión al pago del cliente se puede hacer????

fresh hinge
#

I was told previously that stripe will retain metadata in subscriptions, for recurring invoices. I don't see metadata filled in...is this something I have to explicitly call for a retrieve with an expand to get?

vocal wagon
#

Whats the link where i can add my ID card info?

gentle hearth
#

hj, when calling this function in javascript

stripe.createToken(cardElement).then(function(result) {
                    console.log(result)
                    if (result.error) {
                // Inform the user if there was an error.
                var errorElement = document.getElementById('card-errors');
                errorElement.textContent = result.error.message;
                } else {
                    // Send the token to your server.
                    alert(result.token)

                }})

1 Uncaught (in promise) {}

#

I am getting the error Uncaught (in promise) {}

fresh kindle
#

I'm using PaymentIntents and integrating with a referral platform that is based on Stripe coupons. I tried Googling how to Stripe Coupons with PaymentIntents, and the Stripe documentation says it doesn't work with Stripe coupons. Isn't using PaymentIntents the preferred/suggested way to use Stripe? Are Stripe coupons being deprecated or something if they no longer work with Stripe's suggested integration method?

loud lake
#

Good evening! Do you provide Markdoc support here or no? If not, where's the next best place?

limpid current
#

I'd like to create an invoice and list "Pay by Check" as a payment option. I see that Stripe offers a lockbox service (in beta), but I was wondering if I could add a "Pay by Check" option without the lockbox service (aka: send the invoice, client mails check to my address, I go into stripe and mark the invoice as paid). I know it is possible to mark an invoice as paid "outside" of stripe, but is it possible to add the check payment option with my address on the invoice?

pastel moss
#

Hi community 👋

My company will be selling a hardware product and a SaaS solution towards companies (B2B).
We are looking at using Stripe and need to build the logics backend, which is why we're searching for anyone who's done the same or has any good suggestions.

We'll likely have multiple Stripe Customer Objects for the same customer (Company) and the logics we are building relates to linking different Customer objects together. We're looking at linking customer objects with a parent/daughter reference, a) because the same customer (company) will have multiple workspaces in our SaaS with separate contacts and different saved credit cards, and b) because we want to support enterprises down the road.

Do any of you in the community have experience with this and have a few pointers on how you solved it?

vocal wagon
#

Howdy, im running a apache2 server and when trying to enable ApplePay, i go to add the file but when i try to varify it stripe says its not there so i check my website and it gives a 403. i just need to add perms to show a file in /webroot/.well-known/apple-developer-merchantid-domain-association but ya, a 403. any ideas?

fresh hinge
#

hey bismark, I had a couple of follow ups to my metadata question. it's archived. do you want to start a new thread, or re-open?

fresh hinge
#

ty

limpid current
zenith zinc
#

Hi I am checking the digitl wallets (google and apple pay), so even after disable them on my stripe dashboard, the stripe elements still returns Google or ApplePay = true, the same for the apple pay domain, if I delete the domain

#

it can make apple payments

gentle hearth
#

When I create an intent on the server and process the transaction, how do I get the card details of that transactions (like the last 4) and type?

azure hatch
#

HI all. i want to integrate stripe to my reactJS project. i found this tutorial https://www.youtube.com/watch?v=IhvtIbfDZJI but when i implement it. it build with react version 17. currently i build with latest reactJS version. is there any video tutorial to integrate stripe on reactJS?

Learn the front end steps for accepting a payment with a card from your customers using a custom form in a React application. You'll learn how to use the CardElement component and how to use the confirmCardPayment method from Stripe.js to securely confirm a PaymentIntent client-side. This method handles 3D Secure and Secure Customer Authenticati...

▶ Play video
misty hornet
#

ferdinand-react

polar cave
#

Just got hands on https://dev.to/stripe/building-a-stripe-app-in-5-easy-steps-40k that is not even 2 weeks old.
Executing the step 4: stripe apps start i get:

nik$ cd example-app/
nik$ stripe apps start
[21:23:35] failed to compile with 2 errors:
✘ [ERROR] Could not resolve "@stripe/ui-extension-sdk/version"

    .build/manifest.js:6:14:
      6 │ export * from '@stripe/ui-extension-sdk/version';
        ╵               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  You can mark the path "@stripe/ui-extension-sdk/version" as external to exclude it from the bundle, which will remove this error.

✘ [ERROR] Could not resolve "@stripe/ui-extension-sdk/ui"

    src/views/App.tsx:1:47:
      1 │ ...ox, ContextView, Inline, Link } from "@stripe/ui-extension-sdk/ui";
        ╵                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  You can mark the path "@stripe/ui-extension-sdk/ui" as external to exclude it from the bundle, which will remove this error.

😔 Failed to start development server.
🔧 Please fix any errors before re-running the command.
failed to compile

What I am doing wrong, please?

misty hornet
#

Hi @polar cave we have a dedicated #974592073229549638 channel, can we move the discussion there?

oblique relic
#

Hello Looking at the stripe connect standard if i am running a coaching platform with standard can i charge the coach a processing fee per transaction like 0.5 percent or you cannot do this with standard connect accounts ? coach would be using stripe to connect payment and i would like to charge a fee on the transactions they bring in.. is thisi only reserved for express and custom ?

polar cave
#

Yes, I forgot that that stripe apps are beta. Can you perhaps point me to a similar beginners article for your currently released product?

fresh hinge
#

'async_payment_succeeded/failed' events are only for payment_intent, or can be for subscriptions too?

polar cave
#

I would just need a tutorial that explains how to create a react app integrated with adding stripe payment

misty hornet
polar cave
oblique relic
#

Thanks so much @misty hornet another question! using standard connect when it comes to the on boarding process in test mode it allows me to continue without having the required information.. my worry is how will user know if the information is missing ? are they able to proceed with missing info. if so how do they update the required info to activate account. i was going to explore the stripe custom onboarding however looks like this chnages the responsibility of who is in charge of a dispute in the case it is lost. Platform is resposible.

misty hornet
#

Hi @oblique relic no problem, shall we continue the discussion in your thread?

oblique relic
#

Yes @misty hornet

patent turtle
#

Hey folks. I'm using @stripe/stripe-react-native. Currently I fetch the payment sheet params and with the Stripe modal I select the payment method (card) and finish. It works. I see a receipt for the payment with very few details. The summary shows "Payment to MyApp" and the amount.
Is there an option to optionally add a description?

small dew
#

Hey guys

#

I am having issues enable apple domain for connected account

#

Could you please guide

#

this is on live account

#

Team, it works when i do it through postman

#

but not through my code - const domain = await stripeInstance.applePayDomains.create({
domain_name: 'hostname',
},{
stripe_account: stripeAccountId,
});

#

Is the input correct?

misty hornet
#

Bahu-Connect

ionic dew
#

Hello guys

#

I have used Orders beta API to initialize the stripe payment element. When the stripe element initializes zipcode field is missing. How can hide/show zipcode fields in the stripe element?

pseudo knot
#

Hey! Trying to figure out how to build out a marketplace platform with connect and running into a couple issues.

I can create a connect user and have them display in the dashboard, but they're restricted.

The call to do so: https://api.stripe.com/v1/accounts

Where do I go from here to connect their bank/payment info? Have I overlooked this information?

Should I create a source, then create a card, and then link this to the item?

Do you think anyone could show me step by step API calls to perform?

I feel so lost!!

hollow hawk
#

Hi! We're currently building a stripe connect custom integration into our product. Our users add their bank accounts and receive payments from their clients. How can we get a list of payouts by transaction? I.e If a user received 3 payments from their clients, how can we show them each transaction and the amount that was finally deposited into their account?

echo coral
#

Hi , Is there any way to send billing address to Stripe when using stripe card payment. I found shipping parameter to send shipping address in create payment intent, For billing?

noble sage
#

Morning

If the I charge a card with 10, than issue refund on 2

the dashboard showing like the SS attached
(This means that the refund was issued a very short time after the original charge) , how much exactly the short time max? I should refund after 2 hours, 3 hours to considered not short time?

and how much time until the bank send the money ? I read that it may take up to 30 days , is that correct?

icy ruin
#

Hi, I am trying to use Stripe to allow my customers to connect their bank accounts so they can receive payouts from the market, and they can also pay into the market.

Some of my customers are individuals, and not corporations. I have tried testing with creating accounts with Stripe Connect Express, Standard, and Custom, and I am getting the onboarding that is for corporations. Can you please point me in a direction that would be good for individuals?

Additionally, some of my customers are outside of the USA. What is the best practice for connecting international bank accounts through Stripe?

How's the best to connect a customer's bank account in our environment,

undone jetty
#

Hey, I have someone's payments continuing to be blocked by stripe due to being high-risk. How can I fix this?

hybrid dome
#

Hi,I want to set cancel url for stripe.confirmPayment in stripe.js. There is only return_url for completion page. Do you know how to set the cancel url?

zenith zinc
#

is there any way to get the stripe processing fee percentage for an specific stripe account via stripe API?

civic geyser
#

hi ,, can you see this documentation ,https://stripe.com/docs/issuing/purchases/authorizations following this docs in step 4 written "If you do not approve or decline the authorization within 2 seconds, Stripe uses your default settings to approve or decline the authorization" , can we increase timeout number because sometime webhook comes late

Learn how to use Issuing to handle authorization requests.

late yoke
#

Question/Problem about req_3rOakXOZQdjuPe - the payment intent that's created allows payment methods that are not enabled for the account, (and they show up on payment element too). I'm +/- sure this wasnt the case before, was there some change in behaviour?

topaz viper
#

Hi, how can I get the fund to test Transfer between connected account function in test mode ?

queen berry
#

I have created a subscription a Payment Link. It works. But I can pay for the same subscription as many times as I want. And more and more customers with the same email address. Is it possible to specify a user for the link?

gaunt karma
#

hello guy i my customer send funds though ACH trf and when i try to refund customer put his bank detail and get this error any help

modest vigil
#

hi id like to add metadata to checkout session line items what is the best practice for doing so?

twin kernel
#

Hi, I'm getting this error (see image).

arctic lily
#

Hello everyone!

I would like to determine all the customers who have canceled the renewal of their subscriptions in the last N hours:

  1. What is the easiest way to do that?
  2. Can I use APIs?

Thank you in advance for you help 😀

vocal wagon
#

Hello 🙂
We are using stripe connect, and when clients use cards with 3DS, when we go to clone/create the card in the connected account, the authentication fails. Any tips on how we can fix this? can we activate some setting on moto payment for this? does the request to create a card change?
Thanks in advance

API version: '2014-09-08'

compact flame
#
async function handleSubmit(e){
    const tos = document.getElementById("tos")

    if (!tos.checked){
        showMessage("You must agree to the TOS and Privacy Policy");
        return;
    }

    e.preventDefault();
    creating.hidden = false;
    const { error } = await stripe.confirmPayment({
        elements,
        confirmParams: {
        return_url: "http://localhost/paid?stripe",
        },
    });
    if (error.type === "card_error" || error.type === "validation_error") {
        showMessage(error.message);
    } else {
        showMessage("An unexpected error occured.");
    }
    creating.hidden = true;
}

Hi, I don't know why but when I click submit, instead of it just showing the error message that I must agree to TOS it refreshes the page.

pastel sequoia
#

Hi, is it possible to set dynamic statement descriptor for p24 and BLIK payments?

It seems like setting statement_descriptor in payment intent data does not make any difference.

vague dawn
#

hola

#

buenos dias

dense radish
#

Is there a way to set credit to 0 on all customers' balance (via cli or a curl request)?

#

proration_behavior
optional
Determines how to handle prorations when the billing cycle changes (e.g., when switching plans, resetting billing_cycle_anchor=now, or starting a trial), or if an item’s quantity changes. Valid values are create_prorations, none, or always_invoice.

#

could someone explain the difference among those options?

vocal wagon
#

Question guys: We have a case where our iOS App is trying to confirm a paymentIntent that was created on a connected account. What is the proper way to pass the ConnectedAccountStripeAccountID in this case ? Specially in this callback:

func applePayContext(_ context: STPApplePayContext, didCreatePaymentMethod paymentMethod: StripeAPI.PaymentMethod, paymentInformation: PKPayment, completion: @escaping STPIntentClientSecretCompletionBlock) {

}
#

We get: "No such payment_intent: 'pi_3L6WsWFTt9LBE9xxx' otherwise. Obviously, as we are trying to act on a paymentIntent on our connected sphere.

pastel vault
#

About MarkDoc with nextjs.

I am trying to add the plugin in next.config.js. There are no examples for integrating the plugin, when you have other existing setup in the config, Am I doing this right

const withMarkdoc = require("@markdoc/next.js");


module.exports = {
  withMarkdoc: withMarkdoc()({
    pageExtensions: ["ts", "js", "md", "mdoc"],
  }),
  reactStrictMode: true,
  trailingSlash: true,
};
bronze whale
#

Hi all, we are trying to create a subscription plan that starts with $1 for the first month and the automatically increases to $20 for the following months. Which APIs would you use to build this?

still saffron
#

I think I'm lost. Is there any way to do a very minimal stripe integration, with only payment URL and callback address on success checkout?

delicate crescent
#

I'm trying to create Stripe checkout session in a specific currency for subscription. Since I have the "price_id" attached, it is not allowing to specify the currency . Is there any other workaround ?

bold horizon
#

Hi!) How will my customer cancel their subscription via Stripe?

plain laurel
icy ruin
#

Hi
I have created a account with type custom, this is account ID acct_1L6YqJ2Q8xkYyEQq

Still i found this account restricted
Might be the address verification,

Do we are having testing address

wet zinc
vocal wagon
#

Hi *,

#

I have a doubt with checkout session and cancel and success URLLS

#

anyone can help me?

#

I am currently reimplementing sofort payments using the PaymentIntents api. In the past we had a small number of PaymentIntents that after 14 days transitioned from processing to requires_payment_method with the payment_intent.failed event. I know only ~0.2% of all payments fail this way, but we want to handle these cases and give the customer the option to pay his bill with another payment method. How can I simulate this kind of failure in the test environment? Currently all I can do is failing the PaymentIntent immediately ("FAIL TEST PAYMENT" button) or send it to processing which transitions to succeeded after 3 minutes automatically ("AUTHORIZE TEST PAYMENT" button). Is there any magic number, or special customer email address I can use to simmulate an asynchronous payment_intent.failed event?

gaunt nebula
#

I am not able to select another countries apart from Canada . With stripe connect

tough galleon
#

hey there, do I need Stripe Checkout instead of the billing portal in order to manage subscriptions? I'm a bit confused here

queen wren
candid lark
#

Hi! I'm using Stripe Checkout for my subscriptions and I was wondering if there was an option to send a receipt email to the customer? Or do I have to use a webhook in order to do this? Thanks!

lavish bronze
#

Hi there - it looks like the new PaymentElement in stripe-js includes Wallets like Apple Pay and Google Pay - does this mean we should remove our PaymentRequest Button? (The Apple Pay button is more obvious to the user compared to the selection in the PaymentElement)
https://stripe.com/docs/stripe-js/elements/payment-request-button

queen wren
#

Is it a normal behavior that I receive latest_invoice.payment_intent object as null when I'm trying to use trial_period_days? Without this property payment_intent is fine and I can getclient_secret to finalize process on the front-end.

split mirage
#

hi! i have some webhook events for the type customer.source.deleted that hit our app that include the customer attribute and others that do not. it seems the difference is src_ vs card_ types... is that true? payment_methods vs cards vs sources might be the most confusing thing in stripe 🙂

tulip abyss
#

How to Set up Avalara Tax to calculate taxes connect accounts ? Is it through platform account? and what to specify?

visual hawk
#

Hi, I am still struggle to find the way for the user to subscription again on the halfway of the previous subscription. (In the purpose of the extending the period length without the end of the first subscription )

tulip abyss
#

Hi!! all of my connect accounts are in live mode. How to enable them in test mode as well?

golden spade
#

When updating a subscription, is it true that I should send every price/quantity in the 'items' list? If e.g., they have a subscription of 1 Foo and they later add 2 Bars (everything is annual), I should send both the Foo and the 2 Bars in the update call?

urban summit
#

Hi there, I have a question regarding hosted_urls and attaching a the source to a customer. It seems that cards are always attached but not other payment methods. And when I receive a invoice.paid webhook and trying to attach. I got "This PM has been used without being attached..." error

polar cave
#

In particular I care to know the supported versions of yarn

icy ruin
#

Hi,
How can check account is active or not by account id, in there any API response,
Or how can I check service agreement accepted by account or not

glacial grove
#

hello
is it ok for us to use uk_ api keys ?
or should these keys only be used by stripe?

woeful grove
#

Hello team a few questions : Can we get a test Account for Google Pay and Apple Pay to go through entire flow of payment?
What are the steps to view Apple Pay and Google Pay options in stripe provided iFrame in browser?
For Apple Pay it is mentioned you need to verify your domain. Can you please elaborate what does that means?
Do we have any any OS/browser dependency for ApplePay and GooglePay. What if the user has both accounts but have not logged into account from browser or device?

daring lodge
#

vipuldvp - account api

#

vilesa - keys

#

giovanniv - test wallet payment

dusk echo
#

Hey everyone, I have a question regarding subscriptions - is there a way to separate a subscription's interval from its billing date? Say I want to always bill for a monthly subscription period of the previous month at the 2nd of the current month (So bill January 1st - January 31st at February 2nd, February 1st - February 28th at March 2nd, etc), is that possible?

hazy shell
drifting hatch
#

Hello all !
I would like to update all the subscriptions to mark them as "uncollectible" as explained here https://stripe.com/docs/billing/subscriptions/pause#free

But, If I update each subscription in a loop, it is so long that I have a timeout.
Is it possible to update all subscription in one request ?

vocal nymph
#

Hi guys, I don't understand the JSON output of my webhook when a user subscribes to one of my subscriptions
I would like a little help

rough wigeon
#

Hi guys, can someone provide some input as to why this pi failed: pi_3L5xPaDOELjNau6a1IOzXLEi

#

this happens to Klarna only

tepid peak
#

Hey just had a quick question, what is the recommended IDE for the Java version? I used intellij for the prebuilt version and ran into issues, switched to VS code and got it to work, should I keep using that or is there something better?

cobalt trench
#

Hi, I am creating a one off invoice to charge the customer for a specific product, when I finalize the invoice though I see it passing from draft to open instead of paid and in the payments section I can see there is an incomplete payment (The customer hasn’t attempted to pay this invoice yet.).
-What should I set so that the invoice will be paid as soon as it gets finalised?-

Nevermind.. I can just call Stripe::Invoice.paStripe::Invoice.pay

woeful gale
viral spoke
#

Hii, I try to track my inventory and try to find a „normal“ way to update it. Just like I would Update a product. How I can do this For the Inventory?

raven stone
#

Hey, QQ about Stripe Connect: We currently have folks link their Stripe account twice (one for a test env and one for prod env). Is there a way to have one stripe account linked and a way to toggle between diff envs easily? I might be missing something here

stray shell
#

Hello all! Is there a way to connect a paymentIntent to a Product?

pale drum
#

Hello! When i have two products (both with quantities of 3) under one subscription and i reduce the quantity of one of the products to zero, the product isn't removed from the subscription but the quantity is zero.

  1. Is this the normal behaviour?
  2. Is there a way to make the product be removed from the subscription once the quantity is down to 0
drifting hatch
#

thanks @surreal temple for your help ! 🙂

gilded geyser
#

Hello Everyone. I have a PI business and I need to add a section in my stripe Payment Link that allows customers to provide me the name of the subject they want the search on. "Name of Subject" box. Is there a simple HTML Code or is there a simple way Stripe does this?

golden spade
#

How can I view the webhook payload for customer_subscription_updated when a Coupon/PromotionCode is used?

vocal wagon
#

if i may ask, what is this doing?

turbid leaf
#

I believe that is it making sure your DNS records are propagated across dns servers, which takes time

vocal wagon
#

kk

thin creek
#

hi for all....
i'm having problem in webhooks.

$payload = file_get_contents('php://input');
$endpoint_secret = 'whsec_ABjfYAvIDT2eQ79aJDlrJF855mKsSyCE';
$sig_header = $_SERVER['HTTP_STRIPE_SIGNATURE'];

endpoint this correct, i get endpoint. but this problem in
catch(\Stripe\Exception\SignatureVerificationException $e) {
// Invalid signature
http_response_code(500);
echo $e;
exit();
}

i waitched this video : https://www.youtube.com/watch?v=ROBIBNiVPI4
but, here this problem

nocturne oar
#

Wondering if there is anyone able / willing to assist me with initial dev environment setup. I am working in Laravel building a multi-vendor application. I would like to offer signin/up with Stripe as well offer payment processing with Stripe. However when I create my account I am taken through all this banking info setup etc... which is not needed at this point as I am only looking to work with this on a local environment at this time. The application will be connected to a different account entirely in production.
I have been able to do limited stuff (oAuth) without verifying the business stuff but the payload comes back with null values.

queen delta
#

Hello. I need to solve a issue on my account.

#

I made the connection of my site with woocommerce. But this alert still appears on the dashboard.

languid tulip
narrow depot
#

Hello, I'm trying to add a Google / Apple wallet element (https://stripe.com/docs/stripe-js/elements/payment-request-button) to an order flow. The way UX has it set up, I'll need to display disabled google/apple pay buttons until the user has entered their address and a tip. I have two questions on how to integrate these buttons in my use case:

(1) What is the best way to disable a google or apple pay button? I could throw an absolutely positioned element with some opacity over the button, or I could select the stripe elements by class / id and alter them manually, but I was wondering if there was a less hacky way of doing this.
(2) If I have to update paymentRequest when the tip amount is updated, should I do a paymentRequest.update in an onClick on the PaymentRequestButtonElement? Or should I update the paymentRequest every time the total is changed?

Thanks for the help!

dark jungle
#

Hello! Im having random customer showing a greyed out "checkout" button using checkout 2.0 Does anyone know what could be causing this ?

#

yes

cloud meteor
#

Is there something equivalent to Checkout for Connect? We'd like to offer commissions on incoming sales. What I'm imagining is a Stripe hosted page similar to checkout where salespeople can see how much commission they've collected in a fund, and decide how to move the money (to a bank, card, etc). I'm a little lost if this exists or if a 3rd party is needed to host such a page.

real latch
#

Hi,

Use Case: I want customers to be able to see where their payouts went even if the bank account it went to has since been deleted / replaced

How I'm doing it: I'm generating a report for an external account (connected_account_payouts.itemized.1). I pull the bank account id from the column payout_destination_id. I then issue a GET request to v1/accounts/<account_id>/external_accounts/<bank account id>. I receive a 404 that the bank account has been deleted.

I need to be able to show our customers where their payouts went and obviously just showing them a payout_destination_id is inadequate. What is the best way to do this?

serene heron
#

Hi, good afternoon to y'all.
I have a question, we make transactions to connected accounts and that transactions could be a payment or a extra charge, we need to get all the transactions that only are payments.
Is there a way to filter that?

pseudo knot
#

Is there a way to make a manual checkout page instead of using the prebuilt one?

mossy ginkgo
#

I had a customer recently finish a checkout session with Google Pay, and both the customer_details.address.line1 and customer_details.address.line2 were null when Stripe hit my webhook, even though I have billing_address_collection set to true. Is this a quirk of Google Pay, or should I expect that both street address fields could be null?

drowsy river
#

hi, any option to disconnect connected accounts to my platform?

fierce holly
#

Hi Stripe! If we have a webhook that wasn't listening to an event we needed it to be listening to as of a few hours ago, is there a way to retroactively send events that it missed because we didn't have it listening? We can navigate to the appropriate event page but don't see any handy way of sending it (since normally it's a "re-send" button which isn't there if it never tried to send it to begin with)

bitter wigeon
#

Hi guys

#

I need to activate klarna in my stripe

#

I have activated it here

dim hearth
#

Serotonin9443-checkout

bitter wigeon
#

But it doesn’t show up here

dim hearth
#

Anjali-connect

#

Aquitaine-webhooks

bitter wigeon
#

I’m a newbie in development

dim hearth
#

hamzaimrani-klarna

pallid salmon
#

I've scoured the docs and can't find a clear answer to the following. Here's the situation:

  • We're a Stripe Extension with connected organizations
  • Building a card update form (via Stripe Elements) to help connected orgs recover failed payments from their customers
  • Do we need to obtain the connected org's publishable web key for this?
dusk echo
#

Hey, is it possible to start a subscription directly as a paused subscription with the behaviour to 'keep_as_draft'? I want Stripe to create invoices for us but to only manually send and charge the customers for now. Right now I see that it's possible to update existing subscription but it would be ideal if I can do it on creation as a single call

bitter wigeon
#

Who can help integrate klarna in stripe please

dim hearth
#

@bitter wigeon Did you go to support like I already mentioned?

bitter wigeon
#

Yes they sent me this document

#

They told me is active but it need integration

#

And i have 0 skills in development

wind ether
#

Hey, got a question about custom connected accounts. I just set one up, and it says its status is enabled as opposed to complete. What is the difference ?

golden spade
#

Is there a way to delete/clean out all my products/prices/customers/etc in Testing Mode?

mossy ginkgo
mossy ginkgo
golden spade
#

awesome, thanks 🙂

soft ledge
#

In a scenario similar to grubhub, would drivers be set up as a connected account? The onboarding process asks for a website along with statement descriptors. I don't need any of that considering the account only exists to transfer tips to.

coral pasture
ionic stratus
#

Hi Stripe Devs- when using the PaymentSheet on iOS, is there a way to detect that a user dismissed (cancelled) the PaymentSheet via the 'x' button, rather than closed the PaymentSheet via actively selecting a payment method?

hexed harbor
#

Hey team, I know we can use Plaid to create Stripe Connect accounts, but can we use Plaid to create ACH payments out?

hexed harbor
flat sage
#

Is it no longer possible to test webhooks in the UI? Only through the CLI?

patent turtle
#

Does @stripe/stripe-react-native have the option to do a payment hold?

gleaming gale
#

Hello all, just trying to understand the flow for one off invoice items, and being able to specify tax on them through the API. According to this page (https://stripe.com/docs/tax/invoicing#from-editor) I can't create a one off invoice item and specify a tax amount, without it being a associated with a stripe product/price. Our business model has a concept of a service request. A service request is a unique service between the customer and platform, with no two service requests being the same. So a single product "Service Request" does not made sense, as each one will have a different value and service request id. Do I need to create a new Product/Price for every service request to be able to apply a tax rate, as this could grow into 1000's of single use products that are not applicable after the request has been fulfilled.

dusky otter
#

Hi, I'm trying to integrate Stripe Radar for Teams. I am a market place and wish to be strict with all my clients in terms of risk rules. Question: if we send Stripe Radar elements on the regular inline integration, can I also send Stripe Radar for Teams elements?

soft gale
#

Hello,

Can a customer have multiple connected accounts? Customer wants to have 91% of sales deposited into one bank account and 9% for taxes in another.

I was wondering if I was to implement this logic, if I would have to do 2 charges on customers card.

finite portal
#

Hey-o, I'm trying to use the invoices/upcoming api to preview a customer's next invoice for an existing, active subscription, and it seems I'm unable to preview an invoice with a new default tax rate when one is already set. More specifically, if a subscription is created or updated to have default_tax_rates set, and then a call to invoices/upcoming is made using that subscription ID and subscription_default_tax_rates contains a different tax rate ID, I always get back tax matching the rate that is already on the subscription. Creating a new subscription without default_tax_rates does yield the expected response from invoices/upcoming when subscription_default_tax_rates is set.

Am I not able to override the default_tax_rates on a subscription when previewing the next invoice?

wise mango
#

My team is integrating with the w9 beta. We have a mystery where two of our users verified their stripe W9 details, and then it looks like somehow their accounts returned to us_w8_or_w9.status = unverified. Our code seems to have dropped the unverified event, so we are looking to stripe.

We were able to find the two account.updated stripe webhook events for them becoming verified, but since stripe webhook logs do not have a search feature, we were unable to find out how they returned to **unverified** again. We wanted to know:

  1. What is a case that could return a user to unverified after they have already verified their w9 information
  2. What is a way that we could find webhook events for account.updated -> unverified
minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

hollow wadi
#

I'm trying to find out the fees associated annually with using my Square reader and what % of $ is kept by Square/Stripe for this service.

eternal garden
#

Is there a way to remove placeholders in the Payment Element? If so, can we remove it only for specific fields (e.g., zip code)? Also can we change the text color of the placeholder?

patent turtle
#

I have a question about the right flow when creating a payment to be captured later

patent turtle
#

Hmm, seems like you can add a note to a canceled uncaptured PI on the Stripe website, but not via the node lib. Any reason for this?

oak hinge
#

Hello, is it possible to automatically include the customer name in a payment receipt?

If this is not possible, is it possible to include a PDF receipt in the email (that includes the customer's name") when a Payment is successful?

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

worn sentinel
#

I have a question regarding the ID verification, it keeps saying it needs permission to use my camera and I've given it but it keeps getting stuck on after I've pressed the continue button or it just goes straight to the upload page, but doesn't even open up to my camera or media files which I have also given it permission to do

bold phoenix
#

How does one update the card details associated with a payment intent, or customer?

#

I have a stripe customer id with no payment method, and the user already has a local subscription, we charge using the charge api. But how can I add a new payment method to the users account?

#

The only way I can see is using a payment intent, but that charges $1 minimum, which isn't acceptable for just updating someones payment method

fair vector
#

Can I set the enterkeyhint attribute of card input elements (from Stripe Elements)?

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

vocal wagon
#

Hi! I have a problem with Stripe connect with a Spanish account. When I go to "Add founds to balance" I see the message I attach and I can't add founds to account connect to deliver transfers to other connect accounts. Error message: "Las recargas de Connect están deshabilitadas porque el perfil de tu plataforma no se ha aprobado o porque las recargas no están disponibles en esta divisa.". Could anyone help me?

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

old zenith
#

Does anyone know if it's possible to create custom data to be used when triggering webhooks from the CLI? I will use metadata for my products but the CLI doesn't serve any
edit: NM, seems like it's a feature request in GH right now

turbid mica
#

hello! how can i enable the "switch to yearly and save" option on my stripe checkout like this?

trim mica
#

@turbid mica Hey! You need to setup your sale management for that

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

worldly burrow
#

hello, i get a error when implementing a subscription via stripe. yesterday it worked once now today when i reloaded the page it throws a error on me.

is it because i have not finished the payment? because as u can see im passing the client secret to the Elements wrapper

dreamy loom
#

Hi, do you know how to create a subscription with two products with a different discount per product?

oak coral
#

can i use stripe payment element for token and update the external account for that stripe account ?

idle iris
turbid mica
trim mica
#

@turbid mica via API references, look in the link above you and in the category which you used to integrate Stripe with

turbid mica
#

I can RTFM.

turbid mica
#

I reckon that might be the answer.

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

old zenith
#

When creating a new product in the dashboard, both product.created and product.updated webhooks are triggered. The product.created sets up all the base info and the product.updated assigns the default_price. My problem now though is that it seems my DB doens't create the product fast enough so that by the time the product.update comes through, the DB hasn't fully written the row yet and this causes the product.update to fail. All my functions are async with awaits.

Any ideas how to fix this?

zealous geyser
#

I'm reading the following document and have a question: https://stripe.com/docs/disputes/monitoring-programs#vdmp

The document lists the following thresholds for Visa Dispute Monitoring Program "Early Warning":

Dispute Count 75
Dispute Rate 0.65%

does the merchant need to hit both of these thresholds to receive an Early Warning or hitting just one of them is enough to receive Early Warning?

Learn about the monitoring programs operated by the card networks, and what you should do if you're placed into one.

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

vocal wagon
#

Hi. I can't go live on my profile. Also I don't know how to change the role from developer to admin in order to can add my bakc account to the profile. I am new so is all so confusing for me. Help Please! 🙏 Thank u.

little pike
#

I have a problem with my strie

#

stripe

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

shadow iron
#

Hi there,
I have two questions about payouts. I would briefly explain, what our platform is/does:
We have on our platform connect customers (standard account) and this customers are offering some services for other customers on the platform. These services begin on a certain day and end on an another one, however the other customers need and book it. To prevent fraudulent behavior, we want to payout the service-offering customers first a few days after the service started. Therefore i set the payout schedule interval on each account to manual. Each day, a server routine proof the services and create payout for those, which was started x days before. Now my questions:

  1. For the payout i need the exact amount excluding our application fee and the fee for stripe, which would also paid off, if no manual payout would be used. Is this amount stored in the amount_capturable? Or what does amount_capturable exactly mean?
  2. If i understood it correctly, there are no further costs for payouts, when using standard connect accounts, am I right? Even if triggering more than one payout a day?

Thanks for your help!

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

pale rivet
#

hi there

#

i need to about stripe payments ?

red cave
#

Does stripe request header with origin always empty/null? This is when stripe calls a Laravel Webhook.

near dune
#

hallo, speak german?

#

anyone?

velvet berry
#

Hello there. We got a problem when using Stripe Elements (Card element) on mobile devices. As soon as the user clicks into the credit card number field, everything gets zoomed extremely high (I can provide pics/a vid of this too if it's unclear what I mean). The content is from https://js.stripe.com/v3/elements-inner-card... though, so we cannot change any CSS etc. for this. Is this a known bug or how can we prevent this? This bug makes using the credit card on mobile devices extremely uncomfortable 😐

near dune
#

i would like to check the validity of a card by charging 1€ and then giving the money back, all automatically, how can i do that with stripe?

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

bright holly
#

Hey, I am looking for a solution to allow customers to add their VAT ID on the stripe hosted checkout page. I am using Stripe Tax and want to allow business customers to add their VAT ID, in order for Stripe Tax to automatically check that ID and set tax to zero. In the Stripe tax prreview on the product site it shows exactly that flow, however I am unsure of how to enable it in my own integration.
Thanks in advance for your help!

true vine
#

Hello, i have a problem with wechat pay on live mode, wechat pay qr code disappears after 5 seconds

winter forum
#

Hi there, I need a little help understanding the various ways frontend can be implemented for a payment gateway like stripe - hoping if any devs here have a few minutes to spare would love to chat

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

fresh hinge
#

when y'all are back online... 🙂 I'd like to know if there's a case where a webhook event of "checkout.session.completed" occurs, but the payment_status is not equal paid, OTHER THAN an async_payment case? And if so, will the async_payment events be the only subsequent payment events that occur to resolve?

vocal wagon
#

Hi guys! I'm working on React Native App with ApplePay/Gpay payments. We want to release the "closed beta" version with the live Stripe key enabled - Live mode works with apple pay but with Google Pay I'm getting OR_BIBED_07 or OR_BIBED_01 - depending on if I'm setting testEnv to true/false. I'm found similar issues and "Going live with Google Pay" section - with that I went to Google Pay Business Console and "Integrate with your Android app" section - My app got verified successfully but I'm still getting the same errors - even after testing signed app built on bitrise. Do I need to provide some extra configuration for stripe-react-native for ex. enter merchantId somewhere like in others google-pay React native packages? I'm guessing that something is misconfigured, I'm working on this project for a short time - Can you explain me step by step what should I do to make live mode work for gpay?

minor cipherBOT
#

:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. If you have urgent questions then you should reach out to Stripe support directly at https://support.stripe.com/contact

thin wave
#

Hi community!

  • We use WooCommerce subscriptions plugin
  • We migrated customers from Braintree to Stripe (stripe developers did it)
  • We updated customer id and card id on the subscriptions

Problem:
Payments are failing

How we can keep the subscriptions active without asking our subscribers to add all the credit card data again?

odd flicker
#

hey, i'm trying to build a python script that takes payment webhooks and creates an email. i've been trying to find a field in one of the payment webhooks that describes the item that the person purchased, but can't seem to find any. is anyone able to help?

chilly kernel
#

Hi. Can I make an API call to a connect (express) account to pull business info, such as; seller's business type (sole proprietorship, Company, etc.); Address info, etc.?

gleaming gale
#

Hello all, I'm trying to set the price data tax behaviour options when creating a new invoice item. According to this URL: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-price_data I can set the price_data options to include the tax_behaviour property, however using the .NET stripe library (latest version 39.116.0) the InvoiceItemPriceDataOptions class does not contain a TaxBehaviour property that I can set. Is there another way to do this without having to create the price separately (and therefore another round trip to the Stripe API endpoints)?

spring hamlet
#

Hi All, we are a marketplace in Australia using Connect. We have payments (card) automated through stripe, but we also receive funds via EFT direct to our bank account. We are looking to automate payouts and payout schedules, which we can do when receive cc payments. However, the documentation seems to inhibit us from entering our bank-received funds into the payout flow (top-ups are available in US only). Is there another known workaround for this? Thank you!

cobalt sleet
#

Hello, I need help, pls.

#

I can't make the second step success

snow vessel
#

Hey Guys. Trying to make a test payment with test physical card and getting failed due to customer balance. Where I can read about limits for test cards? Here I can't find any restrictions for physical test cards. https://stripe.com/docs/testing#available-balance

cobalt sleet
#

hello?

#

pls

wary garden
#

Hello! Asking for help! One of Wi-Fi readers in our partner restaurants shows “No route to host” frequently. Our technician tried to use different Wi-Fi, card readers and different android tablets. It stills showed something like this. However, everything would be good after 1 hour or so.

glad ivy
#

How to test stripe apple pay?

#

Hello, apple pay payment is enabled on my stripe account, and my domain name is bound.
My device information is apple 6, ios 12, and it is bound to the debit card of the Industrial and Commercial Bank of China.
When I do the payment test test, the apple button keeps not showing

arctic fiber
#

stripe.error.InvalidRequestError: Request req_xvl1ALFpZKCSTr: Invalid object what would be throwing this error in the stripe python sdk when trying to create a checkout session

#

oh oops I passed an invalid param

silent sorrel
#

Hello, i have problem about sofort payment, when my stripe on board in DE, I can't do payment transactions when i select the other country that didn't supported. So, How do i know that countries supported in my onboard country?

dry hatch
#

PeterChu-terminal

azure hatch
steel pollen
#

Hey Everyone
i am getting invalid payment intent error :

misty hornet
#

ferdinand-Payout

pseudo idol
#

Hi Everyone.
I am using stripe for the first time so sorry if I am missing something obvious.
I am trying to use custom payment flow. It all went according to docs(https://stripe.com/docs/payments/quickstart) right until confirmPayment. It is giving me this error.
{
"error": {
"message": "Unrecognized request URL (GET: /v1/payment_intents/<pi_my_payment_intent_id>/confirm). Please see https://stripe.com/docs or we can help at https://support.stripe.com/.",
"type": "invalid_request_error"
}
}
<pi_my_payment_intent_id> is my payment intent id. I have checked it to be correct one.
Any help is appreciated.
Thank you.

Explore our guides and examples to integrate Stripe.

remote reef
#

Hello, PaymentRequest.show() requires either transient user activation or delegated payment request capability, We used the "paymentrequest. Show()" method to open the payment page, but we encountered this problem, and the browser could not see the blocked pop-up window without any prompt.

light quest
#

Hello friends 👋 - is there a way to programatically create a balance_transfer? I want to move money between the main balance and the issuing balance. This is possible from the dashboard which shows POST /v1/balance_transfers but couldn't find the Java SDK equivalent

stable nova
#

We have configured Stripe for one of our client and configured a webhook to receive "payment_intent.succeeded" event to full the order request. But now I noticed that there are some "payment_intent.succeeded" events occurred for client's API key which not happened through our Application. How can I differentiate those webhook notifications? We want to fulfill the order if it's only happened through our application. Thanks in advance

misty hornet
#

moses-PaymentRequest

#

zen-balance_transfer

old zenith
#

Hi, I asked this over the weekend but all were out of office so I'll paste it currently again:

When creating a new product in the dashboard, both product.created and product.updated webhooks are triggered. The product.created sets up all the base info and the product.updated assigns the default_price. My problem now though is that it seems my DB doens't create the product fast enough so that by the time the product.update comes through, the DB hasn't fully written the row yet and this causes the product.update to fail. All my functions are async with awaits.

Any ideas how to fix this? Is there a way to automatically retrigger the update webhook if the first product.updated returns anything other than a status 200?

quick birch
#

does the webhook 'invoice.payment_failed' trigger even if there is no payment method attached?
I am currently using charge_failed webhook, which will only trigger if a card was declined .
The problem for me, with charge_Failed it doesn't provide the number of failed attempts made, VS 'invoice_payment_failed' provides a "attempt_count" BUT does seem to trigger even with no payment method attached.

exotic scaffold
#

Morning,

I've got a customer who wants to be able to change from Credit Card payments to BACs Direct Debit midway through a subscription. Is this possible? I've added Direct Debit to list of payments we now accept, but with an active subscription I only seem to be able to add another credit card and not configure the type of payment method I want to accept.

left night
#

Morning,
Seems we have an "ongoing attack" on our payment system, as there are multiple blocked payments.

We had something similar in the past but requests were all coming from the same IP and we managed to block it, but now there are coming from multiple IPs. Any advice?

quick birch
#

@exotic scaffold if you are using the customer portal this should be doable by the customer no?
If not then you can attach a new payment method and make it as a default for that subscription? thats what i would think. ( i dont work for stripe)

exotic scaffold
glass bridge
#

Hello everyone,
I've had many clients who couldn't complete their payments recently. I have this message.
Do you guys know how to fix this ? thank you

icy ruin
#

Hi,
Good afternoon,

I trying to add a bank for custom, Where I getting exception while creating bank I not getting scope for account holder,

quick birch
misty hornet
#

nyluhem-UpdateSubscription

#

GVBeriel-Payment

glass bridge
quick birch
#

@glass bridge i do agree, that the sdk should hadle it for you, but you actually need to do it yourself.. so when you get a "Action" you have to send that payload (basically the client.secret) to stripe.handleCardAction(secret) https://stripe.com/docs/js/payment_intents/handle_card_action
there may be a new update way to handle this ( i dont work for stripe) but thats how i do it.. )

glass bridge
quick birch
#

@glass bridge check the response that you got, in your screen shot on the right side stripe shows you the event data, wht does it say. -- stripe support here wil better help you then me..

misty hornet
#

@quick birch Thanks for helping out! @glass bridge I've created a thread for you, shall we continue the discussion there?

harsh adder
#

Hey guys! I've got a question. Is it possible to make payment from one card to another. Let' say that I have 2 customers on my app, one is seller and another is buyer. Is it possible to let the buyer pay on the app directly to the seller bank account/card + charge the app fees (app income). Would appreciate links to docs/examples if any! Thank you mates in advance!

tall phoenix
#

I have one doubt about refund. Is there a way to transfer fund to 3rd party bank account or card if refund failed?

wanton quest
#

Hi,

I have a use case where customer can update the subscription (say modify the quantity). It can be done using subscription.update method but I want to charge the customer immediately for the updated subscription as well.

I am using stripe checkout to create a subscription. How can I use it to update the subscription also, so that it gives me the URL for checkout that takes the payment for updated subscription?

remote reef
lavish fossil
#

Hello guys, I am looking for someone who did implementation of the Google Pay via pop-up window. I paid on payment gateway where is Adyen and it's working fine even on macOS, Safari. So I would love to have the same experience with Stripe.

vestal arch
#

Hei, would need to know the most efficient way to achieve the following: Integrate a referral system in my subscription based app. I have an app where I have implemented subscriptions. I would like to display a button over cus_xxx profile page that displays his unique referral link. Then, if the app registers someone making a new subscription using that referral link, x% of the sale should go to cus_xxx. Could I ask if some one is kind enough to introduce me to the most efficient way to achieve this? thanks in advance

gleaming gale
#

Hey all, is there a way to specify a TransferGroup when creating an invoice so that the PaymentIntent generated by the invoice has the TransferGroup attached? I can't seem to find this property in the API at all. The reason I want to use a TransferGroup instead of the TransferData option when creating the invoice is that we need to payout to multiple connected accounts. Or, do I need to create the PaymentIntent first and then attach this to the invoice?

low scarab
#

Hello, I'm trying to implement off session credit cards payment methods for customers, is there a way to actually see the value of setup_future_usage when you retrieve a payment method (after creation)?

old zenith
#

Just curious, why is there a product.updated event triggered when I only create the product?

twin bloom
#

hi) Can I make autofocus for Android & IOS input fields in React Stripe.js

quick birch
#

When a user is in a trial, what are the sequence of webhooks that i could get if a payment method is not attached.
i know of trial_will_end
but will i also get a updated or deleted webhook if its past due or cancelled ? where can i find this information.

vocal wagon
#

Ca vb cu ei pe chat

cosmic galleon
#

Hello. Is the only way to set the default payment method via https://stripe.com/docs/api/payment_methods/attach ?

I am creating and attaching the payment method to the customer via https://stripe.com/docs/api/payment_intents/create but it seems subscriptions are failing due to there being no default payment method

turbid kite
#

hi,
could you please suggest solution or workaround on how to update reversal transfer metadata on python

class Reversal(UpdateableAPIResource):
    OBJECT_NAME = "transfer_reversal"

    def instance_url(self):
        token = util.utf8(self.id)
        transfer = util.utf8(self.transfer)
        base = Transfer.class_url()
        cust_extn = quote_plus(transfer)
        extn = quote_plus(token)
        return "%s/%s/reversals/%s" % (base, cust_extn, extn)

    @classmethod
    def modify(cls, sid, **params):
        raise NotImplementedError(
            "Can't modify a reversal without a transfer"
            "ID. Call save on transfer.reversals.retrieve('reversal_id')"
        )

    @classmethod
    def retrieve(cls, id, api_key=None, **params):
        raise NotImplementedError(
            "Can't retrieve a reversal without a transfer"
            "ID. Use transfer.reversals.retrieve('reversal_id')"
        )

in stripe==3.2.0 i see that modify is not implemented, what are other possibilities to modify reversal payment metadata?

vocal wagon
#

Hello i need to submit prove of address on my name

#

but its not my personal name only company details

hollow prairie
#

igorovich-update-reversal-metadata

vocal wagon
#

Hello, I have had a problem with a payment in stripe and I don't know how to solve it

halcyon steppe
#

Hi, I'm looking to use GOV.UK Pay (with Stripe as PSP) as our payment platform for a marketplace style payment service. I will pass some metadata to the GOV.UK Pay API to specify more information for each payment. I was then hoping to use Stripe Connected accounts to pay the relevant marketplace sellers, using the metadata to identify the seller. Does anyone know if the GOV.UK Pay metadata can be accessed for the Stripe Connected accounts considering all accounts are Stripe based? Thank you

shadow iron
#

Hi there,
I have two questions about payouts. I would briefly explain, what our platform is/does:
We have on our platform connect customers (standard account) and this customers are offering some services for other customers on the platform. These services begin on a certain day and end on an another one, however the other customers need and book it. To prevent fraudulent behavior, we want to payout the service-offering customers first a few days after the service started. Therefore i set the payout schedule interval on each account to manual. Each day, a server routine proof the services and create payout for those, which was started x days before. Now my questions:

  1. For the payout i need the exact amount excluding our application fee and the fee for stripe, which would also paid off, if no manual payout would be used. Is this amount stored in the amount_capturable? Or what does amount_capturable exactly mean?
  2. If i understood it correctly, there are no further costs for payouts, when using standard connect accounts, am I right? Even if triggering more than one payout a day?

Thanks for your help!

vast sierra
#

Hello, I have a problem with website subscription payments into Stripe - can someone help?

ionic dew
#

Hi Everyone.
How can I apply one TAX on all product line items total?

  const customer = req.cookies["customer"];
  const job = req.body;
  let line_items = [
    {
      product: job.product,
      quantity: job.quantity,
    },
    {
      product: job.product,
      quantity: job.quantity,
    },
  ];

  let orderBody = {
    customer,
    currency: job.currency,
    line_items,
    payment: {
      settings: {
        payment_method_types: ["card"],
      },
    },
    expand: ["line_items"],
  };
try {
    const order = await stripe.orders.create(orderBody);
    res.send({ invoiceId: order.id, clientSecret: order.client_secret });
  } catch (error) {
    console.error("error", error);
    return res.status(400).send({ error: { message: error.message } });
  }

Dynamic created tax: https://dashboard.stripe.com/test/tax-rates
as per documents i have applied on the single line item:
ref: https://stripe.com/docs/api/orders_v2/create#create_order_v2-line_items-tax_rates

rapid arrow
#

Hello, who should I contact if I have a problem with my stripe account?

trim pulsar
rocky saddle
#

Hi I am wondering if it is possible to give an option for my customers to send them an invoice after successful payment with name, surname and optionally tax number

tame plank
#

Hello guys! I need some help to integrate stripe in my vue app

#

I have the needing to let the user if my vue app to be able to subscribe using stripe. My team use firebase as backend as a service and I'm a bit confused on how to proceed

#

what I want to avoid is to have cloud functions to contact stripe server and just have something that will contact stripe and get back a response that I can save inside the realtime database my team created

#

any suggestion?

hollow prairie
#

Att89-payout-reconciliation

#

Emily150

cerulean pineBOT
#

:question: @rapid arrow Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact

rapid arrow
#

Is there a customer service email that I can contact? I can't log in to my account. I have provided ID verification information, but I can't receive the email information.

hollow prairie
#

gunwant_dev-orders-tax

rapid arrow
#

I need someone to communicate with me and I have gone through these steps.

hollow prairie
#

Jason Jay-apple-pay

ionic jacinth
#

Hi! I would like to know if there is a massive subscription update via APIs. thanks

hollow prairie
#

asdfgh-invoice

#

ziobru6-sub-integration

leaden sun
#

Hello Stripe devs. Question about Apple Pay - Express Chekout - I am working on a Stripe Card Elements (payment intent) integration that includes an Apple Pay option using a Payment Request Button on the order confirmation page. The client is also wanting the option to include Apple Pay buttons on product pages to allow Express Checkout, thus bypassing the current checkout (billing/delivery address, shipping cost etc) - is this possible using Card Elements/Payment Request button?

hollow prairie
azure hatch
#

Hi Stipe devs. now i'm integrating stripe on my project. i'm following this tutorial https://stripe.com/docs/payments/quickstart i'm using React JS and Node on it. after implemented the code, i found different between the tutorial preview and my site. i screenshot the different. on my site not display the options payment methods. i follow exactly the same from the tutorial.

wooden raptor
#

i need help to integrate stripe on my ionic angular firebase project thanks in advance!

gray zodiac
#

Hi everyone i have a question about stripe subscription. In our application, user has the opportunity to choose the start date of the subscription. For example today is 06/06/2022 and he chooses a weekly subscription and sets the subscription start date to 09/17/2022. In this case we get an error
ERROR: billing_cycle_anchor cannot be later than next natural billing date
I tried to set trial_end to 09/17/2022 but in this case we don't come paymentIntend on which all the logic on the project is based.
I tried to combine trial_end and billing_cycle_anchor. But when i set trial_end and billing_cycle_anchor to 09/17/2022 i have error
ERROR: When billing_cycle_anchor follows a trial, the anchored invoice must be prorated. For a longer free period, use a longer trial
Anyone have idea how it can be implemented? Thanks in advance!

hollow prairie
#

ferdinand-automatic-pms

umbral drift
#

Hi,

I'm setting up a story book for react with stripe, and I wonder how can I pass a client secret that would work.
What I was doing till now is create the secret in the dev app and then paste it in my storybook, but as you can imagine it's annoying cause sometimes it becomes invalidated

hollow prairie
#

carspare

vocal wagon
#

Hey everyone ! I am building a platform where people can top up money (credit card/wire transfer) to invest in various projects and then at some point in the future they can cash out their balance to their credit card/bank account.

For such app, do I need to setup a Connect account or can I use regular payments_API ? It seems that my platform doesn't match the Connect's use cases given by Stripe documentation (my user are not "sellers"), but I don't see any payout feature within Payments...

mossy flame
#

Hello, I am doing card not present transaction using payment intent API. How can i increment authorisation amount?

honest cloak
#

Hi, I'm having some problems to integrate a webhook with a "connected account".

So far, I wrote a working "direct" payment webhook.

The js code was:

const session = await stripe.checkout.sessions.create(
          {
            line_items: items,
            mode: 'payment',
            metadata: { order_id: fetchedOrder.id },
            billing_address_collection: 'required',
            success_url: `${NEXT_PUBLIC_NEXT_BASE_URL}/order/success?order_id=${fetchedOrder.id}`,
            cancel_url: `${NEXT_PUBLIC_NEXT_BASE_URL}/order/error`
          }
        );

And the webhook listening to checkout.session.completed did intercept the event (and the php\drupal backend did the job).

Now the updated code is :

const session = await stripe.checkout.sessions.create(
          {
           // ...same as above, plus following
            payment_intent_data: {
              application_fee_amount: percentage,
            },
          },
          {
            stripeAccount: authorStripeAccountId,
          }
        );

This doesn't trigger anymore the checkout.session.completed event.
I tried to crreate a new webhook enabling Listen to events on Connected accounts
This trigger the event, however the backend

 $webhook_id =  $this->configuration['webhook_id'];

    $signature = $request->headers->get('Stripe-Signature');
    $request_body = $request->getContent();
      try {
        $event = Webhook::constructEvent(
          $request_body, $signature, $webhook_id
        );
      } catch (UnexpectedValueException $e) {
        return new JsonResponse($e->getMessage(), 406);
      } catch (SignatureVerificationException $e) {
        return new JsonResponse($e->getMessage(), 401);
      }

now returns this error ""No signatures found matching the expected signature for payload"

What am I missing? The tooltip of the option suggests a special header but it is not clear to me where\how to use it (if that is the problem)

dapper sparrow
#

how to add trial to running subscription using subscription update apis ?

warm narwhal
#

Hi, for the card 4000000000003097, the documentation says that it should fail the attempt to perform 3D, but in my case its not failing and its getting successful authorized

upbeat grove
#

Hi, is it possible to use manual payout api without users passing KYC.
I have a case where we just wanna top up stripe account and send funds the xyz accounts

obsidian quartz
#

Hello, guys!
A few questions about "client_secret" attr in response of stripe.PaymentIntent.create() and stripe.SetupIntent.create() methods.

  1. If some process was stuck on our side can we use this client_secret after some time. (Can "client_secret" be expired after some time? if yes - what is the time range?)
  2. if we did one unsuccessful request using this "client_secret" and got erorr with CreditCard for example. Can we use this "client_secret" again with new credit card? Or we should create new Intent for it and will pass whole process again?
vocal wagon
#

Hi, a quick question. Can we count on account.application.deauthorized event being sent for Stripe Custom accounts? Because I see it triggered on Stripe Custom test account delete action, but by the documentation it should be available only for Standard accounts https://stripe.com/docs/connect/webhooks

Learn how to use webhooks with Connect to be notified of Stripe activity.

old zenith
#

Is it not possible to alter the active status of a product through the Dashboard?

hollow prairie
#

mateusz-custom-account-event

shadow iron
#

After setting the payout interval to manual (via Java API) for each connect customer, the dashboard still shows, the payout interval is automatic. Is this because of using stripe in test mode?

safe spire
#

Hi! Is it possible to handle payments throw IBAN?

autumn creek
#

does the Stripe Climate product have an API?

rocky saddle
#

Hi, I am facing an issue with sending invoice with tax number

#

Firstly I am creating tax id

#

And then I am passing it to invoice

#

But I am getting an error which says - No such account_tax_ids: 'txi_1L7euHDOx9DiEb0569HJOP24'

calm crypt
#

Hi I'm having trouble with webhook integration in Laravel

sweet spire
#

Hi, can we apply multiple coupons based on the product quantity., i.e :- If I have quantity = 2, how can i apply coupons of $3 two times?

tall cove
#

Hi all, I am trying to set a 'billing_cycle_anchor' in the future but I am getting the error: 'billing_cycle_anchor cannot be later than next natural billing date'. This is my code: \Stripe\Subscription::create([ 'customer' => '[customer_id]', 'items' => array ( 0 => array ( 'price' => '[price_id]', 'quantity' => 1, ), ), 'payment_behavior' => 'default_incomplete', 'expand' => array ( 0 => 'latest_invoice.payment_intent', ), 'billing_cycle_anchor' => 1657113407, 'add_invoice_items' => array ( 0 => array ( 'price_data' => array ( 'currency' => 'gbp', 'unit_amount_decimal' => 2599.0, 'product' => '[product_id]', ), ), ), ]);

#

What I am trying to do is charge an initial payment (x amount of months up front) then schedule the subscription to start after the up front payment months.

#

I have got this working with trials but in my case they aren't really trials as such, plus we may wish to introduce real free trials in the future, so I would like to be able to set the subscription start date in the future instead, if at all possible

delicate crescent
#

Need to understand how prices work.

I had created 3 prices for a product using API as follows

  1. 8000AED
  2. 80USD
  3. 800INR

But later in the dashboard the pricing were listed as below-

  1. 80.00AED
  2. 0.80USD
  3. 8.00INR

Is there anything wrong done.

rocky saddle
#

Hi, can I in some way send and invoice to mail in test mode?

coarse rapids
#

Good Morning!
Stripe already makes payment splite in Brazil

lone bough
#

Hi, I'd like to add a "save my card" option to my UI. I'm using PaymentElement component.

I've seen this conversation: #dev-help message
It was suggested to pass setup_future_usage in confirmPayment method.

However, I'm receiving an error on frontend:

Uncaught (in promise) IntegrationError: stripe.confirmPayment(): do not pass setup_future_usage at confirm time. Instead, pass setup_future_usage when the PaymentIntent is created.

Setting setup_future_usage on intent creation would mean to recreate the intent on BE on every time user clicks on the checkbox. What's the correct way of doing this?

coarse rapids
#

I'm doing stripe integration with bubble using payment split but in development mode everything goes well.
But in live mode it returns an error that there is no application connected is there any documentation of integration with bubble?

turbid stone
#

Hello everyone! I am experiencing an issue with the card element. I noticed this morning on my Android device that when clicking in any of the Stripe fields it zooms WAY in. Has something been updated in Android os to cause this that we need to code around?

static compass
#

hi , is there any way to force an automatic payout? real/simulated

round owl
#

Hi, is there any way to accept crypto payment on Stripe currently? I'm from France

safe spire
#

HI. I've got this problem

rare pier
#

Hi, is there any way to retrieve bin code and issuing bank details using stripe card elements?

#

i am using angular 7, ngx-stripe 9.0.1, stripe-js 1.18.0

#

after submitting card details i am using handleCardPayment to attach payment intent and get payment method api

#

payment method api only return card country, last 4 digits but no bin code, bank details received

#

thanks

rose otter
#

ermander-error

glacial grove
#

hello
How can I bulk refund transactions?
thank you

serene viper
#

Webhooks don't receive account.updated event with connect

lime laurel
#

Using the react-stripe-js library, is it possible to only wrap a single part of the form in a <Elements /> component? Ideally, we only want to include the <PaymentElement/> inside the Elements provider and not the entire form. But then I'm running into the issue of how to access the elements data in the submit handler without being able to use the useElements() hook. I can include more detail about our structure in a threaded response

winter forum
#

With Stripe checkout, do the cart details get sent to Stripe via merchant's backend, the Stripe JS or the merchant frontend (via Ajax)?

shadow crane
#

Hey guys, I made a Stripe payment link setup with this video: https://www.youtube.com/watch?v=1r-F3FIONl8, it works great, but I can't have the quantity to be updated. Here is everything: https://github.com/Yahmooo/BusinessWebsite The quantity in shop.js should be live updated with the typed in quantity from shop.html(scroll down). If someone can help me fix this he gets 5$. Put it in VS Code and run "node server.js" in the terminal, open up shop.html with Live Server and change 127.0.0.1 to localhost. Only watch in the folders, don't mind about the other datas, important stuff is in public and server

maiden beacon
#

guys, i am sure this was asked before, why does it takes like 30 seconds to get from stripe payment page back to my website where purchase was made ?

tired crater
#

Our system would like to auto-cancel 99% of our subscriptions that don't pay after 30 days, but would like to prevent enterprise subscriptions from getting cancelled in this way, is there a way to separate auto-cancellation policies by product?

proud saffron
#

looking for help in getting the generation of a Customer Portal session to work for customers created on Connected Accounts. In the documentation, it indicates "make sure you configure the customer portal for the platform, not a connected account." We have it working for customers created on the platform account but when I try the API call with this test customer Id (cus_LpKul8OXuKC77F), I get the error that the customer cannot be found.

crisp jewel
#

Hello guys, I'm using Stripe with custom PHP integration. I have an old version of library, actually I would take a preview of the pricing user will go to pay.
i'm doing something like this:
$upcoming = \Stripe\Invoice::upcoming([
'customer' => cus_xxxxx,
['subscription_items' => ['price', $price_id]]
]);

But as output I got Invalid object

Sorry, solved
$upcoming = \Stripe\Invoice::upcoming(
[
'customer' => cus_xxxx
],
['subscription_items' =>
[
'price', $price_id
]
]
);

daring lodge
#

kitem - php

floral crown
#

Is it possible to retrieve/lookup a connect account's details by email? The use case is check if a user has an existing connect account to determine whether to create a new account or just regenerate an account link to allow the user to complete the onboarding flow to verify the account.

wind ether
#

Hey guys, got and issue with a connected account that is in 'enabled' as opposed to 'complete' status. The status says that the business taxid must be provided, how ever the company object in the account object states that 'taxIdProvided' = true. So what additional information are we waiting on ?

turbid stone
autumn creek
#

@hollow prairie sorry, was not able to get back to you on the API for Stripe Climate thread. Can you setup an other thread to discuss this?

alpine zenith
#

Hey Guys, I require help please... I am unable to get my Stripe account connected to my Stripe account

#

*connected to Klarna

valid torrent
#

Hello! is there any way to see a list of emails that Stripe sends to the customer?

vocal wagon
#

Hello guys, I read everywhere that it is possible to accept wire transfers (bank transfers) as a payment method. However, it doesn't seem to be available in Europe, right ? When I click on a customer I can only see "add a US bank account, which would imply lot of international bank transfer fees..

twilit roost
#

£105 has been taken from my bank account from stripe as the customer claimed their item wasn’t delivered. I have proof it was delivered but it wouldn’t let me upload it as evidence as the file is too big I want my money back now. I have photo proof that this person scammed me and have proof of them admitting it.

golden spade
#

If I have a (annual) Subscription (for SaaS) that has two SubscriptionItems on it, is it possible to "cancel" one of them in the sense that the customer would still get the benefits of it until the end of the cycle, when it would be removed from the Subscription? (I know Subscriptions can be cancelled like this, but not sure about SubscriptionItems)

neat urchin
#

Hi,

I know that Stripe provide an onboarding process for new stripe users.
But if my platform oriented only on Stripe-users - Is there any 'login'-component. Basically instead of building own login page - I want to rely on Stripe login ? Is it possible somehow ?

idle iris
shadow iron
idle iris
shadow iron
idle iris
surreal temple
#

@idle iris @shadow iron do you two want a separate thread? We try to keep the main channel relatively clear so we can easily see what's going on.

abstract dagger
#

On stripe there's a way to select Countries for testing bank numbers. Is this because if you're in india, you're ONLY allowed in that format?

serene viper
sage totem
#

Hello, Some here can help me to verify my stripe acount? Thank you in advance!

dry horizon
#

Hi
How to increase expire duration of onboarding url generated through API
stripe.AccountLink.create(
account=create.id,

quick birch
#

Webhook Question : customer.subscription.updated --> Would it be possible to know from the event what exactly was updated?

delicate pelican
#

I wanted to check if a coupon can be added which takes x amount off of a product, for each count in the order? E.g. coupon for $25 off item A. There are 4 item A's in the order, so $100 off ($25 each) is applied.

golden spade
#

Will/can one Invoice cover multiple subscriptions if they have the same customer, billing period, etc?

vivid compass
#

Hi, I have added Klarna as an integration and I wanted to test in production. I'm using Payment Element, Stripe React, and Stripe (Standard direct pay) Connect accounts. How might I test that my Klarna integration with Payment Element works with the different variations of countries and currencies that Klarna supports

stiff forge
#

I'm having a problem when making a purchase on a website, when I'm redirected to 3D Secure the page closes out of nowhere.

finite portal
#

Howdy again! Is it possible to programmatically and atomically advance the first invoice of a newly, manually created (not via a payment intent) subscription and, on a payment failure, mark the subscription as incomplete? I've tried using /v1/invoices/:id/pay, which does mark the invoice and charge as failed, but the subscription is marked past_due instead of incomplete. I've also tried to advance the first invoice using /v1/invoices/:id/finalize , and while I see the invoice advance to Open, the payment is set to Incomplete and the subscription is active.

Any ideas?

cc: @bleak wasp

fleet sable
#

Is there a way to determine via API if a (standard) Connect account has tax enabled?

wide citrus
#

stripe-react-native (on Android) fails to attach card after successful 3ds authentication, while the very same code, works just fine on iOS.

brisk solstice
#

Hi, I'm doing some load testing on a checkout process that has Stripe in test mode. Would there be some throttling for Stripe on these tests? or bot detection that would delay the checkout?

lusty osprey
#

Hello everyone! I'm working with the react native sdk and I've noticed that the card field isn't validating the postal code in put the same way that it does on the web. It doesn't even have a limit on the number of characters. Is there some configuration I'm missing?

quaint cobalt
#

Hey Guys,
I got notifications earlier from notifications@stripe.com that a stripe will stop sending notifications to the webhook url on 8 June because 23 notifications failed. We have fixed the issue on our end and it will work fine for newer transactions! However some existing webhooks that failed earlier and will auto retry will fail again. We don't wan't that. I have tried to reply back to the email but got an automated reply that it's not being monitored, So I came here for help.

To summarize, please don't stop sending notifications to our configured webhook URL

soft gale
#

Hello,

Are there any suggestion on how to implement Gift Cards? Is there a built in-stripe feature that can be used?

Or would it require custom development?

smoky holly
#

Hello, i have turned on apple pay as a payment method but it does not appear on the payment page. how could i fix that

maiden wadi
#

Hello, does any one know how to integrate Stripe, back4app and Apple Pay in Swift(UIKit)

vocal wagon
#

so i have added the record to set up a custom email but after 7 days the page keeps saying "please add Missing TXT record" any ideas?

plush rampart
#

Hi, Stripe failed to verify ownership of domain for applepay. Can someone help me please? Thanks

livid ore
#

Hello, we are trying to display the virtual card information to our users. Is there a way to retrieve the full card number and cvc on the front end to avoid having it touch our servers and back end?

idle blade
#

Hey, we are trying to update a subscription and have the user pay the prorated amount immediately rather than when the next invoice goes out. Is this possible to do?

abstract dagger
#

I understand only certain countries are supported for Stripe Custom Connect accounts. Does that also apply to bank payouts? Was wondering if it was possible to add a bank payouts?

brave scroll
#

Hi there! When we have a user update their subscription, we are seeing prorations/changes and any additional 1 time fees we add go to "Pending invoice items". When do these get charged or what happens to these? Thanks!

serene heron
#

Hi, good afternoon to y'all.
I have a question, well, we actually are working on test mode, but we need to go to the real now.
Is possible to transfer to another account even if its not connected?

golden spade
#

If I create a Subscription with two SubscriptionItems "foo" and "bar", it defaults to renewing each year. If I then create a SubscriptionSchedule using the from_subscription parameter, I can then use the phases to cancel "bar" at the end of the year. But my phases need to have an end date, so how do I cancel "bar" but keep "foo" auto-renewing?

manic flint
#

Hi Everyone. We are having an odd issue collecting via ACH direct debit from savings accounts that were imported via the API. The customers bank is saying that NACH code is incorrect.

tired crater
#

We have a test user who has been switching between plans on our test network and it's caused their test account to get billed every time, but then prorated credit back

brisk leaf
#

When we have a saved credit card selected in the Checkout page of WooCommerce, an empty box appears. It goes away when a user clicks Use a New Payment Method and shows the correct info. Please help.

narrow knoll
#

Hi there! How can i use this api: /ajax/exchange_rates?currencies... . Actually, we want to support multi currencies, we want to define only one price (with currency is USD) so we need above api to show users the exact amount they should pay base on their country's currency.

quiet beacon
#

Hi, I have a question about subscriptions. My customers' invoices are going into draft statuses without any attempt to collect. This happens when collecting on an invoice fails. Is there a setting to always attempt collections for new invoices in draft status?

pure dragon
#

Hey just a quick question regarding subscriptions. I am selling a service and i would like to only offer a certain # of subscriptions. is it possible for me to choose the number of offerings I can make available for clients on the back-end, and even show to customers (if possible) on the front end? thanks

cold ruin
#

Is it possible to have items with custom amounts using Checkout? (For example, a user entering an amount to donate)

glossy eagle
#

Allo

magic kiln
#

hi, we believe that one of our client LAN , where wise pos E card readers are deployed, changes IP addresses frequently affecting communication from our iOS app (that uses the terminal SDK) to the card reader , even if via Stripe servers. Can somebody explain the behavior of terminal SDK when wise Pos E address changes? The hold card reader hostname tied to the IP address would no longer work, hence what does terminal sdk do in this instance? and/or the recommended path forward at the network layer otherwise. thanks

drifting hollow
#

we have a connected account that is processing, and we need to move to another api stripe account so they are not processing on the same account as our own business account. we created a new platform-only account and have switched the api for signup from our app. Question is - the current client account has a payout coming. if we switch it to the new platfrom api and ask them to signup again, will they still get their payout from the other account?

rocky pecan
#

i have a payout on gigsmart in transit and that bank card is closed and i’m trying to cancel the payment in transit to send it to my bank account

#

can i have some help please

viral helm
#

I've been trying to complete a purchase that keeps getting declined

hexed harbor
#

Hey team, we've built a flow where customers add their payment method and get charged via a Payment Intent. We process the order right away, but we're concerned that we might have failed payments and we'll need to manage those. Ideally, we'd like to avoid building a page for customers to see failed payments and a way to retry them. If possible, we'd like to start by manually sending them a link to complete a payment. This would be far less to build.

coarse oriole
#

Hey Team, I have a requirement which came from one of our Customer. They want their customers to create Stripe Subscriptions, however charges needs to be collected as arrears.

  1. Client accesses Stripe checkout page
  2. subscribes to legal service by entering card/bank details
  3. MONTH 1 COMMENCES
  4. Client accesses/uses portal (see video here for high level of current portal)
  5. debit of card/bank account entered in (2) occurs 30 days later
  6. MONTH 2 COMMENCES
  7. Client accesses/uses portal
  8. debit of card/bank account
  9. MONTH 3 COMMENCES

Cycle continues until cancellation

Where cancellation:

  1. Client cancels during MONTH 3
  2. Debit of card/bank account
  3. MONTH 4 DOES NOT COMMENCE

is this possible in Stripe?

pale wadi
#

I got an email from Stripe saying my account was going to be shut down. They said I am using Stripe to sell a product that is not allowed. I sell nothing related to this product. Please help me ASAP!!!

pseudo knot
#

Hello! For signing up and onboarding (for connect), is it possible to make the account/onboardee enter their bank account info on the flow so I don't have to collect it on my site?

I'm using https://api.stripe.com/v1/account_links and it doesn't give me the option... or so I think.

near ember
#

Hello Stripe, I have a question.

I didn't know the difference between charges (capture) and Payment_intents (capture). It is true to say it is the same function. But with charges (capture) we CAN NOT use checkout (after pressing the button buy will redirect to stripe checkout domain page, and in there, users can input the information of card). And with Payment_intents we CAN do it.
https://stripe.com/docs/api/charges/capture
https://stripe.com/docs/api/payment_intents/capture

Thank you.

proud cloud
#

Hi @golden cosmoscould you help me with an urgent case?

#

or @mental tusk !

gleaming gale
#

Hello all, I'm just wondering if there is any reason why a fee is not being collected by Stripe when transferring funds to a connected account? We have an invoice, and when that invoice is paid, we create a Transfer to the customer's connected account. As part of the invoice, we also calculate and factor in both the card processing and transfer fees to be included on the invoice. Stripe is collected the Card Processing fee, however when the transfer is created and paid to the account, it shows the Stripe Transfer fee in the dashboard as 0. Is there a threshold or other parameter that needs to be satisfied before stripe collects the fees?

halcyon crow
#

👋 Hi there. How do i rename an account in test mode? My account name is setup correctly in live mode but when I go into test mode just shows the acct_XXXXX making it hard to test. Is there a magical way to make names show up that I am missing? My connect console currently shows alot of random strings.

I should point out, it's only when using a connected account to view my account that I am seeing this. When i log into the account itself everything looks fine. But when i look at the connect dashboard from the platform account it's a mess

golden cosmos
#

brollie-testname

arctic fiber
#

Hey yall, I am wondering if its possible to apply a discount to the next invoice of a subscription? If so where is the documentation on this as I cannot find it anywhere

#

*Through the python-sdk

calm crypt
#

Hi, when creating a new checkout session, the webhook should be firing right?

thorny breach
#

Hi Team for credit card integration(iframe), we found that the field 'zip' will appear in some occasions , just wanna know the detailed rules that zip appear,, and if we did not send zip, will that affect the conversion rate indeed?

oak coral
#

can we use stripe <IbanElement /> to create token for external account ?

fathom reef
#

Does checkout use the orders API? Can checkout collect the location of the user? - it seems like it is not ready yet for subscriptions

#

What about ACH direct credit, how do I integrate that with checkout?

vital slate
#

When creating a Checkout session and letting user checkout as guest (without creating a customer). I won't be able to create an Invoice afterwards, because I would require to create customer beforehand right? So it would make sense to set the option to create a customer to always instead of if_required correct? Or is there a way to create invoices/lineitems for guests too?

golden cosmos
#

ahjaydog-help

hearty garnet
#

Hi, If the customer failed the 3d secure authentication, is there any chance to re-auth it again?

oblique relic
#

Hello question when I do the test I don’t see this step in the standard onboarding

#

However when I visit another site using standard I see this step ?

#

Is this step not available in test mode

golden cosmos
#

JCrags-invoice

#

meisei81-3ds

#

milesahead-onboarding

swift rain
#

Is it possible to update a subscription once a prorated invoice is already paid? E.g. I want to upgrade from Monthly to Annual, I got my invoice but later on, I decide I won't continue. Therefore, subscription shouldn't be annual.

feral sierra
#

we are expecting the case where user create payment page (like Click Funnel page editor) and allow user to place two or more credit card input section on a single page. (For example, one is for Desktop page layout and the other is for Mobile view)

In above scenario, would it be technically possible to restrict payment intent for each cc section and prevent duplicated charge to the end user??

rapid arrow
#

Can someone help, the content of the email sent is that the reset is refused, what else can I do to get into my account.

frosty sparrow
#

I have an Indian account and due to RBI, i can't change country for bank payment.

Does creating atlas will help me overcome such limitation?

icy ruin
#

Hi
What will be the testing routing no for creating bank

north ether
#

Hi @misty hornet , can we update the Address of the ACH bank account?

dreamy karma
#

Hi team , i have question about discount parameter so my discount field is not required any time so can i send null in code or not or yes then how
$session = \Stripe\Checkout\Session::create([
'payment_method_types' => ['card'],
'mode' => 'setup',
'discounts' => [[
'coupon' => 'code #######',
]],
'customer' => $customer,
'success_url' => url('/'),
'cancel_url' => url('/'),
]);

tall cove
#

Morning all. I have created a SubscriptionSchedule, and I wondering what I need to do to get a payment intent associated with this SubscriptionSchedule

open violet
#

After creating a customer and a product for that customer, how do i go about having someone purchase it for just a single purchase? Do i need to attach the product to a subscription with no recurring charge?

misty hornet
#

Hi @icy ruin your thread is still open, shall we continue the discussion there?

icy ruin
#

Okay,
Sorry about that.

quick birch
#

What are the stages of customer status if there is no default payment method attached from a trial:
trailing -> past_due ?
it seems for me it goes from trailing -> active -> past_due

misty hornet
#

@icy ruin don't worry about that 🙂

cedar echo
#

Hi there. Do we need a Developer to implement BECS Direct Debit in Austrlaia?

celest drum
#

Hey, I'm developing a subscription based app, I'm kinda confused by the number of the webhooks I need to handle, there are so many webhooks that sound to be very very similar and I'm having hard time distinguish which ones I should be listening to,
For example which webhook I should rely on to know when a subscription is paid, when it's cancelled.

There are invoice webhooks, subscription webhooks, and they all get triggered. For example, when subscription is paid and is guaranteed that it's paid, should I use customer.subscription.updated or invoice payment success, or payment intent succeeded, ...?

Also, is there a sequence diagram or somewhere where I can find the order the webhooks are triggered?

snow grove
#

Hello question. Can an external account with a pending payout be deleted from a connect account ?

round summit
#

Hi, I have a question. I'm building a paylater payment platform. And I need to make some automated payment in this Web application.

  1. I should be able to collect money from the customer linked card periodically by considering the loan amount they have taken.
  2. Need to make a payment automatically to a bank account on requested time period by the customer. Every 3 months, 6 months, one year. This time period is changing from customer to customer.
    Can I do this process through stripe
vivid parrot
#

Hello Team... I'm planning to develop an application "Tap To Phone". We will develop a card reader that we will use to read any credit or debit card. The details of those cards will be sent to the Stripe for contactless payment. In short, we are developing an mPOS system with the help of Stripe. So, Stripe will handle the payment and our android application will push the card details on Card Tap to Phone. Any help from you guys?? How can I use the API or the Terminal that supports our android device instead of using Stripe hardware?

tall phoenix
#

Hey guys, May I know how to link PaymentIntent with Payment Links? Meaning to say once PaymentIntent has been created, how can I know this payment was made via which payment links?

tropic bridge
#

Hello folks, good morning. We have an issue with subscriptions with initial free trial. Is possible for some customers to activate the sub without having a payment method registered. This is not ideal for the experience, what we can do to fix it?

tough cobalt
#

Hi, what is the recommended practice regarding closing open subscription invoices on stripe?

For example, we use payment element to have our custom checkout which requires that a payment intent secret be used. In the case of signing up users to a new subscription, we create an incomplete subscription and fetch client secret from the payment intent associated with the open invoice for this incomplete subscription. However, say a person does this but then doesn't checkout. Instead tries again a bit later: this time a new open invoice is generated. I know that open invoices for incomplete subscriptions are voided after a day when the incomplete subscription expires, but whats the recommended practice here? Should I leave them as is, or should I close/void previous open invoices before creating new ones?

hollow nebula
#

Hello guys, I'm looking at incomplete_expired status of a subscription. I understand that this is a terminal status for any subscription. Is it safe to think that there will not be any update to the subscription object within Stripe once it has this status? (Meaning incomplete_expired will be the last change happening on the object)

vocal wagon
#

hello, im implementing a payment history with refund button, when a refund button is pressed i need that payment button to get disabled, is that possible to be done?

vocal wagon
#

Hello guys,
Has anyone used postFinance (switzerland) cards with stripe? Do you know if it is supported?
Thanks¡

mellow verge
#

Hello, I'm struggling with the installation of Stripe for VS code on windows, The Stripe CLI's executable can't be find even My absolute path seems to be correct

stiff inlet
#

Hi there,
We are planning to use Stripe Connect for Payouts.
When we do a Payout: Is a credit note generated automatically for a payout or just a receipt?
Because we need a credit note for legal reasons in germany...

void knoll
#

Hi,

My name is Yonatan, I am a web developer at Lightricks. We have integrated the Payment Request Button in our web frontend (we also have server implementation, of course) and it is working. However, browser cards are never available. Even when we are following all of the instructions on the docs, on a browser that supports saved cards and has valid saved cards, the browser card button won't show up. It did work in the past, but stopped working without us changing anything in the integration/implementation. Sometimes, rarely, in one of dozens of refreshes, the browser card button does show up, and on the next refresh it is gone again.
Can someone please help us understand what can be done? Is it a problem on our end or on Stripe's end? Maybe it's related to an exceeded call limit?

Thanks,
Yonatan

final pike
#

Hi, I'm currently using CardElement, and in the handleSubmit I'm using result = await stripe.confirmCardSetup. if result.error (errorCase) else (successCase)
Now I want to use PaymentElement, and looking at the docs I understand I need to use stripe.confirmSetup, then if success I'm redirected to the return_url. 2 problems though:

  1. I have a function that I get outside the component - onSuccess, where can I use it.
  2. I don't need to use the return_url since I want to use the onSuccess but it's mandatory (TS), why is that?
    Thank you, Edan
ashen wyvern
#

Hello we are implementing stripe for the first time.

I had two questions around this:

After a PaymentIntent is in a succeeded state is it possible for a payment to fail?
Does stripe then post this suceeded state to the webhook we are setting up

soft warren
#

Hello, I have a problem with the stripe keys, I can't connect

vocal wagon
#

Hi all!

#

I didn't notice you moved from IRC to discord

#

last Friday I posted a tech question there but no one answered and I was wondering why, lol

#

anyway, like I said in there

#

I am in the process of integrating Stripe Terminal (on top of our current Stripe integration)

#

I think I could manage to get it all done but I had a doubt about how to handle terminal connections

waxen quail
#

yunakai-terminal

tepid verge
#

Hello guys, is it possible to set the invoice.upcoming interval at less than 3 days with the dashboard ?
I'm trying to do a subscription update with proration_behavior none to adjust some item quantity just before the renewal cycle but this 3 days gap can let the time for our user to mess with there subscription.
Is there a better way of doing this ?

chrome axle
#

Hi, i have payment pi_3L7ycQKnG67zhble1Bww9TvE and i see metadata but here py_1L7ycUQSS3InvQAMbOxyr1pu i dont see metadata why ?

dry lichen
#

Hey,
how can I check if a connected account (of type express) finished its onboarding?
I'm a bit confused about the 2 fields: charges_enabled Vs currently_due

craggy agate
#

Hi guys - beginner question:

How should I implement BACS direct debit with my own form (without Stripe Checkout UI)?

I was able to add it as a payment method but I am missing a mandate from the customer so I can charge him

primal mountain
#

Hey all, we developed a rebuild of a website for a client, linked it to Stripe for WooCommerce using WooCommerce payments, now we seem to have two different stripe accounts linked to the same site causing errors and issues, and not really sure how to begin fixing.

hearty garnet
#

Hi, about the next action url of 3d secure, when will it be expire?

last shell
#

Hi folks, am trying to understand if the Stripe Gateway plugin for WordPress will allow payments via Clearpay / Afterpay? I can see a couple of references to it in the code but not sure if simply enabling it in our client's account is enough. I appreciate this is dev-help for Stripe rather than for the plugin, but suspect that a few people here will have a WordPress / WooCommerce / Stripe Gateway setup.

icy ruin
#

Hi,
I have created a account successfully and added a bank as well still it looks restricted.

thin zephyr
#

Trying to sign the webhook calls but am getting an error because it seems like

event = stripe.webhooks.constructEvent(request.body, sig, endpointSecret);
``` doesnt work
wintry marsh
#

hello guys, please i have a problem if anyone could help it would be great : it seems like my store lost connection with my stripe account it keeps telling me that my api keys are invalid so i tried to set new api keys in stipe account and the problem still the same

swift rain
#

Hello, why is the pending_update the same as the current data (e.g. billing_cycle_anchor)?
The scenario is to have a pending update for unpaid upgrade subscription.

misty flicker
#

Hello there, need help on txn statement

visual hawk
#

hi

#

[Subscription] when we using "proration_behavior": "none" , it won't be create the invoice immediately, right?

final pike
waxen spindle
wide citrus
#

Trying to implement google pay via Stripe and Expo, and after dealing with all the examples, I'm getting OR_BIBED_07 error after initGooglePay, and I can't find much documentation on what this actually means ..

dreamy loom
#

Hi, do you know how to create a subscription with two products with a different discount per product?

stark spruce
#

need some help, forever loading from stripe payment page back to our website (like 60+ seconds), this is the url generated and 504 error page

#

breaks the website completely after customer pays

#

on refresh website behaves normally and takes em to the proper thank you for your order page

ionic dew
#

Hello all!
Getting payment_intent is null when I have created subscription schedules.

    const schedule = await stripe.subscriptionSchedules.create({
      customer,
      start_date: 'now',
      end_behavior: 'cancel',
      phases: [
        {
          items: [
            {
              price: priceId,
              quantity: 1
            }
          ],
          iterations: 3
        },
      ],
      expand: ['subscription', 'subscription.latest_invoice', 'subscription.latest_invoice.payment_intent']
    });
remote reef
#

Hello, How can mobile users fill in billing address information when using card payment?

waxen spindle
#

moses-billing address

gray zodiac
#

Hi everyone i have a question about stripe subscription. In our application, user has the opportunity to choose the start date of the subscription. For example today is 06/06/2022 and he chooses a weekly subscription and sets the subscription start date to 09/17/2022. In this case we get an error
I tried to set trial_end to 09/17/2022 but in this case we don't come paymentIntend on which all the logic on the project is based.

#

Hi everyone i have a question about stripe subscription. In our application, user has the opportunity to choose the start date of the subscription. For example today is 06/06/2022 and he chooses a weekly subscription and sets the subscription start date to 09/17/2022. In this case we get an error
ERROR: billing_cycle_anchor cannot be later than next natural billing date Here is request log req_yOmchqVZRbkh3S
I tried to set trial_end to 09/17/2022 but in this case we don't come paymentIntend on which all the logic on the project is based.
I tried to combine trial_end and billing_cycle_anchor. But when i set trial_end and billing_cycle_anchor to 09/17/2022 i have error
When billing_cycle_anchor follows a trial, the anchored invoice must be prorated. For a longer free period, use a longer trial. Here is request log req_gEeriybUqlp1eB
Anyone have idea how it can be implemented? Thanks in advance!

feral linden
#

Bonjour,

#

Oui puis je changer l'URL de mon serveur de prod sur Stripe s'il vous plait ?

dusk dust
#

is there anyway that the wonderful dev help team here could ask the ios sdk team to release an updated version compiled with the new swift compiler as it is giving issues here on the Xcode 14 Beta 1

oblique relic
#

Hello question when I do the test mode using connect standard account I don’t see this. However on other sites that are using stripe standard I do. Is this part of the onboarding not available in test mode ?

craggy agate
#

Hi, I created a bacs_debit auth, then a payment using bacs, now I have a payment with the status requires_confirmation. do I need to do anything else ?

quick birch
#

What happens when you receive in your logs : Payment received an early fraud warning, surprised i wouldn't get an email from stripe, but rather hidden in my logs. --- What does it exactly mean here.

dusk falcon
#

hey everyone, was wondering if its possible to add a description to the subscriptions invoice item

heavy elbow
#

Hello, I'm trying to connect Avalara Tax to the standard connect accounts...Would I need to contact Avalara? As i tried to create a webhook at the connect account level but it didn't let me.

rough moth
#

Is there a backend alternative for accepting a klarna payment? https://stripe.com/docs/payments/klarna/accept-a-payment uses the stripe sdk stripe.confirmKlarnaPayment, I'd like to do the same back in the backend (go) for a test POC. (also will want to test apple pay). Mgr wants a proof of concept and it would be easiest for me to do this way, if possible.

Learn how to accept Klarna, a global buy now, pay later payment method.

wind ether
#

Hey, I got a question about connect accounts. I am creating my connected account as a custom account. I am having a problem with the taxid being rejected as invalid. Does the taxid number need to be formatted I.E 99-99999, or should it be sent with no dashes in it ?

lusty osprey
#

Hello! Is there a way to check if the postal code check on a card is valid before creating it? It seems to be possible as the android sdk is able to do it as shown in the linked screenshot but I can't figure out for the life of me how it's doing it haha

wraith sinew
#

Hi I am new here need urgent help

misty flicker
#

hello, my previous chat has been archived I guess, is it possible to resume?

mossy trail
#

Hey I have a woocommerce shop and I use stripe. Creditcard work perfectly... but pay Later does not work.
After the customer paid my shop dont get an answer from stripe.

#

anyone can help me ?

tranquil totem
#

hi

rough moth
#

I've read through accepting an apple payment but not ready to test w/ frontend. I'm looking for confirmation in the docs that I can do a separate capture and confirm on apple pay (also google), but not finding that indicated in the docs. Anywhere I can get that confirmation?

tranquil totem
safe spire
#

Hi! Is there the possibility to make a client pay throw bank transfer?

golden spade
#

My flow creates subscriptions and passes the client secret to a Card Elements in the front end (which comes from reading subscription.latest_invoice.payment_intent). With this flow, is the following webhook order pretty standard?

I've fixed my error for the customer.subscription.updated hook, but my invoice.finalized hook is failing because I was actually expecting payment_method.attached to be sent before invoice.finalized. Should I be expecting the invocie to be finalized before the payment_method is attached?

sonic arch
#

Hello everyone, I have a question regarding stripe hosted checkous session UI customization.
I found out how to list the items with names and images, but can I go beyond that regarding the checkout page itself?
Can I modify the logo of the application or add general text to the page?
I want to attach another logo (partnership) and the name of the partners.

shut marsh
#

Hello

pure crane
#

Hi,
I would like too keep records in my database of each subscription item (as suggested in the documentation https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#provision-access).
I'm not so sure how I should handle webhooks to keep my records sync when SubscriptionItem are removed from the subscription.
It would trigger the webhook customer.subscription.updated with the new items. There is no trace of what have been removed.

Create and manage subscriptions to accept recurring payments.

wooden mortar
#

Good morning/afternoon/night everyone, I am not able to see the the connected account created coupons, is it possible the see them?

rich steppe
#

Hello all,

I'm trying to use sepa - bacs direct debit on future payments. My customers adding direct debits using checkout session (prebuilt page). There is no problem. When I make payment, the payment status looks Pending and customers receive an email like this "Debit initiated by Stripe". I don't understand the payment flow. Will the payment be successful after some time or customers need to confirm the payment by contacting the bank? Do I need to do something on API side (webhooks already attached)?

fossil vapor
#

Hello,
I succesfully made working webhooks on local test env, however, on my production server, webhook is failling with a http 500 error, even if the whsec is correct.
Running stripe .NET api
Any idea?

thorny totem
#

Hey all, we're offering a 7 day trial on our product (using the trial_end parameter when creating the subscription). New customers do indeed get a 7 day trial (0.00$ invoice) but after the 7 days we see ALL customers get a invoice.payment_failed for the new invoice. Any advice? We are asking the customers for a payment method, but it looks like there is no payment method attached to them?

icy ruin
#

Hi,
Is there any way to fill this profession details at server side by passing params,
I dont want to enter professional details manual, I want to skip this page

eager turret
#

Hello,
I'm trying to get to the payout object from the payment itself.
In the stripe dashboard there is a "connections" section that lists the payout that this payment belongs to.
However I can't find this information in the API. Is there a way to get it somehow?

Thanks

cloud pasture
#

So when i create an new payment intent - i remember there was an attibute that saves the payment intent

#

For later use

#

Well saves the payment method*

broken spruce
#

Hi there!
I'm trying to test a page, using rspec system tests.
This page has a card element, and I cant seem to find a way to fill in the card info

#

I've found some solutions over the web but nothing seems to work

#

any tips on how can I test it/

#

?

hearty topaz
#

Not sure if I'm in the right place, but I'm having trouble getting the Stripe terminal to work correctly
It will not process payments
I was told by Stripe to contact a developer to assist me in programing the terminal

#

The PaymentMethod provided (interac_present) is not allowed for this PaymentIntent. Please attach a PaymentMethod of one of the following types: card_present. Alternatively, update the allowed payment_method_types for this PaymentIntent to include "interac_present".

wind warren
#

Hi, i am a little confused about paymentIntent. I was told that when using subscriptions, i don't need to create a payment intent, but now looking at the client side implementation using StripeElements i see that its asking to create a payment intent https://stripe.com/docs/payments/quickstart. Could you please help clarify if its needed

ashen mortar
#

Good morning,

Please assume:

  • Our business model is multi-seller e-commerce platform

Questions:

  1. Separate charges & transfer is the charge type that the platform collects money from buyer and transfer to the sellers which is good use case for platform like ours because buyer can buy multiple items that are sold by different sellers with one transaction. We want to make sure we transfer funds to the sellers when shipping status is "delivered". In this case, our platform has to hold the funds until the shipping status changes. How long can platform holds the fund? Is this good practice?

  2. Is it recommended to use destination charge and separate charges & transfer at the same time? Ex) When there is only one item in the cart, use destination charge. When there are multiple items, use separate charges & transfer.

  3. Document says when buyer requests refund, Stripe first checks seller's connect account balance, and if an account does not have sufficient balance, Stripe requests refund amount to their bank. Is it legal to bring back funds from their bank account?

  4. Buyer bought $100 item and wants to get a refund. Seller received $90 as a net profit, and gives back $90. In this case, is platform in charge of $10?

green thicket
#

Hi, how can I obatain default payment method of any customer. My scenario is, A customer with one type of subscription can opt for other subscription if it is a particular type of subscription. For example- user with premium subscription can go for premium monthly subscription as well. Now for user to have premium_monthly subscription I need information of customer's default payment method so that I can create a new subscription thorough it. Can you pleae help me with this?

#

When I say customer with premium subscription can opt for premium monthly as well, I mean at the same time customer can have both premium and premium_monthly subscription

dim hearth
#

@green thicket Please use the thread

green thicket
#

Sorry, I didn't notice that a thread is created

vivid compass
#

Is there a way to make PaymentElement (with stripe React) show 3 payment options by default? I currently get 2 payment options and then an overflow menu for the remaining one

stray shell
#

Hello, we are using Checkout for our customers to subscribe to our Subscriptions and are allowing for a free-trial. Is there a way to edit the text that shows up in the checkout screen for the free-trial?

fierce basin
#

Need help

errant ingot
#

Why can't we reach a REAL person on the phone? Did I miss the # somewhere on your site?

glossy eagle
#

Hallo. I'm looking to confirm that providing a coupon code to someone signing up for a subscription will only apply the coupon for the first subscription payment. and not every subsequent one. Right? I tried googling this and the search terms are just so overloaded that everything comes back.

harsh reef
#

I can't pay on the page because decline my card and my card is legit in other occasions I pay with no problem

vocal wagon
#

Hi guys, I'm using Stripe Elements in my React Native App in order to add cards for future payments, everything works fine until I'm initialising setup intent with the same data - phone number, name and email - with used previously data instead of having "Add card" screen I can use previously entered cards - thats not behaviour what I want, my app has own "Remembering cards" logic. How to disable that screen?

sudden siren
#

Hi Stripe friends. We have an existing ApplePay integration with several hundred hotels and would like to shift it all over to Stripe and use Connect as a platform to manage everything a bit more nicely. Is there possibly a way for us at a partner level to share our Apple credentials/certs and use our existing domain validation to cross over and use Stripe?

vale dragon
#

Hey! We are adding metadata when creating transfers. But noticed that the metadata order is displayed differently for each transfer in the UI. Is it possible to display them in a specific order?

Edit: We're using stripe-go. Since metadata is a map and map is an unordered type, it's not possible to order them in a specific way?

swift harness
#

Hi,

My business model is a multi-seller e-commerce platform.

I use Stripe Connect to pay my sellers and the connected accounts are express accounts, which have their own light dashboard for payments received from my store. The thing is that, in the express accounts dashboard, the order ID from which a payment to a seller is originated is not showing. Is there a way to include that metadata in the express accounts dashboard to show the Order ID? I mean, I, as the store owner, can see to which order any payment corresponds to, but not the connected accounts (my sellers).

Right now the express accounts dashboard show:

Payment from [name of the store] 25 apr 248.62 MXN

And I would like for it to show:

Payment order [order ID] from [name of the store] 25 apr 248.62 MXN

Is this possible?

foggy dawn
#

swoopdog-metadata

amber topaz
#

Hi I have a problem with payment methods and sources, the api was changed in the last few days without notice and im wondering what the expected result is for a specific call if someone could help. Specifically, the information in this thread i had here is outdated https://discord.com/channels/841573134531821608/949017362659700767

old marlin
onyx garnet
#

Hi, I am having problem with API Key, I have provided the secret key in the Authorization Header but when i send post request (checkout api) in postman, it still said that the api key haven't provided yet

crisp epoch
#

I'm using stripe_terminal for the flutter app and having difficulty closing connection if an error has happened. The terminal is waiting for a card to be inputted.

cinder mauve
#

hello, I am trying to integrate presentPaymentSheet in my react native app.
When I am using initPaymentSheet method for initialisation, but I am not receiving any response from that method.
Bellow is my code:

const initData = await initPaymentSheet({       customerId: customerId,       customerEphemeralKeySecret: ephemeralKey,       paymentIntentClientSecret: client_secret,     }).then((response) =>  {       console.log("response => ", response)       openPaymentSheet()   }).catch((error) => {       alert(" init error", error)   });

This is same as per the documentation, also sharing the link below.
https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-flowcontroller

Securely accept payments online.

vocal wagon
#

A guy by the name of Jon Camp had high praise for the developer documentation and wishes it was Opensource

lunar elm
#

Test mode - express account - nodejs: even though I clear All Test Data and re-onboard, it still recognizes the email I've used when trying to test the Onboarding process. How can I completely erase ALL test data?

eternal silo
#

Hi folks; you can use the Transfer API to transfer funds from the Platform account to Connect accounts.

But what do you do to do the reverse? Transferring funds from a Connect account to the Platform account? Or just defunding Connect accounts?

sharp torrent
#

Hi all, does anyone have a link to a good video to create individual payment links that "auto" collect tax and add in shipping? I only have a few products, building a web page for this and the test payments go through but don't display tax or shipping (and I have the auto tax on).

vocal wagon
#

Hi Folks, I would like to include Klarna to my website but it unfortunatly doesn't works? Anyone knows what could be the issue?

compact flame
#

google/apple pay only shows on phone, should it show on browser too?

woeful grove
#

hello team quick question : Does this question make sense to you? "We are tying to test a Stripe webhook we set up in the sandbox/staging environment. Is there is a way to generate a test header string for HTTP_STRIPE_SIGNATURE? We are using python to write our tests."

tulip abyss
#

Hi there, Once i pause or cancel subscriptions...Does Stripe have those status notified on the Customer ID? Subscription ID?

hearty pilot
#

👋 Hello! I'm wondering if there's a good way to get a BACS mandate (the mandate id or otherwise) from the stripe checkout success callback both for one time payments and subscriptions.

polar cave
#

Hello, does anyone know how to start the development using the method described in https://stripe.com/docs/stripe-vscode#samples? It states that running VSCode with Stripe extension will provide access to stripe samples - that does not seem to work

slate rose
#

Hi, Is there a way to upload an excel or csv to Stripe with customer details so we can auto match customers with their payment details? We use QuickBooks payment platform and currently matching one by one. I wanted to export a report from QB and upload to Stripe which can match customers and transactions. Or Is there any easy integration between QB and Stripe?

native canopy
#

When updating a Subscription Schedule I get an error Invalid proration_behavior: must be one of none, create_prorations, or always_invoice, when my payload includes "proration_behavior": "always_invoice".

foggy dawn
#

adriatic-vscode-extension

vocal wagon
#

Hello, is there a way to configure a subscription so that when it gets canceled all associated open invoices are marked as "void"?
The use case is the following: when invoice fails a bunch of times, stripe cancels subscription and marks invoice as "uncollectible" (configured via settings page), but the invoice still could be paid even after subscription is cancelled, and some of our customers are paying for these invoices via invoice hosted page from an email they received, and then contacting our support because even if they just paid they don't have active subscription.

novel willow
#

hi ! quick question, how can I get type from stripe method (parameters, response etc...) in node.js plz ? i can post pic if necessary. it's always asking me to infer type...

soft gale
#

Hello,

I was wondering if it was possible to track customer visits by their card information either in person using Stripe Terminal or on e-commerce.

Would like to learn customers return rate.

inner pumice
#

When creating a stripe checkout, I can dynamically create products using product_data . Is there a limit to how many of these products I can create in our account and and will it clog up our dashboard?

sacred spruce
#

Hello. Im currently looking to migrate from card element to the payment element, and I noticed that payment with setup intent doesn't have test support for alipay. Is there a way to test alipay with setupintent or am I required to switch over to payment intent in order to perform this action.

prime prism
#

Hi,

I am making a Stripe webhook. I have a connect App, and I am listening to changes in payment_intents from my customers (not from my connected accounts). Should my endpoint by Account or Connect?

broken notch
#

Hello. I've got a quick question. I'm using PHP, just doing a simple checkout thing (no user attached).

Stripe\Stripe::setApiKey('<STRIPE-SECRET-KEY>')
$session = Stripe\Checkout\Session::create([...]);

According to the documentation and tutorials I've seen, the gist of it is to pass the session's id to the redirectToCheckout method.

const stripe = Stripe('<STRIPE-PUBLISHABLE-KEY');
stripe.redirectToCheckout({
  sessionId: '<?php echo $session->id; ?>'
});

This works. However, I've noticed the url is already present in the $session object ($session->url). Is there a particular reason I should include the stripe js library in the front end if I already have the redirect url?

inner pumice
#

I put in some metadata into my line_items with stripe checkout and successfully pay.
But when I call Stripe::Checkout::Session.list_line_items and go through the data, the metadata property nested under price is empty. Is it suppose to always be empty? If so, what's the best way for me to parse through the line_item to grab the metadata?

surreal temple
patent marlin
#

Hello team, i have a question regarding the checkout session, theres a way to create a subscription using checkout session and use the quantity in order to generate multiple subscriptions instead one subscription with multiple products (for example seats)

untold valve
#

Hi team, reposting and clarifying my quick (hopefully) Q: we have a platform account and one of our customers wants to use promo codes in a desktop app. If they set the promo codes on their stripe dash and use Stripe payment element for checkout (https://stripe.com/docs/payments/payment-element) do they need to hit any additional endpoint to verify or process the promo code successfully? Thanks in advance!

tame heath
#

Hi team, I try to update stripe pod in my swift project, from version 19 to latest or higher version, but got this issue, I also try to clean the cache and DerivedData but still not working

waxen kite
#

hi team, I am needing to provide another developer access to our stripe account. They say they need to have 'live' access ... does Developer role provide that? In essence, I have a woocommerce consultant diagnosing an issue

eternal garden
#

Is there a way to remove placeholders in the Payment Element? If so, can we remove it only for specific fields (e.g., zip code)? Also can we change the text color of the placeholder?

zenith cosmos
#

Hey there, I have registered my domain for apply pay on connected account using following api. But still I can not see the apple pay button.

new Stripe('sk_test_key', { apiVersion: '2020-08-27' }).applePayDomains.create({ domain_name: 'my_domain_name' }, { stripeAccount: 'connect_account_id' });

wanton quest
#

Hi There,
I am following subscription based model. I want to allow users to upgrade quantity in middle of subscription. If he does, I want to charge the customer based till end of current subscription immediately. I am using update api to update the subscription and it is updating the subscription object with new quantity but how can I make sure that customer is charged immediately ?

rare badge
#

#dev-help Hi All, I am getting an error while upgrading a subscription to another priceid.. The error is com.stripe.exception.InvalidRequestException: Currency and interval fields must match across all plans on this subscription. Found mismatch in interval field.; request-id: req_dRWyubSaB5SZn8

Please let me know how i can solve this?

pseudo knot
lunar elm
#

question about deleting connected accounts and customers

#

there is the ability to delete connected and customer accounts on the command line

true swallow
#

Hi, I created Stripe subscription via stripe API in testing environment.
But soon after creation, I found customer.subscription.deleted event is triggered.
What's the reason of this?
My ruby code used to call Stripe API is as follows.

::Stripe::Subscription.create(
    customer: stripe_customer_id,
    items: [{ price: stripe_price_id }],
    default_payment_method: stripe_payment_method_id,
    expand: ["latest_invoice.payment_intent"],
)
lunar elm
#

yes

quick birch
#

When a trial subscription goes in to 'unpaid' status.. what happens? will the subscription ever be deleted or is that up to me?

vocal wagon
#

Hi, I have a little problem with my stripe integration. Payments are registered in Stripe dashboard and paid but sometimes i dont't get webhhok with status information. Its weird couse shop is live for more than month but bug appeard week ago ... Any idea what could be wrong?

frigid kestrel
#

Hi! Stripe Tax question:
When I create upcoming invoice with stripe tax enabled, tax rate id in response is different for every request and cannot be found in list of rates in dashboard (https://dashboard.stripe.com/test/tax-rates). I tried several countries: DE, PL, ES and I assume that this is expected behaviour. What is confuses me is that for FR tax id is always the same, and I can find it in the dashboard: it's one of archived tax rates, "txr_1Kw0zcA6wEpHESyS5l7vHyFV".
Can you please help to figure out why this is happening.

Query:

curl "https://api.stripe.com/v1/invoices/upcoming?\
customer_details[address][country]=FR\
&subscription_items[0][quantity]=1\
&subscription_items[0][price_data][unit_amount]=10000\
&subscription_items[0][price_data][product]=prod_GfMRLaXxeOMV3J\
&subscription_items[0][price_data][currency]=eur\
&subscription_items[0][price_data][tax_behavior]=exclusive\
&subscription_items[0][price_data][recurring][interval]=month\
&subscription_items[0][price_data][recurring][interval_count]=1\
&automatic_tax[enabled]=true"\
  -g \
  -u ${stripe_user}: \
| jq '.total_tax_amounts[] .tax_rate'
dry hatch
#

demus-Tax

zinc robin
#

Hi stripe, i am facing a problem with the payment gateway on my website

#

i was looking for help and i found this discord server

graceful current
#

Can we refund payments from connect accounts ?

pure crane
#

Hi,
how can I attach metadata to the payment intent that will be created when I create a new subscription (Before any payment intent events is triggered)?
Thanks

humble turtle
#

Hi, I am looking to implement dynamic currency on my website. Can I please get some help?

clever merlin
#

Hi guys did anyone have an experience with dealing in multi currency actually we are making an ecommerce platform in which seller can sell product on their own native currency and buyer can purchase in its own native currency

humble turtle
#

@clever merlin Hi, I am looking something very similar.

clever merlin
#

@humble turtle yeah I see that

steel pollen
#

Hey all
i am getting there is no such payment intent error
account id :
acct_1L56h7Gf7RlXBcyN
Payment inntent :
pi_3L8JkjGdSNBHdMPn1a5gfinq_secret_9TDJQNbvKBQRJP3y2F8NaFwjA
cann you check please

vocal wagon
#

Hello, I have a question,
how can I put the statement_descriptor, statement_descriptor_prefix and statement_descriptor_suffix in the /Session:create method (creating the checkout page) so that the stripe label no longer appears by default and that my bank label is correctly taken over at each payment even renewals with the stripe wording as the first payment?

#

On some payments,

jade stratus
#

hello, is it possible with stripe payment links to buy different products on same purchase/order and can you have for same product available different subscriptions? And can you translate everything in your language?

robust vine
#

Heyy, i'm trying to delete an express account .. but after execute the enpoint to delete the account is still appearing can anyone help me?

deft crag