#dev-help
1 messages · Page 15 of 1
Hi guys i'm looking to create a checkout session can i aslo create a customer at the same time?
Sorry, I did do a reply, donât know why it didnât attach with the threadđ€·đŸââïž. It says replying to Rubeus - letâs see if this attaches.
So short of coding it, I would have to manually go in and tweak the system or eliminate the Early Bird price and enter the regular price , right??
Below your first message above, click on where it says "4 messages"
and how would you prevent adding a new customer for every transaction
Please reply in the thread instead of here. đ
Hi, there! Where can i find a guide/doc/reference for Stripe Connect implementation on React Native?
Hi there, is there any problems with checkout sessions in Test mode?
Hi, I have a travel agency and I usually create products on Stripe as a way of payment. Now, I've been having the issue since the beginning that the name of the clients doesn't appear on the invoice since tha name of the client isn't asked when making the purchase. Is there a way for the clients to fill their names?
Hey! with the following:
stripe.subscriptionSchedules.create()
for the start_date, what is the type of time it takes?
i use moment to handle dates in my website. so would the following work moment(sub.expiry).unix()
Hi there,
We're interested in doing some testing in our stripe elements checkout integration, and in particular we're wanting to test 3d Secure. I know there are a number of test cards that provide 3ds prompts which I have found and tested but we're trying to find a way to test the '3ds redirect' behaviour for any cards that force a user to navigate away in order to complete their 3dSecure request. Is there a card that triggers this?
Hi there,
Can someone help me with this request? When I click on the url link it will not display shipping details to input. It only shows the zip code and the address collection for country.
Hi there
I'm hoping someone can give me some assistance. I'm seeing 2 issues with Stripe::Webhook.construct_event. the first is that I am always running into a 500 server error.. I receive an error that Argument was provided but none was expected.
I have stripe ruby gem 7.1.0
I have a question about prorated billing - is it possible to allow prorated billing to only works for upbilling and not for down-billing. Meaning that if the user adds say 1 extra seat half through the month, they pay for it, but if they downgrade, they don't.
@mighty hill yeah, I mean a payment link
When is a details_submitted prop updated for connected accounts?
Is there a way to navigate from a paymentintentId to a payoutId using the api? I know how to get there if I start with a payoutId using list all balance transactions, but not from only having the paymentintentId
HI,
I have created a subscription using node js api with billing_cycle_anchor as 1st of every month, So I am expecting it will charge on every 1st of month
I created a subscription on 25 October so its next Invoice was showing 1st of November . Now 1st November is passed now that subscription is still showing next Invoice 1 November. I was expecting it will show as 1 December
Hi,
I'm working on a marketplace of services (basic seller,s, buyers, and paltform in the middle like Fiverr) and i'm integrating Stripe Tax with Stripe Connect (with Express account, i'm quite lost about what is possible and what is not. Even what i should actually do.
I'm using Checkout with transfer_data.destination and as a platform we collect a commission on each transaction using application_fee_amount.
In my understanding (wich may be wrong), I need to compute different taxes both for the Platform (on application_fee_amount) and for the connected account (on transfer_data.destination). But I could not find this scenario described in your docs (that's what made me think that i'm wrong).
If my scenario is correct, is there a way to computes taxes with Stripe Tax this way ? and if i'm wrong, what is the typical scenario for Stripe Tax and Stripe Connect with Express account ?
hi , Is it possible to transfer to multiple accounts?
Hello, is there a way I can use scheduled subscriptions through checkout? I would like to set subscriptions to start on a certain day, but allow people to pay using stripe checkout ahead of time.
Hi, is it possible to get in checkout.session.completed event expanded property payment_intent? When i create checkout seassion i did send expand payment_intent but in event i didnt get expanded
Question: When creating a destination charge, how do I specify the stripe platform customer to be charged?
Hii, what is the checkout webhook event that can give me the updated session object once I manually capture a Stripe Checkout Payment Intent?
Hey, i signed up on Stripe with my discord account. Now I got locked out of that DC account and canât get into my stripe account anymore. The problem is, i still have memberships that get billed. How to I cancel those?
I'm having trouble figuring out where in the Stripe API the account/company's tax ID is stored. On https://stripe.com/docs/api/accounts/object#account_object-company-tax_id_provided, there's an account.company.tax_id_provided boolean field, but I can't find an actual string field anywhere for fetching the tax ID.
So far, it's looking like the only tax IDs that can be retrieved are from the account's customers, but the account.requirements.currently_due field can include 'company.tax_id' , which implies(?) that that's a fetchable field.
Anyone have any insight into this?
Does Customer Portal support proration too?
I am having trouble adding Klarna to my invoices as an option to pay
Hey Stripe Devs đđ» weâre up and running with our beta with paying customers đ
Everything works perfectly so far, except for when refunds need to be processed. (Onerous is on the business - supplier) however we havenât been able to receive a helpful or insightful answer from the support or customer success teams.
Context with example:
- weâre using Stripe Connect Standard:
- Our platform processes a payment on behalf of [Business A] for $80 for one of their customers for a service they performed. To do this we create a "payment intent" (via the Stripe API), set the "on_behalf_of" and "transfer_data.destination" parameters to the ID of [Business A]'s stripe account. We also set "application_fee_amount" to our fee. Note that we do not set "transfer_data.amount" because this is not allowed when using "application_fee_amount". Whether or not this is considered a destination charge or not I'm unsure, you may be able to answer that question? We also set the "capture_method" to "manual" so a pre-authorization happens for the charge.
[continued...]
While creating a destination charge, how do I make sure that the connected accountâs application fee is equal to the stripe processing fee incurred by the platform?
The operation is successful and in this example, $77.34 goes to [Business A]'s account and $2.66 stays with our platform (although I believe the Stripe processing fee will be taken out of this figure too?)
-
Our platform performs a "capture" operation (via the Stripe API) on the payment intent that was created in step 1, this operation is successful.
-
In the event a refund needs to happen we create a refund (via the Stripe API). We set the "amount" parameter to $80, the "payment_intent" parameter to the ID of the payment intent created in step 1. We set the "refund_application_fee" parameter to true and the "reverse_transfer" parameter to true.
We're expecting that [Business A]'s customer is refunded in full and the transfer is revered however the operation fails with an error message being returned from the Stripe api related to "insufficient funds". We are confused as to why the error is happening (and which account is causing it) and would like to know if we need to do things slightly differently to avoid this situation?
Thatâs awesome CJ, thanks for your response mate. Iâll take Lachy, our CTO through your suggestion to pass the Charge ID instead and post in the Discord too.
Additional context:
â We're creating a payment intent
â We're setting an application fee
â We're setting the transfer destination account, but not the amount since we're using the application fee
We're able to perform a successful capture on the payment intent, however when we're attempting a refund, we're getting the following Stripe error.
Sorry for the long message but I wanted to provide as much context as possible.
Thanks so much & I look forward to hearing from anyone who might know an answer
Struggling to understand Stripe Checkout flow with PHP. Would like to have checkout gather the shipping info, but, how do I think supply the shipping logic (not to mention sales tax) without first knowing this info? Stripe allows me to add a shipping method, but without knowing whether the customer is from the US, Canada or Intenational, how can I display the appropriate shipping method? Unless I'm missing something. Also, since I can't pass a negative line item, how do I deduct very unique credits for each customer on the fly?
Hi. We are an app that enables users to donate to nonprofits. We use Stripe Connect --> Express.
- One issue we are having is regarding onboarding nonprofits to enable them to receive donations. Is there not a more scalable way to enable a large number of nonprofits to receive money through our platform?
- When onboarding nonprofits, to accept card payments, the owner needs to put in their SSN and other personal information. An executive at a large nonprofit said to us that this is unacceptable to ask of her. Why is this required / how do we bypass this?
Hi we are using the customer API to create customers, but the customer is not showing up in stripe search.
Is there a way to run some code when a invoice has been payed or ran out of time?
when a create a customer, they don't appear in the search instantly it takes few seconds. is there an API endpoint which we can call to get the customer instantly?
Is there any way to get the last4 digits of the card if I have only the payment intent id and customer id?
Hey everyone, is there any way I can reset from a PaymentIntent being in "requires_capture" to "requires_payment_method"? I'm using a react/stripe payment element but want to confirm details of the payment method before capturing.
Hi I am getting an error with outboundpayment that I never seen: You cannot send new OutboundPayments to the FinancialAccount. Here is the request https://dashboard.stripe.com/logs/req_mmAgRrLbZpfSOr
Hey đ
I'm having trouble adding a balance to my account. I'm currently trying to use the Topup API and it's giving me errors about my account not being set to manual payments.
Happy to share a code sample in the thread đ
I get canceled orders only for klarna and sepa payments so far. Payment did not work. Credit card worked already. What do i have to do. I only connected to stripe so far and did the api and webhook connection.
Hi, im doing manual subscription and used the collection_method = 'send_invoice'
but when i created the subscription its already active
is there any way, to change the status of subscription to 'pending' until they paid the first payment.
What is the best way to credit a users account? Essentially I have to integrate PayPal but out entire billing system is all stripe and it's features so I am thinking I just make it so you can add credit to your account using PayPal
Hello, anyway I can request for user's address such as zip code, addresses, city, etc. in this form using Stripe Payments Custom Elements? Or do I need to get those informations from another form?
Question: How do I collect an application fee during a connect account checkout session?
hi i have a question about transaction fees
Hi, I need some help on using the stripe.createToken JS to create a tokenized payment method; It says the data is optional for this request, I want to validate the CVV, is it needed to send cvv stripe element information on the data?
hi, its me again đ
this is about the payment_behavior,
i added the payment_behavior: default_incomplete
but still the subscription is active and im expecting status: incomplete
here's the request ID : req_Rd8XV5mKJVraKL
hello there. working on implementing stripe checkout for connected accounts. When I create a checkout session there is a new "Incomplete" payment on the connected accounts payments list. Should I store the checkout and reuse it if customer attempts to pay again? What is the best practice handling this. Thanks!
Hi Devs,
I'm trying to enable Klarna for a connect express account and it says "Your account needs approval to request the klarna_payments capability. If you would like to request klarna_payments, please contact us via support@stripe.com"
I notice on the Klarna page (https://stripe.com/docs/payments/klarna) it says: "By default, Stripe doesnât currently support requesting klarna_payments via the API. To enable klarna_payments via the API, contact Stripe support."
Does this mean I have to contact support to add klarna to my platform account, or does it mean I need to contact support for each of my connected accounts?
Hello,
How do I capture and pass to my server the paymentMethodId when using presentPaymentSheet()?
I need the paymentMethodId to send as a param to my checkout endpoint.
await initializePaymentSheet();
const { error } = await presentPaymentSheet();
if (error) {
notify({
message: `Error code: ${error.code} Error message: ${error.message}`,
});
return;
}
setLoading(true);
try {
await confirmOrder();
const res = await checkout();
...
How come on my iphone I am not seeing an option for apple pay?
hi team, is there any way I can default a subscription quantity to 0 on my payment page?
Hey, I am working on adding two custom fields too my checkout session, was wondering if anyone could assist? I keep getting an error like this:
stripe.error.InvalidRequestError: Request req_0A8DUuv0rXuYWY: Received unknown parameter: custom_fields. Did you mean customer? Another question I would like to add if this feature is still in beta? Since I just read this feature is still being tested but not sure if Stripe Docs is up to date.
Hello,
Is there a way to setup Stripe API to provide a free trial with no credit card required?
Hello,
Iâm partnering with restaurants to create food brands and implementing my menus into the restaurants. I need to figure out how I am going to pay them out weekly, doordash funds payout into a bank account, would those funds be able to go into stripe to be able to pay the restaurants in a automated way?
Can I use the webhook with Stripe's checkout no-code solution?
qq: I'm looking at the application_fee object and I can't find the Stripe fee within that application fee. Is there an API to pull that?
Hello, its been 2 weeks since I ordered my stripe pos I think ups lost it. Can you guys get me another one? It says please check with sender we are sorry for your inconvenience
Hi,
For my application, users can come onto my website and register for an account, and then go through the âSellerâ creation process that sets them up with a âConnectâ account that can create âProductsâ. Shoppers can come on the site and add multiple âProductsâ from different âSellersâ to their cart.
When the checkout page is loaded, it calls a process that creates an ad-hoc stripe invoice for a customer by adding all the âProductsâ that are in the cart to an âinvoiceâ and creating an âinvoiceâ, giving us multiple âinvoicesâ if different âSellersâ have items in the cart (because when we do invoice creation, we pass in platform fees to be collected, and direct the invoice to the connected account that created it, therefore we need a different invoice for each directed payment).
Our issue here is that if a shopper has items from 2 or more sellers in their cart, in order to create payment intents that send money to the correct connected accounts, we have multiple invoices which means multiple âPaymentIntentsâ, however the âPaymentElementâ can only take in one ' PaymentIntentâ.
We want to use the âPaymentElementâ because it supports mobile payment methods, however the only approach we can come up with is Saving the customers card with a âsetup intentâ instead and then charging both invoice payment intents to that. Is there an approach that lets us do only one checkout in the PaymentElement that allows us to get multiple payment intents while also keeping the features we are enjoying (like having line items attached to a payment and directing payments to connected accounts) while using the one time Payment Element?
I was also alternatively thinking of potentially using https://stripe.com/docs/connect/charges-transfers charge and then transfer but wasn't sure if it supported the same tax information as creating an invoice
Hello team
We are facing one issue while invoicing one customer. Basically we are invoicing multiple customers but in one customer we are facing an issue.
The issue is we are able to generate pending invoice items for that customer but when we create a invoice it throws an error with code invoice_no_customer_line_items
if works file for others customers but for one customer it throws this error
can anyone please help me ?
I have a "Webhook signature verification failed"
Hello ,
I have a question related to transfer amount to connected account.
Hello Team
during the subscription cycle if payment failed (ACH) which web hook event we should listen .. in case of CARD how we can send email about the failed payment -which webhook event should I use
Hello! If a company have 2 SAAS products, should it create 2 different accounts, or just add new products to the same account ?
mad
Hi there! does stripe atempts to void any of invoice by itself?
Hi, i have a question about the connected account creation API and onboarding process (standard account). When i create an account using API, can i use this account to generate payment for that account before he completes the onboarding process?
Hi, I need some basic help. I want to track utms of the people that go to my payment link. Is it enough to add the utm at the end of the link? Will this save the utm once the payment is completed? Thanks! https://buy.stripe.com/XXXXXXX?utm_source=ventas
Hi. I want to keep some application fee (e.g. 9%) on payout step when I send money to seller's external account. Can I do it via manual payouts or should I do it somehow else?
Hello đ
We have been using sepa_credit_transfer Sources for several years to provide our customers with virtual IBANS and receive sepa bank transfer.
I understood from our KAM that this feature is deprecated/paused, and indeed it seems the documentation and tools related to it are not up to date.
First could you confirm me the status of this feature, and the fact that you are indeed deprecating it? Is there a specific timeline we should know about?
Second I see in the doc that the Bank Transfer Payment Method seems to answer exactly the same need, using the Payment Method API.
I'm considering migrating to this new API, but I just want to check first that:
- there is no important functional gap between
sepa_credit_transferSources andBank TransferPayment Method - that the payment method is available and effective in Europe
Thanks a lot for your help đââïž
Hi,
What is the best approach when I need to know the exchange rate from transactions included in the payout?
I have a connected account which accepts CZK but his bank account for payouts is in EUR. For each transaction there is an exchange rate from CZK to EUR. And his payout is always in CZK.
When I have the payout ID for this connected account [po_xxxxxxxxx] and I am fetching BalanceTransactionList for it, I donât know where to find the exchange rate. Could you please help me with that?
Hi,
Is there a way of creating subscription that renewal will follow 1st of every month?
what are the charges of stripe from doing transactions ACH bank payments,SEPA,UPI ?
Hi! How is the best way to manage the downgrades and upgrades of a subscription with multiple prices ? I want to know if there is any way to automatically manage proratations and shcedulers of the subscription if a downgrade occurs.
Hi, what is the best practice on subscription upgrades for 1.) changing payment intervals from month to year and 2.) changing the selected product? For 1.) I just update the subscription and for 2.) I delete a subscription (https://stripe.com/docs/api/subscription_items/delete) and then create a new one with the new product?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
A connected account receives money from a customer via destination charges.
let result = await stripe.paymentIntents.create({ amount: 10000, currency: âusdâ, transfer_data: { destination: â{CONNECT_ID}â, }, customer: â{CUSTOMER_ID}â, payment_method: â{PAYMENT_METHOD}ââ, payment_method_types: [âus_bank_accountâ], confirm: true, on_behalf_of: â{CONNECT_ID}â, });
The payment method is ACH Debit or simply a US bank account.
Under the money movement section of the connected account that recieved the money.
I see a payment for $100
I see a transfer for a $100
But I do not see a payout for $100
Has the money reached their bank account yet?
Hello there đ âš
Iâm a beginner with stripe and I try to build a GooglePay paiement. Everything is ok except the GooglePay button which is white instead of black.
Iâm working with react-native v0.68.0 and @stripe/stripe-react-native v0.14.0.
To be more clear, Iâm trying to put the GooglePayButton of the stripe library in my screen like that :
<GooglePayButton
style={styles.payButton}
type="pay"
onPress={pay}
testID=âxxxâ
/>
const styles = StyleSheet.create({
payButton: {
backgroundColor: 'black',
height: 65,
width: 300,
borderRadius: 30
}
});
But, the background color never change and the borderRadius never change too.
More, I try to change the « type » to pay_shadow or standard and nothing change too..
Maybe someone knows the solution to my problem ?
Thank you very much ! đ
Have a nice day,
Adrien.
Flooven
Hi all, it is possible change payment method of a subscription? E.g.: customer when subscribe pay with card A, after few month he want change card and pay with card B. Thanks
Hello! I have customers on monthly recurring subscriptions. On the next billing cycle if their credit card charge fails, we will be prompting them to change their default card. After the customer changes their default card, I need to wait till the next stripe charge retry before they can attempt to be charged.
Is there a way to force a payment on an overdue invoice?
Hello, can anyone tell me If I create and finalise an invoice manually, will Stripe help users to automatically pay this invoice?
I am facing error with Stripe Connect onboarding on production environment again and again for payouts. I tried chatting with stripe support more than 4 times now and they have not been able to help me on this. We are stuck since past month and this has been a major blocker for us. please help.
2020 docs
Hi there. Im trying to test payments and then manual payouts (Stripe connect). I successfully received the payment on connected account using destination charges, but money are still in "available soon" section (see screenshot). I found that the money does not go anywhere else and does not become available for payout. What should I do next for making money available for withdrawal?
Seller's account id is acct_1LyD2ZGhGE6EanYl in test mode.
Hi, I'm trying to change the payment method a customer will use for future and current subscriptions. However there seem to be some limitations on which payment methods can be used when creating a setup intent session. Is there any documentation on this?
Hi, In sk_test if I specify 'setup_future_usage' => 'off_session' it works. I go to prod, I have this error: req_blNsg4TfvnCbNR
Do you have an explanation ? A track ? Urgent, thank you.
đ Hey, I want to followup to the conversation on the issue I rose yesterday
One thing I noticed is that the one-off invoice has the Payment method set to none, even if the customer has a valid credit card
$intent = \Stripe\PaymentIntent::create([
'amount' => 989,
'currency' => 'eur',
'receipt_email' => 'mail@mail.com,
'payment_method_types' => ['card'],
'capture_method' => 'automatic',
'description' => 'Recharge : '.$jetons_nb,
'confirmation_method' => 'automatic',
'setup_future_usage' => 'off_session' // With this line = bug
]);
Hey guys, i'm trying to save a payment detail during payment so that the customer can use it for future payments. The card is associated with the customer, but I can't find any docs for the next step, i.e. displaying the saved card at the next payment. Thanks for the help !
Hello everyone, I am curious to know how to fire an event after the stripe.confirmPayment is successfully resolved. For example this code is not running at all
const { error } = await stripe.confirmPayment({
elements,
confirmParams: {
return_url: `${window.location.origin}/booking/${props.bidId}/${paymentRecordId}/receipt`,
},
})
// not reached
if (error == null) {
GA.stripeShipmentBooked({
fees: paymentDetails.fee,
driver,
shipment,
shipper,
})
}
Hi, is it possible to style/customize the Stripe 3DS modal?
Hi Team,
Is it possible for a product which have multiple subscriptions, to keep active one subscription at a time from stripe where user opt for multiple subscriptions
Does testing connect with SMS verification cost anything?
Hey Team, quick question are users able to pay quotes through the customer portal ?
is there any field in Invoice object, that tells invoice vaild until date or invoice expire date, before payment
#dev-help Hey guys want to save the card details of the customer,then i want. to start the subscription with free trail periods.Thanks in Advance.
Our website takes the customer's card details and sends them through to our web server. Our web server uses the PHP SDK to connect to Stripe's API. In short, we create a Stripe Customer, create a Stripe Payment Method, attach the Payment Method to the Customer and then create a Stripe Setup Intent. The Setup Intent returns a status of "requires_action", which I believe means that we need to present the 3DS popup window to the client for them to complete their 3DS verification. Is that right? I believe that the URL I access at SetupIntent->use next_action->redirect_to_url->url is the URL of the page I should show to the client for 3DS verification. However, when I test this, complete the verification and then create a Stripe PaymentIntent, that returns a status os "requires_action". My understanding is that if the 3DS has been completed successfully, the PaymentIntent should complete fully with a status of success. Not sure where I'm going wrong! đ
I urgently need to speak to a person in charge of the Stripe team for having been scammed with the stripe's name please contact me
I'm reading Stripe's documentation on subscriptions: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements, is there sample code in JavaScript/Apps Script?
Hi, can anyone assist me with migration of customers and their payment methods please? need to ask a few questions
Hi, I'm trying to stripe trigger customer.subscription.created --add subscription:customer="cus_MfPoegfLMeA44J" to create a subscription for a previously created customer, but this creates a subscription for a randomly created customer not the customer with the specified id of cus_MfPoegflMeA44J. Is this expected behaviour or a bug? Is it possible to do what I need?
Hi,
I'm updating Stripe checkout integration to migrate eligible payment methods to Stripe hosted payment page.
As per the documentation, I've removed 'payment_method_types' parameter. All payments are working fine except the payments which are meant to use later.
it shows error which says payment_method_types is required when payment mode is setup.
Doesn't this migrating payment method to Stripe checkout feature allow future payments?
req id : req_jJfSwSmkumCCoE
Hello, I would like to know how to verify a PaymentMethod type "us_bank_account".
I wanted to attach it to a customer and it returned the following message:
"PaymentMethods of type us_bank_account must be verified before they can be attached to a customer."
Thanks
Hello team,
I have a Stripe account created to receive/send payments for e-commerce platform and it creates connected accounts for sellers to receive payouts there. Could that connection between the main account and connected one be deleted somehow?
Thanks
Hi!!! I have this error: error="{"status":404,"message":"Unrecognized request URL (DELETE: /v1/customers/cus_MjsAZRMXYYrjyG/tax_ids/). If you are trying to list objects, remove the trailing slash. If you are trying to retrieve an object, make sure you passed a valid (non-empty) identifier in your code. Please see https://stripe.com/docs or we can help at https://support.stripe.com/.\",\"type\":\"invalid_request_error\"}"
hi quick question how can I send card holder information (name, email) to Stripe? thanks
For Connect standard, how many are the fees?
Hi, I've just gone live and I'm testing the stripe implementation. I managed to make a payment fine, but when I go to access the portal, I'm getting this error : You canât create a portal session in live mode until you save your customer portal settings in live mode
I've checked my stripe dashboard and my customer details are saved in live mode, along with the subscription
hello, im trying to clone customers into express connected accounts following this article https://stripe.com/docs/connect/cloning-customers-across-accounts. i have customers with payment methods attatched but every time i try to create a token passing in a connected account i get the following error "The customer must have an active payment source attached." Im not sure what im missing here. Any help would be appreciated thanks!
I have a connected account that receives destination charges from one of my customers bank accounts. (US Bank account)
I had initiated a destination charge using the paymentIntent days back but the balance.retrive method for the connected account still shows the status of the connected account's funds as pending.
any idea what I maybe doing wrong? I don't see a way these funds make it to the connected account's bank account.
hy i am trying to create a connect account for united arab emirates address in that country there is no state or postal_code
there are only emirates so while creating a connect account for a comapny what value i have to fill in this api https://api.stripe.com/v1/accounts
for postal code and state
Hi, when creating standard connected account how would i know if client finished onboarding? is tos_acceptence valid property to check on retrieve account api?
Hello, I create stripe invoices but when I apply default_tax_rates (for exemple 20%) it add the 20% to the price. I would like to make the taxe is already include in the price. For exemple I create a Invoice at 100⏠with 20% => I want a final invoice at 100⏠including 20âŹ.
To be clear I want to set the item price All taxe included
Mael CHEMLA
is this normal?
Hi there !
I don't know if it's possible, but I would like to offer payment facilities to my customers with Stripe. For example, if a user subscribes to an annual subscription for $1000/yr, I would like to be able to split the payment in 2, one of $500 immediately, one of $500 the following month or maybe 2-3 months later. Is it possible?
hello, I'm unable to start a revenue recognition trial on a connect account. do you know how I could move forward with enabling it on my connected accounts?
Is there a way to control which prices / billing periods are displayed in the Stripe Billing Portal for a subscription? I currently have 5 billing periods (daily, weekly, monthly, quarterly, yearly) but the Billing Portal only shows 3 options (monthly, quarterly, and yearly). The current price for daily and weekly is .01 and .05 so not sure if that is causing the problem. Thanks.
How's the performance of the stripe test system? It takes us about 750ms to retrieve a list of 3 products!
Hello,
I create Connected Account for my customers (company).
How can I assign a user who has a stripe customer id to a Connected Account company without create a payment ?
At the moment the user signup I want to "tell stripe" that this user is a customer of this company
Hi there,
I'm sorry to ask this question here but I'm facing a translation issue on invoices.
I already tried to contact support via chat or phone but they redirected me here.
My issue is that there are some missing translations in the invoices so I end up with invoices half in french half in english.
These translations are ok in the stripe dashboard.
Can anyone help my on this subject ?
Thanks in advance,
Stripe Connect Express Questions:
- How do most companies handle choosing the right amount to charge in difference countries for processing fees?
- Also, how do they show the correct value for conversion rates (ex. USD to British Pound)
Hello,
I previously asked on how to see the transactions on a payout and I was pointed to this: https://stripe.com/docs/expand/use-cases#charges-in-payout
All good so far.
I'm currently testing calling it through a payout.created webhook but I'm getting "Error: Balance transaction history can only be filtered on automatic transfers, not manual." This aligns also with the warning on the dashboard too when switching to manual: "Youâll no longer be able to see which transactions are bundled in a payout."
I don't need manual payout so this is also not an issue.
My question is how to simulate an automatic daily payout (on connected accounts) without waiting one day? How do we simulate/test this flow since I cannot call https://stripe.com/docs/expand/use-cases#charges-in-payout on manual payout?
how i can add new domain for apple pay payment for my shopfiy store i got error message every time?i cant upload this file to my shopfiy store
What does it mean when it says we need to set the "pay_immediately=falseâ flag??
Hey team, we have subscriptions set to cancel if an invoice fails and reaches 30 days past_due (I believe this is the default). If a customer pauses their subscription after a failed payment, but before that 30 day period is reached, is the subscription still canceled 30 days from the failed payment?
When I call confirmCardSetup here https://stripe.com/docs/js/setup_intents/payment_method, where does the {SETUP_INTENT_CLIENT_SECRET} come from?
Hi everybody, not sure if i can ask here but is it possible to use stripe payment key without having a VAT (In the UK)?
Weird question with a few variables here; apologies in advance. I'm using the Automatic Currency Conversion that's in beta, and when preparing my checkout session I'm just passing an empty array of payment_method_types to take advantage of all of the Stripe Magic with ACC. But now I've run into a situation where I have a customer in Norway who would like to pay with SEPA. SEPA requires the payment to be in the EUR currency, and for understandable reasons Norwegian folks aren't given EUR as a currency suggestion via ACC. Is there any Checkout configuration on my end that I could do to allow my Norwegian customer to toggle into EUR, or would I need to manage all of that externally in my application?
Hi, I created my Stripe account with Pricewell and I was wondering how I would disconnect the integration?
Hey Stripe Tech Supporters:
Would it be possible to turn off certain failed Webhook delivery requests without turning off the whole Webhook endpoint? Ideally we turn them off after X amount of tries.
The reason for the question is: Our function to handle Stripe Webhook delivery was a little buggy so the request timed out, return an error to Stripe (tho no response body) and Stripe rescheduled for a retry. Our Sales team accidentally generated a few Webhook deliveries like this, so the client's pricing plan was switching back and forth because of retries. It would be super helpful if we could turn off such retries from failed Webhook, however we didn't find a way to do that đŠ
Hey Stripe Tech Supporters:
We had opted for revenue recognition report 3 days ago but the reports are not ready still. Is there anyone we need to contact?
Hello, I have this error. Can some help me pls ?
StripeInvalidRequestError: No such tax rate: 'txr_1M0SIMFJKvxtEEiiKEmWkF4Y'
Hi team, qq, if someone is receiving a monthly invoice, will they receive confirmation via email that their payment has been approved every billing cycle?
any idea why a checkout URL would send but not load
Hi there! Let's say I have two connected accounts. In one connected account, I have a bunch of existing customers. Now let's say I want to start a Subscription in the other connected account but still be able to reference customers in the other? I saw in an earlier question that you can't share customers between connected accounts and that you can create a link through the payment method. Is there something similar you could do when creating a subscription?
Hello, I'm trying to Test my webhook listener using Stripe CLI trigger and flags but I'm not understanding how it works https://stripe.com/docs/cli/trigger#trigger-add I'm trying to add a name to be included in a Customer.created event. Can this be done?
hi is this the correct way to grab a client secret? everytime page loads its making a callto my server, is tehre a way to grab client secrect after form has been filled? can you display the stripe UI without the client secret ?```js
export default function StripeContainer() {
const [clientSecret, setClientSecret] = useState(null);
useEffect(() => {
// Create PaymentIntent as soon as the page loads
axios
.post(
"https://........api/checkout"
)
.then((res) => {
setClientSecret(res.data.clientSecret);
});
}, []);
const appearance = {
theme: "stripe",
};
const options = {
clientSecret: clientSecret,
appearance,
};
return (
<div>
{clientSecret && (
<Elements stripe={stripePromise} options={options}>
<CheckoutForm />
</Elements>
)}
</div>
);
}```
hello , I used already Stripe Payment , I would like to add Stripe Billing to manage subscription
- can i manage subscription only with stripe payment (and invoice, and all the stuff need "homemade")
- if i take stripe billing, my pricing on payment will change (on my non recurrent payment ) ?
I have a test Card Element here: https://dev.rubiqa.co.uk/yhh/public_html/stripe-test/index-js.html
Can I get it to show a <label> above each of the three input elements (card number, expiry date and CV2)?
Your Help Hub
hey team, we enabled a few select countries where customers can create connect accounts, however they're only able to select "USA" when setting up their connect account in the express flow
when i complete a payment form can i have it send to stripe with all client payment info so that i dont have to deal with all the security compliance?
Hey, somewhat hacky but hoping someone can help. I'm trying to pass a string of allowed card countries into the metadata of a paymentintent. Using radar, I'm trying to do !( ::product_countries_string:: INCLUDES :card_country:) but it's yelling at me that the right hand needs to be a string literal
hi , how can i activate the webhook key to validate?
I need help ASAP. Iâm working with the partner company of stripE and they have stolen my money, I need to speak with someone ASAP
Karta is absolutely awful. Please provide a phone for stripe for me to call asap
When I log into my account, I can toggle between two accounts. Can I merge these? They are duplicates of the same business and it is confusing our book keeping
Hello đ Could someone tell me if my assumptions for the following scenario are correct:
- The user purchases an item through the checkout session and they use a ACH Direct Debit
- So let's assume that the payment fails.
This would mean that the Stripe retry logic that you can configure in the setting would kick in .e.g We have the retry settings set to retry after 1 day and then after 3 days
Now I'm wondering how long would this whole process take? Since the delayed payment can take up to 5days. Would this mean that if the payment fails for the first time we would wait 1day to retry and since it's a delayed payment it would then again take up to 5 days to wait for fund. Then after additional 3 days another retry would happen which could then again take up to 5 days?
I want to give users access right away and only take it away if the payment fails twice, but I'm unsure how the retry logic on Stripe works with the delayed payment
what type of end point event do I need if my goal is provisioning access to paid features?
Hi, is it possible to obtain a single authorisation and then place multiple captures against it, and if so how is this configured? Presently Stripe responds with a message saying "The payment has already been partially captured, and the remaining amount has been released".
Hello devs,
I am facing issue on updating the 'canceled' subscription from status 'canceled' to 'active'
Is there nothing on a subscription object for a product with graduated pricing that denotes the price of the subscription?
Hi, as a new policy we're not letting our support team charge or refund in the Stripe dashboard but now they are not able to send receipts as they were able to in the dashboard previously.
Is there a way to let them send receipts they way they were before with having only the "View only" access in Stripe? Are there any creative solutions here? Called the Stripe support but didn't get any ideas from that call
Also we tried updating a paymentIntent to have a "receipt_email" parameter but it did not send a receipt to that email (it was already captured though, not sure if that plays a role here)
Hello
I need to know if there is an endpoint , to extract the send date of future transfers that you see in the image, somebody tell me, how extract used nodejs
Hello devs,
how to get trial days from price object?
Hello! Can customers kept at the platform level be used and accessed at a Connected Account level?
Question: I'm trying to get a receipt URL after checkout session. How would you go about this? I tried adding the session id to the success url, then using the session id to get some something like a charge id I could then use to get the receipt URL, but the session object doesn't contain anything useful to do this.
Im using stripe connect and Im trying to make custom connected accounts for users of type company. Im looking for a resource in the stripe docs that lists ALL the information I need to collect to verify the connected account at once. The API reference lists everything except country as optional but I want to collect all the information at once and need a simple full list of every field to collect so the account is verified without having to collect information later. Can I get a link? đ€
Im creating a invoice but not sending it and im getting the error: ```stripe.error.InvalidRequestError: Request req_RFgrUMoEcvfuvz: Missing email. In order to create invoices that are sent to the customer, the customer must have a valid email.
Im only creating the invoice but not sending it and i get this error. Not sure why
Hi! I have a Sigma question. Is there a way to query the address attached to an invoice? Right now I'm joining the invoice with customer.address, but if this address changes, I'd get the wrong information for an old invoice.
Hi guys
I'm using webhooks for the first time and for some reason, I'm getting a particular event running twice and calling the webhook twice as a result. Can anyone offer any assistance?
Hello! I use Squarespace or Acuity Scheduling for my online bookings which process payments through Stripe. In the last 24 hours my site was attacked by a spam bot card testing over 200,000 transactions on my site. None of them have successfully gone through but Stripe shut down my account and have not provided with any solutions. They said Squarespace controls the checkout page, they are just the API processing it. I contacted Squarespace multiple times and they don't have an integration with recaptcha on the checkout page. My business is correctly shut down and being impacted and I have no idea how to solve it. Appreciate if someone could tell me how to fix this!
When creating a custom account for a company it lists representative requirements such as representative.first_name e.t.c. but I see no representative property on the account object in the API reference. Where is it? đ€
Did anything with the Issuing Card API change today? We're suddenly getting Stripe::APIError with the message An unknown error occurred in create and retrieve requests.
Does adding a billing address for card payments using a custom payment flow aid in the card verification? Asking because the stripe elements payment widget only takes a zip for cards.
Hi, i have a question about integration Stripe and Zyro. On Stripe I turn on the apple pay, but when I do test on my web site (mobile version) I didn't have option to choose pay by applepay (Ido on my iphone and I have a wallet) THe guys from support from ZYRO check it and htey also didn't see applepay option on my mobile web page
Hi, when updating the price of a product, how can the new value to which it has been updated be accessed in a webhook? Thanks đ
Do you guys think it's overkill to fetch a preview invoice from the Stripe API every time someone updates/changes their shopping cart?
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
is there support for connect payouts via checks
When I attempt to create a connect express account via "const account = await stripe.accounts.create({type: 'express'});" after configuring my secret test key, Stripe times out and never creates an account. Is there a common cause for this?
how would I check if the payment was successful to send a post request to my db with the purchase?
I was trying something like this but it redirects before it gets the chance to POST
const payment = {
visible: useSignal('hide'),
loading: useSignal(false),
message: useSignal<null | string>("Please provide all the neccessary details"),
}
const handleSubmit = async () => {
payment.loading.value = true;
const { error } = await window.stripe.confirmPayment({
elements: window.stripeElements,
confirmParams: {
return_url: `${location.origin}/payment-success`,
},
});
if( error.type === 'card_error' || error.code === 'payment_intent_authentication_failure') { payment.message.value = error.message! }
else { payment.message.value = "An unexpected error occured" }
if(!error) {
console.log("this");
await fetch('/payment-success', {
method: 'POST',
body: 'payment succesful',
})
}
payment.loading.value = false;
}
this is deno fresh using preact, for context
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
If you know some good developer. Competent in react, and app developer with a small understanding of UXUI.
We want to hire them For part time.
35/hour
Can you allow express connected accounts to request instant payouts?
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hello I have a question
My customer has a Credit Balance as Credit
and it was charged on the Invoice which is strange
Shouldn't it be reduced?
Original Invoice was of 100$
Customer Credit Balance as Credit was 200$
Shouldn't the Invoice be charged as 0$
and Credit Balance reduced to 100$
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
How to customize title on checkout pls? just like this in this screenshot
line_items = [{
"price": 10000,
"quantity": 1,
"name": "powder",
}]
checkout_session = stripe.checkout.Session.create(
metadata=metadata,
customer_email=customer_email,
payment_method_types=["card"],
line_items=line_items,
mode="payment",
success_url=settings.BE_URL + success_url,
cancel_url=settings.BE_URL + cancel_url,
# consent_collection={
# 'terms_of_service': 'required',
# },
)
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
am still cant upload host file apple pay to vefication my domain with shopfiy store and have configure i contact shopfiy support alot of time they also didnt know how i can fix this issue ?
In Stripe Payment Element
Can we hide the zip code field for the card payment or Atleast autofill it with some value we already collect before.
Hi,
For the Apple Merchant ID, I have registered for new identifier as "merchant.hellosuperstars.stars" and then created an Certificate with "Certificate Signing Request" which I have created by "keychain access" and I have used the same email which is iOS developer ID. I have set the commonName as "hellosuperstars.com" and in key pair, chosse the algorithms ECC with keySize 256 bits.
After completed to create a certificate, I downloaded the certificate and uploaded it in "Add new certificate" modal then I have faced the error like "This certificate is invalid. Make sure you created the certificate with the CSR provided by Stripe." Please check the attached file to visualize the error in modal.
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi, I'm trying to do stripe trigger customer.subscription.created --override subscription:customer="cus_MfPoegfLMeA44J" to add a subscription to a previously created customer but I get the following output Setting up fixture for: customer Running fixture for: customer Setting up fixture for: product Running fixture for: product Setting up fixture for: price Running fixture for: price Setting up fixture for: subscription Running fixture for: subscription Trigger failed: Request failed, status=400, body={ "error": { "code": "resource_missing", "doc_url": "https://stripe.com/docs/error-codes/resource-missing", "message": "This customer has no attached payment source or default payment method. Please consider adding a default payment method. For more information, visit https://stripe.com/docs/billing/subscriptions/payment-methods-setting#payment-method-priority.", "request_log_url": "https://dashboard.stripe.com/test/logs/req_nzzXqZwSN6gNpA?t=1667577143", "type": "invalid_request_error" } } How do I add a payment source or default payment method? Do I need to do something in the dashboard?
Hello Hello! How are you we are trying to set up payment on our website however getting the error, We are setting up a recurring subscription for the user who can pay from outside India and can pay from India, We do not want to set up two different subscriptions, what is the best posiible way
Anyone knows how to add more text like desproint to the checkout view ?
Hello! Does anyone know how to transfer money from stripe to someone's bank account?
I am using Flask and after a payment is successful a certain part of it needs to go to a bank account, how would I go about making something like that?
Hi everyone, I need to have a specific payment feature. I will have users who can pay and receive payouts. There will be two types of users, Buyer and Service Provider. Buyer will buy a service and provider will do the job in some time.
Let me define like this:
First, Buyer -> pays money to my application for a service provider to supply the service.
Then, Supplier does the job
Then, Supplier says I am done with the job
Then, Buyer confirms that job is done
Finally, since both sides agree that job is done, money will be transferred into provider's account.
This may take 100 days as an example.
Is there a way to implement such a feature with stripe?
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hello Community,
I need to make a change to my current subscription system and I need to add the option for users to be charged on a subscription basis based on the addon (modules) they want. Here's an example:
Basic Plan = 10$
Addition Addon 1 = 5$
At the billing renewal, a user with Basic Plan and Addon 1 should pay
$10 + 5$ = $15
so how I can implement it, right now am using fully stripe subscription system all things are managed from stripe subscription page let me know if you guys have any idea with it đ
Also, user can add/update/delete addons
Hey guys, how can we tell if the coupon code can be used on a specified product only via API? The response doesn't state that.
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I want to update the quantity of subscriptions. curl returns the following message.ă
What do you mean?
curl https://api.stripe.com/v1/subscriptions/sub_XXXXXXXXXXX \
-u sk_test_XXXXXXXXXXX: \
-d "items[quantity]"="2"
{
"error": {
"message": "Invalid array",
"param": "items",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_7huE5cpZoDEC2h?t=1667656966",
"type": "invalid_request_error"
}
}
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hello,
Is there a way to choose what Invoice Items to include at the creation of an Invoice using stripe.invoices.create ?
For now I use the pending_invoice_items_behavior: "include", parameter.
Is it possible on a checkout session to charge a custom amount, not tied to a price id?
anyone know why the "Buy button" described by Stripe docs here: https://stripe.com/docs/payments/payment-links might not be shown on my product?
ah nvm, I just needed to read down
it's beta testers only đ
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hey, was wondering if anyone could help me with my stripe webhook, how would I go about adding my own session data onto this webhook, it seems I can't.
Hi.
We have integrated Stripe as a payment module in our OpenCart store system.
In the store system a multivendor plugin was implemented which supports direct split payment.
This means:
The platform receives 10% commission from each purchase and the vendor 90%.
EXAMPLE
Both Vendors (Sellers) have a Stripe standard account connected to the platform via onboarding.
Customer places:
- from Vendor 1 an item to 100,00 EUR in the shopping cart
then - from Vendor 2 an item for 100,00 EUR into the shopping cart
Checkout total 200
He chooses Stripe as payment and pays.
If both vendors had Stripe Express accounts then Stripe would process each vendor individually in the payment process..... ie:
Vendor 1 receives 90.00 EUR and the platform receives 10.00 EUR.
Vendor 2 receives 90,00 EUR and the platform 10,00 EUR
BUT THIS DOES NOT WORK WITH VENDOR > STRIPE STANDARD ACCOUNTS.
Here, according to the API, the first vendor would receive the total amount minus the commission and the 2nd vendor would receive nothing.
Is there a solution for this?
Thanks
Peter
LMP-MEDIA
Hi there! I found a small bug in the API documentation, how should I report it? Is there a way to open an issue?
The error is here: https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-amount
When I refresh the page, the description changes randomly form cents to units in different languages, going back and forth:
The amount, in paise.
The amount, in grosz.
The amount, in ore.
The amount, in centavos.
I'm on Firefox, and I'm using a VPN to connect to the website. Not sure if it's related.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
how can I contact Stripe support team via phone for legal matters ?
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
You can use this page to contact stripe and you have the option to let them call you instead. https://support.stripe.com/?referrerLocale=en-GB
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi,
I'm new to Discord. Hopefully this is the right place to ask my question. I'm learning Stripe terminal. Trying to figure out how to cancel a payment. I connect to a terminal/reader/device, get a PaymentIntent, display the amount to be paid. Before swiping a card, the customer says he doesn't want to pay after all. How do I cancel this and clear the display?
I have a React/JavaScript application with a .Net API back end. I don't see any JavaScript call to cancel. I see a .Net method:
var service = new ReaderService();
var reader = service.CancelAction(readerID);
Is this the thing to do? Do I also need to somehow cancel the PaymentIntent?
I do not understand this site...
Is it a support page as stackoverflow?
I have no find anything related with my issue... The page is SUPER overloaded of cards and colors.. Looks like a carnival party page instead a support page.
Also, is there a way to display a Cancel button in the device display? We are using the BBPOS WisePOS E.
I tried using the .Net call, but it failed. I started the payment process in JavaScript using the StripeTerminal. Trying to cancel on the server results in an exception: "Reader is currently processing a transaction from a different integration mode." So I apparently need a JavaScript call to kill the payment and clear the device.
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
good evening! I have a review rule (Review if :address_line1_check: = 'fail') but it's failing when a customer is providing a apartment number as part of their address. when I'm creating a card token programmatically I'm not sure which parts of address information goes into address_line1 vs. address_line2 in terms of the street address and the unit number. can you provide some assistance?
Hello, does anyone know how to add data to metadata of the stripe responses/
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I lost my old debit card and I'm trying to verify my account with my ID so I can update my new debit card but it's not allowing me what should I do
Hi everyone
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i have made api/webhooks for nextjs site but i get the error can't get teh header data it's needed
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hey I'm running a lead generation agency... I want to charge my client after I deliver a lead to them automatically using stripe one time charge & zapire can some help me out
In go high level we can do that.. But don't know how to do in zapire
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hello I desperately need help logging into account. I suddenly lost access to my old phone and phone number. So I cannot complete the two-step verification I have done everything on the stripe support website to log in without two step verification none of that works. I have emailed stripe support multiple times they tell me the same thing every single time it's going to take 72 hours for the request to change your phone number to go through but it is been well more than 72 hours. Now the stripes support refuses to even respond to my emails I have sent probably five or more emails that have not been replied to. All I need is for the phone number on my account to be updated so that I can log in because the the debit card that belongs to the bank that my stripe account is linked to went missing so I had to report it lost and order a new card well for some reason I cannot cash out my funds directly to that bank account and stripe will not let me change my phone number to add another bank so I have money that I am not allowed to touch and that's not okay can somebody please just help me change my phone number that's linked to my account
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi i have an issue only on android 10 devices
it seems that somehow the initTerminal function is failing somehow and then crashing because i call Terminal.getInstance() right after the init.
the documentation doesnt seem to state under what circumstances it can fail?
or maybe initTerminal is asynchronous?
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi, is there a way to create a Coupon and PromotionCode for a particular StripeConnect account? I was unable to find anything at https://stripe.com/docs/api/coupons
I am using StripeConnect and StripeCheckout together, but the StripeCheckout session is unable to use the Coupon & PromotionCode associated with the parent/owner account.
The current workaround is to have the owner of the StripeConnect account to create a Coupon and PromotionCode directly via their dashboard (and this works), but this results in inconsistencies based on my desired UI.
Curious to know whether or not this is a limitation when using StripeConnect & StripeCheckout together, or if another more custom implementation is required
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
there is a flag for expanding object, that might be helpful
Can you send me a link for more info? Iâve tried adding the session to metadata, and it prints correctly in stripe_pay but not in stripe_webhook
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello, i just started 2 days ago my business and i ussed stripe as payment method. And i got a mail. [Important] Closure of your Stripe account for PodsNL. I mailed them about why my account got closed and i get everytime mailed by a bot with the same mail. Please help me out and my money is also blockedâŠ
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hello
Has anyone used stripe issuing to issue physical cards? How does a user pay with the card? Is it a chip & pin card or a Chip and signature card?
If pin, does it have a default pin to enable users change it
So, I am working on getting Stripe Connect to work. I want to use Express accounts.
As part of this, I have made some integration tests to verify that everything is working (including onboarding).
The tests try to activate the Connect account programmatically to simulate the user doing the same. However, apparently this is only possible for Custom accounts, even in dev mode.
If that's true, how can I integration test my Connect onboarding?
I could of course use Custom Accounts while running my tests, but I feel like that would then make everything diverge from the actual logic that's in production, which would still use Express accounts.
Any ideas?
Hi! I was wondering if it was possible to set up a custom sliding pricing on stripe - for example the user fills out a form and inputs number of rooms they have x average ADR = the fee they need to be billed. So every user has a completely different price to pay
:wave: Messages in this channel are unlikely to be seen by Stripe engineers on weekends or holidays. Feel free to help each other in the meantime, or for a guaranteed response contact Stripe support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi, I am trying to see if I can use stripe identity verification as a standalone feature, using api (instead of Modal).
The verification type is: 'id_number'
From the docs, and some tests I did, I see that the flow is to create a VerificationSession, which returns a Verification object, with link to URL and a key for client.
However I want to update the VerificationSession using some API as I already have the 4 last ssn, name and DOB, and not use the modal.
What is the correct API to send this data?
Thanks!
Is there a payment form that calculates the IBAN number using the country + bank code + account number? Kinda like : https://www.ibancalculator.com/
IBAN Calculator: lets you convert a national account number into an IBAN, validate an IBAN, find bank information. Correctness guaranteed.
Am I able to make an exception to a Radar rule for a single card? Currently I have a radar rule that prohibits Amex, but I have one client who i need to exempt from that rule. Is there a way I can add a rule that exempts for example Amex cards ending in 1234 from other radar rules?
Please help I have $239.69 stuck in my stripe account that's closed. My company and activities were too risky. That was my first and only transaction. And then the account was closed and my money has been stuck in there ever since and now they're telling me I have to wait another hundred and something days before they can release my money into my personal account and then I've been going back and forth with your team of supposed to be helpers I guess but they don't help at all they just lie and keep my money not trying to be an ass please forgive me but can you please help me get my money I really need it I worked hard for it
Hey guys! We are trying to figure out the best way to handle payment intent failures in our back end. In particular, failures that occur and are immediately handled in the front end (like expired_card or card_declined etc). The customer is made aware of this issue immediately through a toast (or some UI element) but we still receive a payment_intent.payment_failed webhook to our backend anyway. The docs suggest checking the last_payment_error on the payment intent object and handling/ignoring based on that. Given there are about 150 different errors codes, we are trying to figure out the best way to blocklist/allowlist to make sure we only handle âpost-confirmationâ errors in our back end. Has anyone solved this problem already? Appreciate your time!
hello
Hi can someone help with this I don't see my log hit the stripe console ``` $endpointSecret = 'xxx';
$payload = @file_get_contents('php://input');
$sig_header = $_SERVER['HTTP_STRIPE_SIGNATURE'];
$event = null;
error_log('anythinghere');
Not a PHP dev, but I don't believe error logs will hit the console - they'll only be visible in your server logs
That is what I would think, but donât see them there. And the way the docs on stripe said they would be shown there
i can't get the webhooks working on node
Can strip ACH payments be configured to make payment from Customer to Customer direct. Don't want C2B and B2C to happen. Rather C2C payments
newbie question here - if i have a buy.stripe link, a single product (50/mo subscription), and a webhook -- and a user purchases it, how do i tie that with their account in my backend - i thought about customer.email but that assumes they used the same email for stripe as they do for my login system -- is there a better way to link them?
edit: additionally what events would be best for me to listen to handle a subscription based product
I am trying to create a PaymentIntent but am getting an invalid_request_error for Invalid parameter amount. Amount must be at most $1,500.00 AUD. .. where can I disable this limit?
Hello, what are the requirements to see Google Pay button on a prebuilt Checkout page?
Hello Hello! How are you we are trying to set up payment on our website however getting the error, We are setting up a recurring subscription for the user who can pay from outside India and can pay from India, We do not want to set up two different subscriptions, what is the best possible way
Hi, when using Checkout Session, https://stripe.com/docs/api/checkout/sessions/create, can subscription_data receive cancel_at? Based on the document, it doesn't look like it's possible, but it will be really helpful to add this attribute.
Hi there, I am attempting to use stripe to recieve payments, but 100% of my income was deducted in processing fees, tax, and 'application fees'. I don't know what application fees are and can't figure out why it is so much money. Could I please have some guidance?
hi, I added descriptions to subscriptions but cannot be displayed on the table.
- is there a feature to add fields on the Subscription table (Payment>Subscriptions) and display it?
- is there a search bar for the subscription table only?
thanks!
Error: Your platform needs approval for accounts to have requested the transfers capability without the card_payments capability. If you would like to request transfers without card_payments, please contact us via https://support.stripe.com/contact
I need to payout my connected accounts globally after they have accepted the recipient service agreement, so I need the transfer capability while creating an account.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi everyone! I see that someone is able to create more than one connected account with the same email, is it possible to limit that to one connected account per email?
Hi,
I have requirement to cancel an existing subscription.
In our system we use subscriptin schedule to downgarde subscription in coming time. Now suppose, I have existing subscription to which scheduler is attached and i need to cancel the subscription.
So what should be the approach.
Should i release the scheduler
or should i cancel the scheduler
hi team
Can we cancel a subscription at any specific time via stripe api?
Hi, I encountered a problem. When I create invoice item to specific customer which the customer id is real, Stripe returned 400 and said "No such customer: 'cus_xxxxx'"
Good morning. I have a question concerning the PaymentElement in Stripe. Is it necessary to have the 'Full name'-field in this component? If not, is it possible to disable it. And if disabling is not possible can we prefill it ? Thanks for the help
Hi, I am trying to find example code to use Stripe Checkout product with .NET framework 3.5 - the stripe examples are all for .NET 5.0 - I wonder if anyone is able to point me at anything. Many thanks
Hi, I am trying to use sentupintent confirm api.
https://stripe.com/docs/api/setup_intents/confirm?lang=dotnet
But it does not have Card data in PaymentMethodData. How can I save card type payment method data?
Could you please guide me how to handle this issue?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi there! what happens to the open invoices associated with subscription when subscription is canceled, will invoices get voided?
Hi, I am trying make locations of customers appear in the invoices, Can anyone here assist me with that?
Hi,
while adding a stripe connect account with the api.
I receive the following error : "the recipient ToS agreement is not supported for platforms in CH creating accounts in CH".
What does it means ?
The account type is "recipient"
State: 'CH'
Thanks
Hi, If I create a standard stripe connect account in test mode (using my test key) and then generate a link and send that to my client to fill out. Can I use this connect account in live mode when I am done testing?
Hi, i had cancelled a users subscription to end on period end date, but there seems to be credit balance which is now showing. any help on helping in understanding this would be really great
Hi. I have yet another question: for webhook endpoints, do Stripe differentiate at the sub-subdomain level?
For example, if I have these two webhook endpoints registered in separate Stripe accounts, but they all belong to the same backend gateway that I'm using:
<subSubA>.<sameSub>.<rest of URL>
2.<subSubB>.<sameSub>.<rest of URL>
Will webhook from the same payment intent get sent to<sameSub>.<rest of URL>or<subSubA>.<sameSub>.<rest of URL>?
I don't recall the documentation mention anything about how Stripe handle endpoints with sub-subdomain, yet I'm seeing weird behaviors that suggest otherwise.
Thanks đ
good morning I experience issues with apple-pay domain verification. all manual curls are ok but not the validation from the stripe ui saying 503. anyone aware of this by chance?
Hi, we are trying to set up BBPOS Chipper 2X BT in the javascript web app. But it's not working and connecting javascript.
any reference to connect and use in javascript?
Hi, im having a problem with a subscription update, i was adding a trial period to change the billing cicle but now the next invoice is on another day and i dont know how to changed?
#dev-help To change the redemption time of the coupon changes for each customer while creating the subscription
Hi
I have a query related to connect account, I was creating the custom connect account through stripe apis, and was using test data to test the different responses. I was using address_no_match for address_line_1 for the connect account, there should be some data in requirements but the requirements parameter was empty and further I added the wrong identity verification and still no requirements.
umairasif7
Hi, to find out uncaptured charges should we search for payment intents with status "requires_captures"? status=> "requires_captures"
still got message from apple pay configure and verfaction my shopfiy weibsite domain and idk how i can doit and shopfiy support else have no idea any one help tell me how i can doit it?already i vervaction account with shopfiy and visa and master card working good only apple pay icant actvation it
Hi, guys! We use PaymentIntent API and Payment Element for our integration. I have a question about AliPay payment method: docs say that this payment method requires authentication for every payment and subscriptions are not supported (https://stripe.com/docs/payments/alipay/accept-a-payment?platform=web&ui=checkout#compatibility). At the same time, docs say that recurring payments require approval and in API specification the setup_future_usage param is available to use with this payment method. So, I'm confused. Can you, please, specify how exactly the AliPay setup_future_usage and recurring payments work? Thank you!
Hello đ
If a member makes a first payment using apple pay / google pay, can we save a payment method to charge them off-session afterwards?
Will this payment method be linked to the apple/google wallet, or will it just be the card used during first payment?
Thanks a lot for your help đââïž
Hey guys, probably already asked before and there is a quick answer, I have integrated PaymentRequestButtonElement and Google Pay work well, but Apple pay form disappears quickly - status 400(The domain has been verified before). What could be wrong?
Let's talk here: https://discord.com/channels/841573134531821608/1039120339034193950
Hello everybody! I wonder if it is possible to retrieve invoices with a specific locale/language? Setting preferred_locales on the customer object makes no difference.
Hi. I sent two questions to support via website (Email), and none of those was answered. What Can I do? When I receive the the meesage: Weâve received your message, I can't see any ID of the question . Thanks!
Hi everyone,
How do I create a cross border payout using a payment Intent?
Use case: The source of funds is an ACH US Bank account and I want to send the money to a connected account in the UK and pay them out in their local currency.
- What is the time of account I need? I am guessing express because we rely on Stripe for collecting UK bank info
- I run into an error which says, US bank account canât be the source of payment to a UK connected account. Do I need to use a payment method?
Is there a payment method that supports multicurrency payments that is able to support a large volume of transactions accross the globe. - Should I use destination charges or just simple transfers from my platform balance?
Hi there,
I'm currently implementing a subscription flow using Sepa Debit.
The steps I'm taking are the following:
- Create PaymentMethod in frontend
- Store PaymentMethodId in backend
- Set the payment_method as the subscription's payment method and set payment_method_types to sepa_debit
The issue I'm experiencing is that the subscription isn't automatically charging the sepa_debit payment method, and if I manually charge the invoice I'm getting the following error message (attached).
How can I properly collect the customer's mandate in the described scenario?
How can I withdraw money from my bank to another bank account with the help of stripe?
Hi team,
Is it possible to create a subscription today and start it from some specific date at future ? so we need it because we have multiple subscription and if customer want to change subscription in the middle of current subscription
Hi everyone, in my app I use Checkout Session to charge users. I've also added in our settings redirect to Customer Portal to give possibility to update user's billing info. I've noticed that adding new payment method in Customer Portal does not affect saved cards in Checkout , so they need to fill card info again. Is it correct behaviour or I'm doing something wrong? Of course both Customer Portal and Checkout are based on stripe customer id which is defined after every registration in supabase
Hi, I am trying to see how to use stripe identity verification using api.
The verification type is: 'id_number'
I want to update the new VerificationSession using some API as I already have the 4 last ssn, name and DOB, and not use the returned URL.
What is the correct API to update this data?
This is what I currently see - https://stripe.com/docs/identity/verification-sessions, but it returns a URL for session model UI
Thanks!
So in regards to this.
Do I contact support then? I just feel like it's development help that's needed here.
The channel isn't monitored at a weekend. I've opened a thread now
ffMathy
Hi, I hope someone knows the answer to my challenge.
My question is: for a customer of mine who is using payments links (and invoicing) via Stripe, I want to know if it is possible to send shipment info to a third party (who handles all the logistics) by email after a successful payment. But I want to send them the shipping info and the order number only (so no names or other personal info, due to GDPR).
Anyone here has done this before?
(PS: I have contacted support first to see if there might a simple solution, but there isnt)
Hello everyone, does anybody know the instant payout requirement is applied? It states that requires 60 days of processing is that 60 days from the first ever payment? I have received more than 4,000 GBP (amount needed for United Kingdom)!
Hi! i have an issue with applepay btn - it stopped appearing on my website (and also on https://stripe.com/docs/stripe-js/elements/payment-request-button) if i open them from desktop. On mobile, the button is visible and works fine. The wallet is setup, for example on https://applepaydemo.apple.com/ i see the payment button and it behaves fine. A few days ago i was able to see the applepay btn both on my website and on stripe example page. Can anyone help me solve this?)
Hi team can we change "billing_cycle_anchor" and "current_period_start" to future for a existing subscription ? created from checkout
We are trying to do a refund from a SEPA debit, and we received the next msg: To prevent fraud, refunds are disabled after the first refund attempt until your account has been reviewed. The review can take up to 2 business days...
I don't know If that review is for the customer or connected account. Anyway, both are active and the refund was made 1 week ago. We tried the same operation twice with the same result. What Can we do?
:question: @kindred pine 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
Hi there. I am using Stripe Extensions with firebase and I need to do some configurations. When I go to stripe dashboard, navigate to Developers > API Keys, I need to generate a new Restricted Key with the permission "Read" access to "Plans". But I couldn't find "Plans" anymore as usual. Did something happen?
Hello,
I would like to know how I can get invoices from my money transfers to my bank account?
I need them to justify my accounting entries. đ
Hi there, after creating a shipping rate, what's the best way to obtain it when creating a checkout session? Thanks đ
Hi,
The documentation says
'To create test mode payouts for a Standard account, use any valid bank account details (for example, your own). Test mode payouts simulate a live payout but arenât processed with the bank. Test mode Standard accounts always have payouts enabled, as long as valid external bank information and other relevant conditions are met, and never requires real identity verification.'
But I am unable to add a real bank account to a Standard connected account in test mode. The error says that we need to use a test bank account. And with a test bank account, we are unable to test manual payouts via the API. After initiating a payout via API, The error message says 'This account requires further intervention to perform certain actions'.
Almost all the transctions are getting denied saying 3d Secure issue
My partner made a USA account and the transactions started getting sucessful.
Hi,
While creating Express account for India, the API is giving following error:
{
"error": {
"code": "country_unsupported",
"doc_url": "https://stripe.com/docs/error-codes/country-unsupported",
"message": "IN is not currently supported by Stripe.",
"param": "country",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_qYgQrQAtJIyfzo?t=1667822874",
"type": "invalid_request_error"
}
}
But, we can create an Express account, for India, from Stripe Console -> https://connect.stripe.com/express/oauth/authorize?response_type=code&client_id=ca_LvS6LGffun4Qu9e6ekKlSwKbTRq83C1P
Can you please help us understand why this api is failing?
Hi! We are creating subscription with a trial period from backend when user signs up. We then pass session_mode as setup in checkout sessions. When I pass it as subscription it creates a new subscription. We want to give user an option to choose upsell plan.
nftarea
Hi, there.
I'm planning to integrate pricing tables to my SaaS but i didn't find any info on how to display the user's current subscription plan, For example if i have 3 subscriptions listed in pricing table: Starter, Medium, Pro. when user's on Starter plan i want to replace "start trial"/"subscribe" button with "current plan" for example.
Is there any way to do that?
Hi team please help me for this
Hello,
Is there a way to choose a specific Invoice Items to include at the creation of an Invoice using stripe.invoices.create ?
For now I use the pending_invoice_items_behavior: "include", parameter.
Hi,
Is there a best way to submit an issue / code fix for said issue?
I was going to email support, but unsure if there's a better place
Hey there, one short question about subscriptions: is it possible to trigger a payment failed event for renewals at the stripe webhooks (in the dashboard?). So the first payment works but the automatic renewal fails and I want to catch that case and cancel the subscription then + inform the user.
my stripe account is closed, is there a way to recover the account.
Hello,
I'm using Connect and working with express accounts (they're created using API call and then I create account link which is sent to merchant to finish onboarding process of their accounts). I noticed recently that onboarding process not always requires to finish ID verification step and in result it ends up with 'Enabled' status instead of 'Complete'. Is it somehow possible to ensure all informations (including ID) will be collected during onboading process and account will end up with 'Complete' status from the start?
Thank you!
When using Stripe JS to mount a card element, how can I force the user to enter a card number, expiry date and CV2 number before allowing processing to continue further?
Hello,
I am in the process of working with stripe to migrate 20,000 customers from our old merchant (PAN import). The migrate is for customer tokens with card data, not subscriptions. Stripe support commented/hinted that some customers may need to reinsert the CCV code with new charges. Is this correct?
Thanks.
Hello.
I have issues with Stripe. https://uklid-namiru.cz/darkove-poukazy/
Stripe always says "Error" anyone here got in touch w this?
Thanks..
hi, we are using stripe iframes and js to get customer payment information since like 2 years. for some reason we are now facing to problem that the iban iframe isnt clickable. does anyone have the same problem?
Hello all, I am looking for help regarding purchase codes (coupons, vouchers)
Hi,
Does the event 'account.updated' is supposed to be triggered when the account is created ? I didn't receive any so I would suppose this event is not sent.
Second question, what property can I update so this event will be trigerred. I have tried with the account metadata but nothing was triggered.
thanks
i am getting risk evaluation on made payments , should i be worried
Hi- I'm using Stripe Checkout Sessions with custom line_items (custom product names via product_data.name on each Session), and also taking payment via US Bank account and creating a Charge with it (sending in a customer input Description for helping in reports). This product_data.name or Description is an InvoiceNumber the customer provides. When my client exports all Payments in Stripe, they don't see these values. Is there a field I should be populating so it can be exported? See for example pi_3M0Rv7HDFfkaP3YT14dQqRxi you'll see the Line Item with a specific name relating to an Invoice(not Stripe Invoice...).
Hello, I am looking for a contact who works at Stripe.
I have a very interesting opportunity.
Hi Devs, please help me with this request ID req_lIAmQBgnfy4T46
Hi there! I have a question about Stripe connect webhooks behavior - When using connect and listening to connected accounts webhook events, do we receive webhooks for all payment intent events, for example if another account creates a destination charge for the connected account would we receive a webhook event for this? If so, how would you recommend filtering out these webhook events as we donât want to listen to them?
Hey, one more question about payment methods in subscriptions: if I want to add a form that lets the user updates his credit card, is this the correct workflow? 1.) create the form via createPaymentMethod() in js 2.) Use paymentMethods->update() on his subscription (https://stripe.com/docs/api/payment_methods/update)?
Hello đ
I have a problem capturing PaymentIntents using python.
When ever i call stripe.PaymentIntent.capture as documented i get an error 'str' object has no attribute 'instance_url'
All other methods on PaymentIntents (retrieve,update,cancel) are working as normal.
Thank you for your help!
Hello
Is it normal that adding proration item to upcoming subscription creates another one for the next month?
I want to have upcoming invoice that shows only items for current time window, not for future month
I am using test clocks and I cannot add a 3DS card?
[PHP]Hello, I have developed an online ticketing system for events and I am getting to payment. I'm here because we decided to use stripe. Of course, I read the documentation but I don't know where to start...
I first used the "Prebuilt Checkout page" method by going through the given files and the payment tests go back well in my Dashboard. Now, how do I pass my price and quantity variables in the "create-checkout-session.php" stripe script?
Should I use callbacks for error returns?
Thank you for your help.
Hi There, wondering if you could help.
I need to get access to the Thank you messages on our backend of Stripe, so we can edit these automated messages. Any chance that would be possible?
Hi! We have a user that is not receiving the verification code SMS
i'm trying to get all the payments relevant to a specific meta data am I correct that I have to use the payment_intent /search api and pass the meta data as a search parameter?
Hi! How can I customize my confirmation page?
Hello! https://stripe.com/docs/api/subscription_schedules/list#list_subscription_schedules-scheduled
Which value is expecting the API for scheduled argument?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I've ran into a snag. I'm using a checkout session with mode 'setup' to collect a card from the user. Then later when I run a create charge api for this user it says "customer has no active card". See the error and see the customer has a card:
Hoping someone can help, ASP.net/C# trying to upload a file to Stripe but get the error:
We don't currently support file type: application/octet-stream. Try uploading a file with one of the following mimetypes: application/pdf, image/jpeg, image/png
Code sample:
https://pastebin.com/LhRibHre
Not using FileStream, looking to dynamically generate the PDF as it'll need to pull various bits of data from different places to fully automate this.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Want to try and avoid saving to disk then deleting afterwards if possible
Hi, I am setting up a Zapier integration where after a succesful payment (by either using a Stripe payment link or a Stripe invoice sent manually) I can sent an email containing the product name (amongst others). For the invoice payment part it works perfectly, using the 'Invoice Data Lines Data Description' data/label. But somehow I cant find the right data/label to use to show the product name after a successful payment link payment. Anyone has any idea? Thanks a lot!
[PHP]Hello, I have developed an online ticketing system for events and I am getting to payment. Iâm here because we decided to use stripe. Of course, I read the documentation but I donât know where to start...
I first used the âPrebuilt Checkout pageâ method by going through the given files and the payment tests go back well in my Dashboard.
Now I need to link my payments to my wordpress back-end (transaction number and payment status), how should I do it? What service should I use?
Hello,
I tried this to search an invoice by metadata AND status like that :
curl https://api.stripe.com/v1/invoices/search \
-u sk_test_51Iv...UFoAExhQrIksmewXTEPLsYe82bm0mursC000D61KOJko: \
--data-urlencode query=`metadata['transactionId']:'${transactionId} AND status=\"draft\"'` \
-G
but I got this error
"Field `status` is an unsupported search field for resource `invoices`. See http://stripe.com/docs/search#query-fields-for-invoices for a list of supported fields."
Did I do something wrong or its impossible to filter by thise property ?
Hi, following webhook documentation with exactness, yet 500 error
Hello, can someone explain to me what does paid_out_of_band: true exactly on an invoice please ?
Hi. You'll see from there https://dashboard.stripe.com/test/events/evt_1M1Xc7BZ9qUe1kQ5IbVDzrME that I setup a Setup Intent for my customer's card with usage = off_session. However, when I tried to process a Payment Intent against that same card / customer, it didn't complete: https://dashboard.stripe.com/test/events/evt_3M1Xc8BZ9qUe1kQ50fDuQvxf Is the payment intent falling foul of the 3DS2 rules? Or is there another reason why the payment didn't succeed?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Stripe test card information canât be saved to Wallet in iOS. Instead, Stripe recognizes when youâre using your test API keys and returns a successful test card token for you to use. This allows you to make test payments using a live card without it being charged.``` Any way to use a test card that won't succeed with Apple Pay?
Is it possible or recommended to ever clone a customer from a Connected Account to a Platform Account?
[Node.js + React] I'm trying to complete the Stripe partner developer certification, and I was running into some issues later down in the process, but I decided to push what I had to the auto-tester on github, and it seems to be telling me that all tests are failing, which certainly shouldn't be the case... The first test that fails is checking to make sure I'm using .env variables correctly, which I am (at least according to the stripe docs). Any idea if there is a problem with the 'stripe-challenge-operator' on github, or is this something that I'm doing wrong on my side of things?
Hi! We're hoping to track the url that a checkout session creation came from when a payment succeeds, to see which upgrade dialogs are the most fruitful. Is there a way that we can get the initially-used success_url / return_url from when the session was created, upon receiving a payment succeeded webhook?
How can I create a stripe connect account in dev mode, with testing information? This guide (https://stripe.com/docs/connect/testing) only seems to apply for oAuth. I do not know how I can do this with the stripe hosted onboarding https://stripe.com/docs/connect/connect-onboarding
Is there any way to show more than 20 customers at once on the main Stripe Dashboard => Customers screen?
I've ran into a snag. I'm using a checkout session with mode 'setup' to collect a card from the user. Then later when I run a payment intent api with "confirm=true" for this user it says "You cannot confirm this PaymentIntent because it's missing a payment method." but I was under the assumption that using confirm = true skips payment method and uses the default payment method. See attached, the customer has a payment method. request_id: req_ifquel6TnWOL9A
When I use this code to check for the "complete" state on a Stripe JS cardElement, I notice it returns "complete" when the user has entered the card number even though they haven't yet entered an expiry date or CV2 number. How can I check that the user has completed all three parts of the card element?
cardElement.on("change", (event) => {'
let cardErrors = document.getElementById("cardErrors");
cardErrors.textContent = "";
if (event.complete) {
document.getElementById("button-Submit").disabled = false;
} else {
document.getElementById("button-Submit").disabled = "disabled";
}//if
if (event.error) {
cardErrors.textContent = event.error.message;
}//if
});
Please just ask in your existing thread
hi i have been using this to set up a subscription https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements . is it best to listen for PaymentIntentSucceeded in webhook to allow access to the service? if so do i need to still check if the subscription status is active or is it sure to be anyway? Cheers
invalid_request_error - requested_capabilities
Your platform needs approval for accounts to have requested the transfers capability without the card_payments capability. If you would like to request transfers without card_payments, please contact us via https://support.stripe.com/contact.
How do I enable recipient agreement for my Stripe account?
Hello... got a very weird one. We've been noticing payment sources that are tokenized using Apple Pay that work fine for charges on our own Stripe account get declined by the bank with a do_not_honor error when we try to run a charge through a connected stripe account.
The same exact card works fine for the same exact charge amount through the same exact connected account when it is added via typing in the card number instead of via Apple Pay.
Is there something specific we need to be doing when tokenizing cards via Apple Pay that allows those stripe sources to work with connected stripe accounts?
If I have the price ID for a product I want to charge a customer for (having already captured a payment method with a SetupIntent), what's the idiomatic way to charge them for that off-session? All the single-payment examples I can find seem to charge an amount rather than a product/price.
Hi đ was a change made to the "prorate: true" behaviour?
How would I go about retrieving an upcoming invoice for a customer that will add a line item to a subscription mid billing cycle?
For custom accounts when adding external_account, how important is getting the bank_name correct? As of now, I'm just collecting any String input from users while other apps have a predefined list of Bank names so I wonder if a "wrong" bank name or misspelling can cause the creation of a bank account to fail? đ€
Hi, is there a way to transfer money to seller from connected account?
Hello, I'm developing a custom checkout page using stripe payments ( https://stripe.com/docs/payments/quickstart ), And I want to know if retrieving the user's cart from the backend and not the front-end to create a paymentIntent is correct while using Stripe.
For example, normally I would calculate the order's amount using const { items } = req.body; which is sent from front-end. But what if I get these Items from my backend using the user's cart, is this still correct?
Hi,
When a physical card is sent from Stripe to an address, and this card gets returned.
https://stripe.com/docs/api/issuing/cards/object#issuing_card_object-shipping-status
What will then happen? Will Stripe send this card again?
Thank you for the feedback
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
please ask your question in the thread I created for you
Hi , Do you accept ELO payment flags?
I use Checkout and Subscriptions for my online business. However, now I have a case where the monthly price depends on 5 different factors and their quantity. What is the best way to implement this? Sure I could create 5 separate products but that's really a mess on the invoice.
Hi, i confirm payment from backend .net, I create a payment intent use PaymentIntentCreateOptions.cs and when received error in the payment, example: insufficient fund. I received this error message in English, but i need received this error in another language(pt-PT). In the PaymentIntentCreateOptions.cs I can't not find the attribute correspond a preffered_locale in card options. Its possible ?
This is the message I'm getting I'm trying to use qwick but can't because they use stripe what do I do
Well I guess it's not going to work
Whats this server for
is there any way to add another product to the applies_to for a coupon?
Hi is it possible to get address input fields in Stripe Checkout?
Hello, can someone tell me how stripe connect works please. If a user is directly paying another merchant and not by the website then does the merchant need to fill their credit card details which will be stored on stripe then. Then when a user pays that merchant how does the api to link it with that merchant, especially if there are potentially hundreds of transactions happening . Can someone please help? Thanks
Hello fellow Stripe Connect devs! Does anyone know of a way to create a PaymentIntent with destination charges for multiple connected accounts, rather than using the 'separate charges and transfers' method? The reason I need this is that I would like the transfers to occur to the connected accounts immediately to ensure they receive the payment for their 'sub-orders' in full, and then the application fee is transferred back to the platform account... I'm trying to reduce the total revenue I must claim, so that I can just claim the platform fees as my revenue.
Hello. I have a platform account in Brazil, but I need to create a connection account in another country. When I send a request, i get an error. Could you recommend me what to do?
Connected accounts in CZ cannot be created by platforms in BR. Please contact us via https://support.stripe.com/contact if you need further assistance.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
hey all, referencing https://stripe.com/docs/api/customers/update, what does the source param require? just the id, right?
Hello. Is there a way to create an Invoice that charges an initial deposit and then sent again when work is complete for the remainder? We're a service-oriented business that secures a payment up front before conducting work.
Hi there, How do I create a subscription that will be billed immediately and includes "metered usage"
Hello @everyone.
It is a pleasure to meet each other like this and share our experiences and skills. I'm Dennis from Canada. The purpose of writing this article is because I need your little help as a web developer for 6 years.
This is my website: https://dennis-stephens.vercel.app
You can check my projects with my name in team section and Linkedin recommendations and certifications here.
I sincerely need your help. Whether you are the CEO, developer, or company employee, I would be very grateful if you could hire me or recommend me. Also, don't hesitate to DM if you want to create amazing website ideas, advertisements, e-shops, or portfolios.
Please consider me as your friend and help me selflessly.
I migrated customers from an old coupon to a new coupon, but the dashboard is still showing the customers under "active redemptions" on the old coupon. is this a bug? or do the customers have multiple coupons applied?
gm, wanted to use Stripe Atlas, my Co-founders name triggers: "Please enter the name of an individual person, not a legal entity."
Can someone help pls?
hi after i have set up a subscription where do i get default payment method from so i can copy the card billing address to the customer?
Hello, I'm attempting to search for the presence of a metadata tag in the dashboard search... Something like metadata:group=<anything> ... I was wondering if there is a wildcard identifier available for simply finding all objects that have a metadata field present.
Need some confirmation that I've setup a Subscription that will be charged automatically when it renews: I am attaching the PaymentMethod from a SetupIntent where off_session=True to a Customer. I also modify the Customer so that invoice_settings.default_payment_method is the same PaymentMethod. Then creating a Subscription for the Customer, where the default_payment_method is the same PaymentMethod. The Subscription is set to charge_automatically. Currently they have been charging successfully after a trial - but I am curious what I can check to make sure the charge will go through automatically when that Subscription renews.
Hi all, I'm trying to build a Stripe app that is backend only. The preview of the app on my own account seems to be a blank sidebar state. I have a few questions:
- Is a backend-only app always going to show that empty sidebar state to stripe users?
- I'm trying to build an app where users will connect to my app to view analytics on their Stripe account. I only want read-only access to some stripe endpoints. I want users to auth into Stripe from my app, and then view the analytics on my app. Is Stripe apps the best way to build this?
Hi, I am looking into the minimum payout information (https://stripe.com/docs/payouts#minimum-payout-amounts) in the docs and I am looking into some clarity. So should we assume that the min payout is equivalent to $0.01 and the countries listed are exceptions?
hello, what is the expand property on paymentIntent that returns stripe fee charged?
For the Stripe invoice API, is it possible to get the timestamp for the last time an email reminder has been sent to the customer?
Hi all. How can I set the memo for a subscription via the API please? Thank you!
Hey folks, looks like there is an issue with marking SEPA payments as succeeded in test environment. Last successful payment for us is 40 minutes old https://dashboard.stripe.com/test/payments/pi_3M1c4LEWLkr0FHzG0orGmlG7
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hello everyone, my site is live but its says the payment is in test mode and i know i toggled it off after I show the clients, so how do you turn it off?
Hello! I run a car rental business - is there a way that I can hold a deposit, rather than take money from our customers? Each guest pays a $500 security deposit. Rather than take money out of their account, how can I simply hold the $500 and have the authority to charge them as necessary?
Hi there! I'm struggling with Stripe's "Street check" when it comes to a customer providing an address that contains a unit # or apartment number. More specifically, does the unit number go into "address_line1" or "address_line2" when I'm creating a card token.
Hi, when i retrieve the payment method from a customer how can i know if this card is setup for off_session payments? (future_usage)
Hi for some reason test clocks are not taking into account the settings on this page to mark invoices as uncollectible https://dashboard.stripe.com/settings/billing/automatic. Actions -> Create invoice -> items -> one time item-> email invoice to customer -> do not pay it and fast forward time past the due date
the invoice is still open
@robust mural Can you ask your entire question in a single message please?
Hi my payout date keeps changing even I updated my bank info, which is the same as before, could you be able to take a look and see if something is wrong there
Thank you
Hi, I run an AirBnB property management company and I receive payments from VRBO and B.com in my Stripe, but I receive the total payment, and I would like to know if there is a way to configure Stripe so it sends the payouts to different accounts automatically? For example:
Reservation payment: $1120 I need to split that between the owner and myself. So it'll be something like this.
Me
$120 Cleaning fee
10% of the remaining $1000 = $100
Owner 90% of the remaining $1000 = $900
Hope that makes sense.
Hey I wanted to bump this, looks like roadrunner is away, can anyone else help? #dev-help message
Yep, sorry about that!
Hi,
We are trying to activate 'ACH Direct Debit' payment method. The status is in Pending. What are the next steps?
Hi, I need help with initializing Stripe on the FE (with connected accounts). My use case is the following:
- The user logs into my app, loadStripe does not have a connect stripe account.
- The user selects a product from a dropdown, and that product has a connect stripe account attached to it.
- The app rerenders <Elements> with the connect accounts.
It seems like when I do stuff like adding a card, it keeps the initial load in (without a connect account).
Hi, using Account:create how can I prefill the 'Shortened descriptor' field when using Standard accounts? Thx!
Alguien que hable español
hey folks wondering what parameters to create a subscription with for a returning user?
Right now, i have a few users who cancel their subscription, then recreate their subscription and their new subscription gets put into incomplete state. after a while it goes into incomplete_expired state. presumably because they don't pay the invoice which i'm not entirely sure they even get.
so i think my integration is definitely set up incorrectly. i am hoping someone can point me in the right direction?
quick question about the payment_intent_client_secret. Once the payment is done and I redirect to the success page, I have a small function that checks for the payment_intent_client_secret to fetch the payment status and if succeeded to update the db with the order. I am assuming, since the value is stored in the URL by default, I should be ok to use it without worrying about any customer data getting leaked, right?
useEffect(() => {
const clientSecret = new URLSearchParams(window.location.search).get('payment_intent_client_secret');
const retrieveStripe = async () => {
const stripe = await loadStripe(pubKey);
if(stripe) { window.stripe = stripe }
if(IS_BROWSER && clientSecret) {
const { paymentIntent, error } = await window.stripe.retrievePaymentIntent(clientSecret);
payStatus.value = ((paymentIntent?.status) as string);
if(!error && payStatus.value === 'succeeded') {
updateDB();
}
}
}
retrieveStripe();
}, []);
Hi, is there a way to create a Coupon and PromotionCode for a particular StripeConnect account? I was unable to find anything at https://stripe.com/docs/api/coupons
I am using StripeConnect and StripeCheckout together, but the StripeCheckout session is unable to use the Coupon & PromotionCode associated with the parent/owner account.
The current workaround is to have the owner of the StripeConnect account to create a Coupon and PromotionCode directly via their dashboard (and this works), but this results in inconsistencies based on my desired UI.
Curious to know whether or not this is a limitation when using StripeConnect & StripeCheckout together, or if another more custom implementation is required
Hi, do you know a potential user story that causes the following flow within a matter of seconds (4 seconds in this case)?
- A PaymentIntent gets created
- The amount_capturable for this PaymentIntent gets updated
- A request to cancel a PaymentIntent is completed
I've been trying to reproduce this behavior locally, but I am really not sure what the user is doing to cause this.. Any help is greatly appreciated!
If i setup a subcriptions for a customer does it automatically email them everytime they charge? I tried a test email and looks like only the seller got the email and not the buyer
Hello, is it possible with Stripe to first check if user can pay an X amount before starting a service? It looks like the gas stations system. You put your card in, system checks if you can afford $200, and then you can start filling your car upon $200.
any where i can find sample code to integrate Subscription webhooks in to Azure using python?
Hello, we are implementing a "collect payments then pay out" system. In the case where the consumer receives a stripe email invoice, what would the recommended approach be to accept the payment and handle payouts to the connected account/service provider (Express).
Would we have to redirect the consumer to a page which calls a server side endpoint to create a checkout session containing the transfer_data and price information?
Hey guys! We are trying to figure out the best way to handle payment intent failures in our back end. In particular, failures that occur and are immediately handled in the front end (like expired_card or card_declined etc). The customer is made aware of this issue immediately through a toast (or some UI element) but we still receive a payment_intent.payment_failed webhook to our backend anyway. The docs suggest checking the last_payment_error on the payment intent object and handling/ignoring based on that. Given there are about 150 different errors codes, we are trying to figure out the best way to blocklist/allowlist to make sure we only handle âpost-confirmationâ errors in our back end. Has anyone solved this problem already? Appreciate your time!
Hi, there's a problem when creating a file link for a file. Yesterday, it was good, and our app was able to download the file through the generated link. The same restricted key was used with the full access to everything. A specified IP was set as well as the same as few days ago. I'm wondering why it didn't work after some time now that we are nearing the deadline.
hello.. is a stripe loan transferable to another stripe account?
hello
i have a problem about list all balance transations
chunyu
hi i would like to ask i cant received the sms authentiation msg
Good night!
We are trying to create OutbountPayment specifying the account_number.
https://stripe.com/docs/api/treasury/outbound_payments/create#create_outbound_payment-destination_payment_method_data-us_bank_account-account_number
We know that if you specify an incorrect rounting_number in the sandbox, we get this error
stripe.error.InvalidRequestError: Request req_ksu75vHwgJpq5m: Invalid test mode routing number (123456789) used. See a list of the valid routing numbers at https://stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments#testingobp.
What happens if the client specifies an incorrect rounting_number in production ?
Hi #dev-help I want to use 2 stripe accounts on my server. One for the production account and one for testing. How can I use 2 different keys on the server?
Hey there, I'm working on something in which I want to be able to programmatically issue credit notes. While attempting to add a credit note to a subscription related invoice, I'm seeing You can only create a credit note for an invoice that is either open with no payment pending or paid returned when trying to issue a credit note for a sandbox invoice with a status of open, which suggests to me the automatic attempted failed payment is the problem. I'm not seeing anything mentioned about the pending payment on an open invoice in Stripe's docs, or how to resolve it. Could you please help me either find info in the docs for this, or how to resolve this error?
Discussed this on Discord with: codename_duchess
When using this system to connect to someones bank account, the entire process runs smoothly until you get to the SUCCESS page. This page when you click DONE changes the "setupIntent.status" from "requires_payment_method" to "requires_confirmation" (which is what we want) so that the account will be able to be saved to the Stripe Customer Object, and the Payment Intent ID can be sent in the response.
However from a Mobile device / browser ... the Success page has a different UX (see attached) and the DONE button is both not visible (and not there....as we've tried to scroll down hoping its just out of the view). Meaning the USER cannot complete the flow.
hey team
is it possible for a refund to fail? how likely it is to happen?
if it's failed, what should be done?
I need help i'm using Android Studio and i'm using implementation 'com.stripe:stripe-android:20.15.3' and i'm getting a error error: cannot find symbol
Card card = cardInputWidget.getCard(); but google play won't let me public my app using implementation 'com.stripe:stripe-android:11.1.3 ' so i had to use 'com.stripe:stripe-android:20.15.3' or the new one. on my layout i'm using com.stripe.android.view.CardMultilineWidget and part of the java cardInputWidget = findViewById(R.id.card_multiline_widget);
Card card = cardInputWidget.getCard();
if (card != null) {
stripe = new Stripe(getApplicationContext(), PaymentConfiguration.getInstance(getApplicationContext()).getPublishableKey());
stripe.createToken(card, new ApiResultCallback<Token>() {
@Override
public void onSuccess(@NonNull Token result) {
String tokenID = result.getId();
}
@Override
public void onError(@NonNull Exception e) {
}
});
I can't getCard or create a token as needed
I can't find any new updates using 'com.stripe:stripe-android:20.15.3' but google play said i had to use the new one for privacy reasons.
Hi all. After some advice on implementing a multi-tenant Stripe config in Spring Boot. I own a SAAS company which charges customers via Stripe using the below StripeConfig:
@Configuration
@EnableConfigurationProperties(StripeProperties.class)
public class StripeConfig {
private final StripeProperties stripeProperties;
@Autowired
public StripeConfig(StripeProperties stripeProperties) {
this.stripeProperties = stripeProperties;
}
@PostConstruct
public void init() {
Stripe.apiKey = stripeProperties.getSecret();
}
}
My customers are able to provide their secret key where the platform will create payment links on behalf of them for their clients. What is the best way to initialise Stripe with their API key? While also still maintaining the Stripe.apiKey I use for my own customers.
Hello, I'm trying to process payments for a connected account and I keep getting this error. How do I get the controls?
"You cannot perform this request as you do not have Platform Controls for Standard on the account."
Hello,
How can I get the Stripe processing fee and Tax percentage before the payment?
Hi I need help on changing my bank info
I used stripe for an event before I was a nonprofit. I want to change it to a nonprofit how would i do that
How can i simulate payouts to connected account with webhook so that i can do processing in my app based on the webhook received?
you have to set up a new business in the dashboard and choose nonprofit
im trying to change my bank info but it keeps telling me to verify. i tried 8 times. is there any way to combat thi
this*
should i press new accoutn
yes
@vagrant steppe
maueez
I am stripe payment gateway in the cs-cart
but in the 3d secure not working
can you please help me out?
hthla
Hey is the Tap to Pay on iPhone SDK released?
Hi , i am trying to achieve an automatic charging scenario, where we want to only charge user, on some action from our backend. Note: this means its not at all recurring. One way to do this is using setupIntent to capture the payment and then using paymentInent later (from backend). But i think we have to handle retry, sending invoices etc ourselves. The other way is to create an invoice and attach customer and subscription_id. But our use case doesn't fit with subscription feature. So basically what we need is to use invoice feature (ie retry handling, sending mail etc), but without subscription. Is there anyway we could achieve it. Thanks in advance.
Hello all,
I am getting problem with web application while using Stripe.
I have create one Flutter project and I am using Stripe payment integration into my project.
Dependencies are in pubspec.yaml file :
flutter_stripe: ^6.0.0
flutter_stripe_web: ^2.0.0
When I am tring to create payment method at that time I am getting error like UnimplementedError
This is my code for create payment method:
PaymentMethod? paymentMethod = await Stripe.instance.createPaymentMethod(params: PaymentMethodParams.card(
paymentMethodData: PaymentMethodData(billingDetails: billingDetails),
));
Hi everyone. I'm following this guide but getting an error. Can someone help me? https://stripe.com/docs/payments/save-and-reuse-cards-only
Hi Stripe team, there's a field called "request_three_d_secure", and we can pass ''any'' to Stripe to trigger the 3DS authentication. As for Apple Pay payment, we already know that it doesn't support 3DS feature, so what would happen if we pass request_three_d_secure = any to initiate Apple Pay payments?
Hi team, I'm using API to integrate stripe to my system. I want to provide subscription service for users. Now I'm wondering how can I get a checkout link like a checkout session creation after creating a new subscription.
Something strange has happened, the api has been called to create an invoice and charges, but it has come out as DRAFT (normally this does not happen)
Hi Team,
I'm using a Stripe Connect Account in Test Mode and here is my use case :
- A seller is registered (Standard or Express Account)
- A user is paying an article, the amount is just captured
- The admin validate the order, and the payment is done
- Then, I transfer to multiple sellers
But I have a problem in the log of the seller account, code error "balance_insufficient"
I have a positive balance, but impossible to add funds to my connected account balance (for standard or express), the option is not available image attached
Thanks by advance đ
Hi Team,
I'm using Stripe Account in Test Mode and my doubt is
- Can I test 3d Secure in test mode ??
Thanks đ
Hi Stripe Team!
My team and I would like to know how you would recommend us to save the IP Address and the Device Details of the buyer/cardholder per transaction within Stripe's APIs.
This information needs to be saved(/available to us) for at least 365 days after the charge because of the forthcoming changes to Visa rules (related to handling Card Not Present Fraudulent chargebacks).
So how would you recommend to do it in the simplest way? That is, perhaps there is a place where this information is permanently saved per a charge and we aren't aware of it (requiring no effort). But otherwise, we were wondering if the best approach would be to find a way to push the IP Address and Device Details data (Reviews object; e.g. https://stripe.com/docs/api/radar/reviews/object#review_object-ip_address) to the charge.metadata per transaction (https://stripe.com/docs/api/charges/object#charge_object-metadata ; https://stripe.com/docs/videos/developer-foundations?video=metadata&lang=java).
Thank you very much for investing your precious time into helping us. It's truly appreciated!
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi
Hello, I am using stripe and run an agency on a subscription model. Recently I have noticed when I sign clients up and set up their subscription payments Stripe has started to automatically change their invoices based on the figure they owe and divide this to a daily rate X however many days Stripe thinks theyve used the service for
Hi,
I received an email saying I must validate my company. From my mobile I cannot scan my ID card. First, the camera image is not in the "placeholder image" Stripe is displaying. Secondly, after trying to move my ID card blindly, it say it is not a valid ID card. Thanks for help
Hey! Do you have some recommendations how I can test if my checkout link shows all the payment options that I want? For example I would like to check if Alipay is shown, but I am not in China.
The preview in the Dashboard shows Alipay when I choose China. But how can I confirm this?
Hi there! How can I delete a shipping rate?
Hello guys, is possible to get PaymentIntent with Invoice object in one API call ?
Hello. Is there a way to update description field under "Payment details" for payment after payment is completed?
Hi@all đ
I'm using Stripe Checkout, our users (in some specific scenarios) can start a subscription with a lower price for the first year, then the following renewals will be at full price. We have some third-party corporate agreements including a special discount on our platform as a benefit, so we need to have a discounted price for the first year, then full price AND let the user insert their discount codes in the Checkout paywall. Currently, we are achieving this by having a subscription plan with a normal price and a special discounted price only for the first activation: when we receive the checkout.session.complete notification on our web-hook we "upgrade" the price to the normal price. Now, the problem đ : in the Checkout paywall the user reads a wrong message telling them they will pay the discounted amount for the following renewal. I know that we upgrade the price in the webhook after the customer pays, so the subscription price is still the discounted one on the paywall... but we need to disable that line that reports to them the wrong fee for the following renewal, or at least change it with a custom one with the right price. Is there any way to achieve this? Tnx in advance and sorry for the wall-of-text! đ
Hey there, is there a list of all delayed notification payment methods somewhere? I need to know which payment methods give synchronous success/failure and which are delayed out of all that stripe provides, thank you
While creating a connected account, should I pass the country parameter or let Stripe Onboarding auto-detect it?
Also is there an API method that can list countries in Stripe's global market? https://stripe.com/docs/connect/cross-border-payouts#supported-countries
Use Case: We have to do payouts for our global workforce.
How long is an Account Link valid for? https://stripe.com/docs/api/account_links/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi, in which event can I access the purchased product details following checkout completion?
Hi! I'm trying to update a subscription and I want to change for a another prices that have a different currency, but they don't appear to me so the initial customer pays with dolars
I just read about dempotency keys and to prevent duplicate payments or creation of duplicate customers. But I'm not sure how to implement this. I'm using firebase functions handle all my requests. Can someone help me on how to set this up correctly?
Hello, I'm having an issue with validating Stripe's events payloads, even though I have followed the Node documentation. I am using Node 12.14.1. Can anyone take a quick look? I guess I might not be passing the actual raw body or passing the wrong signature secret.
I am looking for a way to have my customers link there own stripe account to our website and receive payments directly to there account with a login page on our website to link our service. I dont want to be liable for any tax as we will not be receiving any monies from there sales.
Hi there,
I am looking for information about how expiration dates are/can be managed for virtual/physical Stripe cards.
I could not find anything in the documentation available online. Could you please point me out to available resources on that matter? đ
Hi there, in Stripe Checkout, is there a way to configure the ordering of listed shipping rates?
Hi, looking at the payment intent object we have "charges" which is a list. Can a payment intent have multiple charges because so far when I create one it only attaches one charge
hey team
what's the difference between canceling a pre-auth'ed payment versus expiring it?
How to retrieve data from events in form of API?
Is it possible to send money to bank account directly
Hello Team
i have created three product from stripe side with monthly recurring payment.
Now i want to make auto renewal payment after an month for the users what we need to do ?
This is my subscription function
stripe.Subscription.create(
customer=customer['id'],
items=[
{"price": price_id},
],
payment_behavior="default_incomplete",
collection_method="send_invoice",
days_until_due=30,
)
With code
Is there a way to not apply changes to a subscription item immediately? Especially in the case when decreasing the quantity of an item? For increasing the quantity I'm using the 'pending_if_incomplete' payment behaviour attribute which works as expected, but since decreasing the quantity shouldn't generate an invoice, it can't be used in this case
Hi Team,
We've been informed we have Stripe treasury enabled on our Stripe account and we're looking to complete an integration whereby new Stripe connect accounts we onboard will be able to have access to a Stripe treasury financial account with issuing capabilities. For context, we already have Stripe connect customers who are using a regular issuing balance with cards.
To not interrupt our current issuing program we've been given access to the beta Programs API [0] where Yordex will set the default program for your connected accounts to one that includes Issuing and Treasury [1]. For existing connected accounts using Issuing, you can update their Program [2].
[0] https://stripe.com/docs/issuing/cards/beta/programs
[1] https://stripe.com/docs/issuing/cards/beta/programs#creating-a-program-on-a-sub-account
[2] https://stripe.com/docs/api/issuing/programs/update
Could someone please advise the call we need to make to create a program with treasury and issuing enabled? This isn't clear from the documents we've been provided.
Thanks!
Hi there, I am currently working on Stripe api integration on webapp. I am wondering how to allow my customer to only update billing email without updating both stripe account and billing email at one stroke. This unfortunately happens when a customer updates billing email from Stripe customer portal (this updates both account email AND billing email). Any clue ?
Hi! I'm trying to create a checkout session using the code at https://bpa.st/ENJQ
I'm using the latest api version (1-08-2022) yet getting the error StripeInvalidRequestError: Missing
required param: line_items[0][currency].
when I add a currency the error changes to StripeInvalidRequestError: You cannot use line_items.amount,
line_items.currency, line_items.name, `line_items.descri
ption, or line_items.images` in this API version.
what gives?
Oh looks like I'm sending an empty PRICE_ID
elleschu
aaaaand it works when sending correct price id
Hi, just wanted some help, if possible. understanding a certain fraud vector. We run a marketplace type app where we have Stripe accounts connect to us and process on their behalf. We have a payment form created using Stripe elements. We create a payment intent when the form loads, process the payment, and then receive the webhook afterwards to link it to the payer. Recently saw some kind of card testing being done where the statement descriptor was changed and some information was missing in the webhook.
I'm trying to understand where in the chain this is happening. My best guess is they are loading the form and creating the payment intent and then using their own implementation somewhere else (maybe their own elements w/ the client attached) to "confirm" the intent using the client secret returned. Is that even possible? If we created the intent with a connected account passed are they able to confirm the same intent? I guess it would function as if they had generated the intent from their own account.
Hey, is there a webhook event that triggers when the default_payment_method of a subscription is updated?
Hi team, how can I get a payment link from a pre-created subscription via API, so that I can easily let users pay directly in my system and then I can check the subscription status before providing services.
Hello Everyone,
I need help with spreadly token migration to Stripe.
I need to Run Migration in Live Mode but pointing to the Stripe Test Platform Account
Thanks in advance
Is there any way where multiple charges are created for a given payment intent ?
Hello, I need code for API integration with client and customer signal. and also want some information how can i prevent from fraud card testing.
Hi, am I correct that to search for failed payments I have to look for payment intents with status "requires_payment_method" ?
Hi, with the stripe.customers.list() method of the Node SDK, how can I only retreive the customers that have a coupon applied and an active subscription?
Hi there, I'm playing around with creating accounts using idempotency keys, and even though I'm using the same idempotency key for multiple requests, multiple accounts are created. Does stripe use more than just the idempotency key to check if this is a request for a different account?
Hey we have hosted a platform and using stripe for our payments but now i want to edit my subscription pricing is there any way i can do that
is there anyway to disable the creation of express connect accounts? using oauth redirect method it seems that there is no way to do so and i can't deselect all countries in the dashboard.
hy i am geeting an error while calling connect account api
for update account
const id = "file_1M1qRDFsdWHZFlc3IzGs1ANJ"
const updatedData = {
tos_acceptance: {"tos_acceptance":{"date":1667909934,"ip":"116.72.16.206"}}
stripe.accounts.update(id, params)
StripePermissionError: The provided key 'sk_test_*********************************************************************************************CRShnc' does not have access to account 'file_1M1qRDFsdWHZFlc3IzGs1ANJ' (or that account does not exist). Application access may have been revoked.
Hey team, I need help in Tap to pay.. anyone?
stripe took 459 us dollars from me and support doesnt respond
so we're having some unexplained behavior when calling GET /v1/invoices/upcoming .
The scenario is:
- customer subscribes to a basic $10 a month subscription
- customer switches to a more expensive $20 a month subscription
I'm calling the endpoint to find out what the amount the customer would be charged when they switch prices, and the resulting invoice gives me an amount_due of $30, which doesn't really make sense.
Here is what I'm passing to the endpoint: https://dashboard.stripe.com/test/logs/req_Ykc4ivJq1C6laJ
and the upcoming invoice contains 3 line items:
- "amount": -1000, "description": "Unused time on 10 a month after 08 Nov 2022",
- "amount": 2000, "description": "Remaining time on 20 a month after 08 Nov 2022",
- "amount": 2000, "description": "1 Ă 20 a month (at $20.00 / month)",
which adds up to a $30 amount_due on the invoice.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
:question: @naive grove 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
i said support doesnt respond
We can't help with account queries here I'm afraid. You should reach out again, they will respond in due course
Hey quick dev question -
I'm trying to take action on the invoice.upcoming event. I'd like to sidestep draft invoices created by subscriptions that are on pause (with the pause method that still creates invoices that aren't auto-charged).
I tried to inspect the field auto_advance, but it doesn't actually get sent down in the invoice.upcoming event with the rest of the Invoice payload. My gut is to just go fetch the invoice from the API to get at that field, but I'm leery - is there a reason you don't send it on that event that I should be concerned about?
Need help changing my debit card
I have two checkout integrations which are working great (same Stripe account and website- different set of products). But my client says Apple Pay is appearing on one and not the other. The parameters I'm sending to create the Checkout session are the same in terms of anything I think would affect this:
"payment_method_types[]": "card",
"mode": "payment",
Please can anyone point me to documentation regarding using google/apple pay on Stripe Checkout and what settings/context may turn it off/on?
Thanks
how can I call a JS function after it was successful? https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
Bonjour, je souhaiterai parler avec quelqu'un de Stripe par rapport à la création de mon compte pour mettre en vente des événements sur Dice
:question: @vocal wagon 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
Hi, guys. Same question as before but this time with more information. I have integrated PaymentRequestButtonElement and Google Pay work well, but Apple pay form disappears quickly - status 400(The domain has been verified before). What could be wrong?
{
"error": {
"message": "Before you can start using Apple Pay on the Web, you need to first register your domain. For more information, see https://stripe.com/docs/stripe-js/elements/payment-request-button#verifying-your-domain-with-apple-pay.",
"request_log_url": "https://dashboard.stripe.com/acct_1Lut7sPsqDRjTcKz/logs/req_xrjgVkqsQnyrdX?t=1667912873",
"type": "invalid_request_error"
}
}
It's strange that the link does not open the log
Domain www.pleiapp.com already registered.
how do i view my past threads in discord?
Hello everybody! Here is quick question about saving infromation about currencies in our database.
Quick intro: we are implementing Stripe connect with Standard accounts and direct charges
- Basically user of our software can create and order to get paid from their customers.
- They can create an order in 3 different currencies.
Of course, we want to keep a lot of information in our own database.
Our dev team is not quite sure how to store information about the currencies:
Q1:Will the currencies be stored in our DB as Entity Currency, or just as a string in the tutor and then downloaded from Stripe?
Q2: Where will the current rates be taken if Currency is stored in our database?
Have any of you dealt with a similar situation?
Do you have any use case solutions or best practices please? Thank you very much
Hey there dear Stripe devs,
I want to query a list of all the payment methods for the customer, but the required field "type" is limited to only one payment method type, therefore, if I want to query a list of cards and let's say sepa_debits, do I have to perform 2 queries and combine the results? Thanks!
https://stripe.com/docs/api/payment_methods/list#list_payment_methods-type
I am facing an issue on test mode, when I add a card on test mode, it does not generate the payment_id but card_id. Please check the image attached.
Hi, question about testing Connected accounts (standard account) .. when i create account and client did not onboard it, and i retrive information i got charged_enabled: false and payouts_enabled: false. But i am still able to create PI and CS for those accounts .. does this work only because it is test env and on production, i will get some error if i try to create PI or CS ?
Hi! I think I have a simple question for you.
The app has working ApplePay, the transactions land in Stripe.
On staging the test transactions also work: I use a regular AppleID account and I added a real card as specified here (https://support.stripe.com/questions/testing-apple-pay-with-stripe) and it is recognized by Stripe as a test transaction, allowing me to test successful transactions on staging.
However, here's my question: considering "as the wallet does not allow Stripe's test cards", how can I test ApplePay transaction failure that will return Stripe error, like card declined "Incorrect CVC " https://stripe.com/docs/testing#declined-payments
Hello, how can I change/set the invoices language ?
Hello Everyone, we offer subscription based services to our clients so when the client selects the service/product we create a subscription with a price and return client secret to GUI for loading payment elements.
But this is causing a problem if the user doesn't make a payment and simply refreshes the page or closes and again selects a different service/product to purchase. This create a new incomplete subscription every time which creates a clutter on our dashboard.
I thought of updating the existing incomplete subscription if the customer selects another product but this is proving to be more challenging than i thought.
Can you guys suggest a better approach for creating subscriptions?
Thanks!
Hello everyone. Our app is just rejected by Apple due to incorrect usage of Apple Pay logo. They said:
"Your app uses Apple Pay as a purchasing mechanism but does not use the appropriate branding and user interface elements to provide the consistent experience users expect with Apple Pay. Specifically: - You use the Apple Pay mark as a button, rather than one of the approved Apple Pay button designs." And there is a link of Apple pay button designs. (https://developer.apple.com/design/human-interface-guidelines/technologies/apple-pay/buttons-and-marks)
Any suggestions? I am attaching the screen of our app.
Hi Stripe Team, need some info on Tax settings.
In following payout model, where should be tax and product/price settings - at Platform account or Connected account ?
Note : Connected Accounts will be responsible for tax filling.
Please help in this query. Thanks.
Hi all! I have a question - if we are using the stripe pricing table as a starting point, when a user checkout is successful is there a way to redirect to a specific page - but pass parameters somehow, they have to fill in a secondary form post subscription and just trying to figure out how to do it. - or is it possible on the customer portal to save parameters to pass to a webhook if we did the form first then redirected to stripe checkout
Hi, I'm setting up some webhooks to receive events from the Stripe server, and need to handle changes to subscription status's. Am I correct in thinking the event I need to listen for is customer.subscription.updated or would it be customer.subscription.pending_update_applied? Thanks.
Hey everyone! I'm trying to debit from a connected account in another region (https://stripe.com/docs/connect/account-debits#transferring-from-a-connected-account-in-a-different-region). I see different
behavior in the transfer API than the Charge API. I can't seem to be able to debit with transfers when there's a negative balance even though Debit Negative Balance is on for the account. Is there a way around this?
Overall I would appreciate any information about debiting using transfers. As far as I can see, the API doc for transfers doesn't mention anything regarding debit from an account in a different region.
Hi, if we create a annual subscription for example to start on 24th Nov and end on 4th Nov, will stripe consider that user will be given a 20 day credit for unused time?
stazap
If I am adding another line item on a subscription, how do I use 'Retrieve an upcoming invoice' to see the prorated charge they should be billed today? How would I see the charge only related to the new line item?
Hi!
We tried to add a card with valid credit card nr and cvc, but we set an a different expiry date than written on the card. The payment passed and we were quite surprised. Does Stripe only check credit card nr and cvc and expiry just has to be in the future and is not checked for valid payments?
aksharj
Can we have monthly recurring ACH payments with Stripe?
Jyrks
Hi guys, can someone guide us on how to integrate and show apple pay and google pay on payment elements UI.
I am running in test mode on an test site which has HTTPS and also enabled apple and google pay from dashboard but still not seeing it on the UI.
Please help!
hy there is one account id acct_1M1qyQFjgQJR2xjq on my stripe dashboard for type custom
that account is showing as restricted becuase of these three reason
when i create this account i used these data in stripe.accounts.create(
{
type: 'custom',
country: 'AE',
email: 'rahulmaru@appscrip.co',
business_type: 'company',
company: {
address: {
city: 'Dubai',
country: 'AE',
line1: 'Financial Center Street, Along Sheikh Zayed Road',
line2: 'Next to Burj Khalifa - Dubai - United Arab Emirates'
// postal_code: 00000
// state: req.payload.state
},
name: 'Dubai Mall',
phone: '+97144373200',
registration_number: 123455,
structure: 'sole_establishment',
vat_id: 12321424,
verification: {
document: {
front: 'file_1M1qyPFsdWHZFlc3BeXl7FQI'
}
}
},
requested_capabilities: [
// 'card_payments',
'transfers'
],
business_profile: {
url: 'https://thedubaimall.com',
mcc: '5734'
}
} )
can you please guide me if i am doing something wrong here while creating connect account
Hi, can someone help me please?
I am trying to activate the payment methods for our clients, but I would like to activate once and forever and for all clients.
Hi everyone, I'm getting this error no matter what key I use in my backend: ```Webhook Error: No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? https://github.com/stripe/stripe-node#webhook-signing
This is really bugging me
how can I export all invoices to .pdf ?
Hello.
I am setting up a stripe payment for a website. I will be using webhooks to trigger events when a payment is successful. However, is the webhook sent before the redirect url (after a payment was successful) or after?
I have 50+ unsucessfull payment on the account in India and with same payment methods it succeeds on stripe account based on Canada. Kindly help.
Same order with same CC are also getting sucessfull on paypal but not on Stripe
Hello. I have some questions about the products.
Is there a character limit for the Product Name field?
Is there a character limit for the Product Description field?
Hello, I am having trouble with how to set up customer data during the checkout-session using Stripe's hosted form. I am trying to allow our users to set up a subscription, and previously (using our own form) had used Customer.create with the "plan" parameter. This had created a new customer with the necessary metadata AND set up a subscription for that customer.
But now, I'm trying to use Stripe's hosted form with Checkout.session.create (per the docs on Stripe's site) using the "mode=subscription" parameter. Even though a new customer is being created during this process, I can't seem to pass in the information that we need (in the form of customer's metadata) during that call. As a result, when we get webhooks for various stages (charge.succeeded, invoice.created, etc) I cannot get the data that I need to know about the customer at that point.
I realize that I can update the customer when I get the checkout.session.completed webhook, but since the webhooks could be coming in on various servers in any order, I really need the customer data to be set as soon as the customer is created.
Is there a way to do this??
Thanks very much for any help!
how do I know what subscription was purchased with the webhook?
hi ,is there a way to cancel the PayByLink link after it has been paid?
Hi there, We have an integration in our application with the Stripe API through .NET. For subscriptions, when we create a subscription schedule we set an end date on the phase which, based on the interval, determines how many payments are made before the subscription ends.
I see that in the UI in the stripe dashboard, you can set the end date as "forever" so the subscription never ends. How do I do this through the API? Is there a way to add a schedule that recurs indefinitely?
is it possible to create and finalize an invoice in one API call? in other words, create an invoice that is immediately finalized already in the response.
Hi, we have a webhook endpoint that currently recieve following succesful events from connected accounts
payment_intent.created
payment_intent.succeeded
etc..
As we are currently integrating terminal readers to connected accounts, I have included the following event types to the same webhook endpoint, however for each successful terminal transaction, we are not receiving events for them, is there anything missed?
terminal.reader.action_failed
terminal.reader.action_succeeded
Hello
I just started and I have a question about fees.
If I set up an item for sale at 10⏠on my website and a buyer wants to buy it with a card in France I saw that he had 1.4% + âŹ0.25 for cards from the European Economic Area so he will have to pay more or he pays 10⏠and it is deducted from the 1.4% + âŹ0.25
And then to withdraw money from my Stripe account to my bank account what are the fees?
Thanks in advance!
I have a question, If I ad my paypal debit card, would i have to do anything else to get paid
Good morning. If I wish to add a free pricing tier, but with a x% transaction fee and I want to have the customer enter a credit card for saving for future use (for the transaction fee) and I need to make sure it is a valid card, is there a way to do that?
I could just make it a $1/yr plan but I think that seems confusing to customers so would prefer a "free" plan (ie no subscription monthly fee - just usage based transaction fee).
What is the best way to accept a card from a customer upon initial signup attach it for future use, but don't charge it until later..
Hello,
Apple declined app by this reason:
Your app uses Apple Pay as a purchasing mechanism but does not use the appropriate branding and user interface elements to provide the consistent experience users expect with Apple Pay. Specifically:
- You use the Apple Pay mark as a button, rather than one of the approved Apple Pay button designs.
will Stripe be able to service our Financial Services product for Youth Sports organizations? We would be using stripe mostly for invoicing
Hello - Could I do transactions on behalf of merchants and collect platform fees for my platform if merchants on my platform uses Standard accounts for Connect? Or would they have to use Express accounts?
Hello. Is it possible to ask for the CVC of a card that is already a Stripe Payment Source? Let me explain, I have an app where it displays the information about a Stripe Customer and list all Payment Sources of this customer. The user can select one of those Payment Sources to be the default one. When the user select one Payment Source, I would like to ask (again) for the Card Verification Code (CVC) to check if the user is really the owner of the card. I went through all Stripe documentation and fond a way to do that charging a small amount from the Stripe Customer. But I need to verify the CVC without charging anything. If someone know how to do it I would be very glad. Thanks in advance.
Hi there,
When creating a card, it will have an expiration month & year:
https://stripe.com/docs/api/cards/object#card_object-exp_month
https://stripe.com/docs/api/cards/object#card_object-exp_year
What is the value set by default for physical cards? Can we choose a value to set when creating a card?
What about virtual card where we might want to set short expiration period?
Thanks for your feedback
Hi there! I have some problem with 3d secure
During cross-border transfers is there a way to see what the conversion rate at the time of the transfer is?
Hello stripe devs. I'm using the Stripe Payment element in an app that collects payments for connected accounts. We've blocked ACH Direct Debit in the payment methods settings in Stripe dashboard (both for our account, and connected accounts), but the "US Bank Account" option still shows up in the PaymentElement, when we only want to enable credit card and apple pay/google wallet payments. Any advice?
I have added in the stripe connected account link URL to my app, the user goes through the whole onboarding process and I store their stripe account Id, how do I check that the stripe account onboarding process is completed and that the user now has the ability to receive payments etc..?
Can you use a Price with Interval as One-Time as an Item in a Subscription Schedule phase?
Hey there! What's the best way to mock objects using the Stripe ruby gem??
I want to mock a discount, but I tried using Stripe::Discount.new() without sucess.
Hi all. Is it possible to forcibly send invoice/receipt emails from the test environment via the API please?
When we switch to production, naturally there's a desire to test it there before we let customers loose. Do we have any choice other than spending real money in production?
Hello! I have a question about inconsistencies between the Reader SDK and CardForm in React Native. My mobile developer and I are working together on this and it seems like these two processes don't work the same way. With Reader SDK (https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=react-native) you HAVE to have the paymentIntent before you can create the Payment Method. But with CardForm (https://github.com/stripe/stripe-react-native/blob/master/example/src/screens/NoWebhookPaymentScreen.tsx) you can create the Payment Method before an intent exists. This is making it to where my server-side code has to change between the two processes (manual entry of card vs card present). Is there not a way that this can be done consistently?
Hello, I'm getting an odd error back from Stripe when updating a price via the API. I'm currency_options[usd][custom_unit_amount]=10 in POST /v1/prices/price_123 and getting back "Invalid Object" from Stripe. My request ID is req_y5JGuL6bqgEZjn - Any help would be appreciated.
Hi , can I link a reference from the payment link to the payment intent?
Hi!
what would be the correct flow to create a subscription and charge with "us_bank_account"?
hy is there any testing business_vat_id_number
for stripe.accounts.connect api
because as per this tool for united arab emirates
https://stripe.com/docs/connect/required-verification-information#AE-full-company--card_payments|transfers
Hello đ I'm looking into payment methods and i want to offer PAD(Canadian pre-authorized debit payment). I've been reading https://stripe.com/docs/payments/acss-debit/accept-a-payment and here it mentions that if I'm using subscription mode + checkout page(which I do) I should continue the above guide. Now under the Determine compatibility title it says we should contact Stripe if we want to use subscription mode.
Could someone guide me on how to add PAD as a payment method when using subscriptions?
How would one determine from the Stripe Dashboard the total number of times a given product (price) was sold and the last time it was sold. (Looking at my company's dashboard and it has a lot of products that were created but probably never used). Thanks.
Hi, I need assistance
Tried to accept payments manually or via link from HINT and get notification " My account access have been revoked"
Hey folks. If I'm creating Express Accounts but all the payments are processed by our account and then transferred to them, do I just need to give them 'Transfer' capabilities?
Webhook error:
message: 'No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? https://github.com/stripe/stripe-node#webhook-signing'
Hi, we are using latest payment element. one of our payment is asking for EUR, and stripe backend we've enabled giropay, and we use automatic payment, but we still did not see giropay, may I ask the possible reasons?
Hey - I wanted to follow-up on a thread from 19 October, https://discord.com/channels/841573134531821608/1032348141816643634 We started seeing similar behavior where the P95 for responses would be ~ 60 seconds. This started around 13-17 October in our CI suite and we also have observed it in production. We are on version 4.22.0 of the stripe ruby gem. We have been able stop the issue by changing the faraday adapter from :net_http_persistent to either :net_http or excon. We were not seeing retries (e.g. 429s, at least from our datadog tracing) with these 60 second responses, but would get back a 200 or the expected result after this 60 second interval. Anyway... just posting in case someone else sees this
Hi,
stripe.error.PermissionError: Request req_EW6mEVf9sNwccc: This application does not have the required permissions for this endpoint on account 'acct_XXXXXXXXX'. Having the 'read_only' scope would allow this request to continue.
The above error happens when making coupon list API (stripe.Coupon.list) call, but with same account I can access the API for listing products (stripe.Product.list). What might be the reason for failing coupon list API. How can I resolve this?
Hi, after a customer has used Stripe Checkout to subscribe to a product, in a webhook controller, what's the best approach to getting that product's name field?
If a Customer is on a Subscription that's part of a SubscriptionSchedule - is there a way for them to cancel from their Customer Billing Portal?
Is there any way to attach invoices to onetime purchases through Stripe Checkout?
There used to be a doc here that referenced a beta program, but it's gone now.. https://stripe.com/docs/payments/checkout/post-payment-invoices
If i'm using the stripe card element in a react app, is there a way to retrieve the card brand type in my submit handler?
Hi guys, I've a platform account, I'm try to manage my customers (Standard Connect accounts) via my web app. the issue like this:
when I'm try to get info for any of the Connect accounts using "/v1/accounts" => I've got null with some info like "Company" .. and it not empty because my customer fill it and his connect account enabled and works fine
If I'm using https://stripe.com/docs/api/invoices/upcoming to get an upcoming invoice for a subscription, should I use invoice.created, invoice.subscription_proration_date, or invoice.period_start to get the date for when the upcoming invoice will be created?
Hello stripecord, I'm trying to set up the Stripe Terminal iOS Example and I'm getting some build errors. Was wondering if anyone had any info on how I could solve the issue --
Hi Stripe Dev team, is there a User role that allows a new developer to access and set up subscriptions and other api-related functionality without letting them see revenue numbers like our total sales?
Hello,
stripe.accounts.updatePerson
but unable to find the exact key for update the emirate id for persons api
can someone please tell me the exact parameter name
i checked it more than 10 times
but not found parameter for that please tell me the exact prameter name which i can use
for update the emirates id for the persons api
Hi, can we query /charge exchange rate data in Stripe data?
Is there any way to check how many times an event occurred?
Hi, I wanted to confirm a few things: 1. I create a payment intent to a subscription and attach the payment method to the customer during checkout. I then call stripe.subscriptions.update("subscriptionId", {default_payment_method: "paymentMethod" }). Is this what is needed to ensure future payments are made? Is there a faster method? And can I do it directly when Im creating the payment? 2. Im using Nodejs and React stripe elements. How can I charge a saved payment method that a user selects in the UI (I have rectangles with the last 4 digits)?
Is there a PaymentElement that could do this or are we stuck using 3rd party apis?
The thread was closed again. I can't reply to it.
It is not resolved however.
When discount is deleted from a customer, does it trigger both customer.discount.update and customer.discount.deleted?
Hi all. In the samples the publishable key is sent from server to client via ajax/fetch. Is there a particular reason for this? Or could it just as easily be embedded in a server-rendered page?
hi. is there a way to get what is the status of the http request to validate apple pay? my domain is behind cloudlfare and i dont understand why its failing
is there a way to set the payout time each day for a connect account? .. like can my client set that payout time each day to be the same everyday? .. turns out that is really important for balancing their books each day
Hi, y'all! We have a customer trying to pay, but it was declined by their bank and Stripe displayed When the customer's bank declined that payment, it directed Stripe to block future attempts
Do you know what reasons a bank would have to direct Stripe to block future attempts. Would it be safe to retry with the customer's express permission?
Hello, How can a customer of mine track a refund status using an Acquirer Reference Number (ARN)Number provided by Stripe?
Is there a way to "autofocus" the Card element?
Hy,
how can i update Company license for connect account can you please tell me parameter name which i have to use
Hello! I'm new to stripe, so this question may be a little elementary but could someone explain the difference between "release" and "cancel" for <EndBehavior> in the SubscriptionScheduleOptions? I've read the docs but I'm having some confusion.
Hi, is there a way to get lifetime volume on connected accounts via Stripe API like it is shown on Dashboard?
will IP addresses work for testing webhooks or does it have to be a domain name
Hi, we have a problem in our site, can someone suggest a solution please? (I mean, someone who can tell me and point me in the right direction where to start)
hello anyone knows stripe hotline? we have an urgent production matter that we need to be addressed.
Hey, I got a question about a webhook I see that I don't see documented, and it does not appear to be working. The transfer.paid webhook
Hello Stripe team. Are Stripe object IDs always prefixed with object type? E.g. in cus_LctAIenyCCjheq, cus_ represents "customer". Can we always uniquely identify object type based on the prefix of the object ID?
Hello, I m wondering how stripe detects the live mode and test mode. Is it switching by API key only?
Could someone point me in the right direction for documentation related to using barcode scanners with a stripe terminal web-based POS system
If a card fails how many times will it attempt to recharge it?
I have a question about registering Apple Pay Domains with Connect. I'm creating one successfully, but when I try to list the domains the list is blank.
what does this error mean
"error": {
"message": "Invalid string: Stripe\Sea.../search"\n}; must be at most 5000 characters",
"param": "coupon",
"type": "invalid_request_error"
} i'm using $stripe->customers->search
I keep getting this error when loading in the Payment Element. I'm running off chrome and have a card added to Apple Pay. I have also registered my domain with Apple Pay. I'm thinking that the issue is with my Stripe Connect account, because the Apple Pay button worked fine when I wasn't providing the stripeAccount parameter. I'm not sure why it's happening though because I've enabled Apple Pay as one of the accepted payment types for my Stripe Connect account. Any advice?
Is there an API that will tell me what the supported settlement currencies for a given country are? ie the info in this table: https://stripe.com/docs/payouts#supported-accounts-and-settlement-currencies
Hi Devs,
I am using connect to enable credit cards for customers using my platform.
My platform allows our customers to sell thier products through multiple URLs.
Ideally I want the statement descriptor to start with the URL that was used for the purchase to reduce the chance of the consumer not recognising the transaction.
It looks like I cant overwrite the WHOLE statement descriptor for each transaction, requiring a static 5 character prefix defined against the connect account.
Is this correct? Is there any way to change this behaviour?
Hi, we are using the Stripe PaymentForm to process card payments and mobile wallet payments (Google Pay + Apple Pay). To render the form, we create an initial payment intent with the amount set to $0.50. Then, we calculate the cart total in our backend and update that initial payment intent with the actual amount to be charged. With credit card inputs, this has worked fine. However, with Google Pay and Apple Pay, the amount that is shown in the popup isn't updating to the correct total, so the charge shown is $0.50. Are we unable to update the PaymentIntent amount for mobile wallet payments?
Hey team, new to Stripe here. Is it possible to implement Stripe Connect for react native ?
Does anyone know if stripe pays the tax for each payment included in the fee?
Hello
In my documents I have only first name but not last name so I entered first and last name same so how can in verify
@green drum let's use the thread created for you: https://discord.com/channels/841573134531821608/1039712486326276236
Hello Everyone,
Has anybody run into this issue:
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'HTMLDivElement'
| property '__reactFiber$vemlhrqi1pi' -> object with constructor 'FiberNode'
--- property 'stateNode' closes the circle
When trying to run
const result = await stripe.createPaymentMethod({
type: "card",
card: elements,
billing_details: {
// Include any additional collected billing details.
name: "Jenny Rosen",
},
})
On the client with the new stripe elements?
hi, i need help with source.transaction.created webhook
if I link my paypal debit card to stripe, would a payment show up in my paypal, or would i have to do something else
Hello, I am having trouble with how to set up customer data during the checkout-session using Stripe's hosted form. I am trying to create a Customer (with specific metadata that we need to access in the future) and then proceed with the Checkout.session.create using the "mode=subscription" parameter. The problem is that since I have created the Customer first, then the Checkout.session.create is not updating the customer with the name that is submitted on the hosted form . Can you tell me how to get the name attached to the Customer?
Hi, please I am trying to initial a transfer of funds from my payment platform to a connected account but I keep getting the error below.: "Funds can't be sent to accounts located in US because it's restricted outside of your platform's region". the connected bank account is a US Bank account. Not exactly sure how to go about it.
req_0vyRAx2RiOQtBr
@south charm let's use the thread created for you: https://discord.com/channels/841573134531821608/1039744039953641552
Hello,
I am using Magento2. The problem is "Automatic invoice is not generate after the payment success". What I have to do?
Hey Stripe Gurus,
Does the Payment Intent Object's receipt_email property accept multiple email address. i.e a list of comma separated email address?
Hello
I am trying to test auto expire of subscription after an 1 hour and after that it should be auto renewal through test clock
But i am not getting its exaclty working
i read the docs but not able to set the proper time
attached the screenshot
Hi, I am using the api and I wonder how I can do so that when the user registers they enter their credit card and it is saved so that after a period of time they can decide if their charge is made to that card?
If I have a good/better/best model. what happens to the subscription if my client upgrades their product from good to better? does it create a new subscription item, or does it update the existing one? is there an api event I can listen for on a webhook to check for these updates?
Hmmm, I'm using webhook in Codeigniter now. $sig_header = $_SERVER['HTTP_STRIPE_SIGNATURE']; just got an empty value. Anything wrong?
Elements Flow for capturing a Payment Intent (https://stripe.com/docs/payments/accept-a-payment) skips the Address fields (Street / City / State / Zip) but that information is of course apart of the "Credit card" (or bank account) and not technically assigned to the CUSTOMER object?
hello, if subscription is cancelled can customer resume / restart it from billing portal?
Hello I need help on how to reverse a payout amount
hey guys - could we confirm if Stripe needs whitelist IP address for API auth and access
Hi, I have a payment id (prefixed with py_) and I'd like to retrieve something like that payment intent id associated with the same order
Are these objects related in anyway? Otherwise, is there an alternative workaround?
hello team stripe
i have a question did apple pay and google pay will work on stripe in test mode before complete a stripe profile and activating payments
Hello - For merchant Standard accounts that are connected to a Connected platform that I own, is there a way to generate a customer Stripe receipt that's from the merchant's Standard account and not the connected platform?
Hi Team
How we can call stripe api via the proxy?
Can we use setupintent to set payment method as default payment for specific customer?
Hi Team
I am facing issue related to auto renewal payment
how i can get this one properly read the docs but not getting resolved the issue
My query is that-----
i have create subscription with one customer from BE with subscription object
stripe.Subscription.create(
customer=customer['id'],
items=[
{"price": price_id},
],
payment_behavior="default_incomplete",
collection_method="charge_automatically",
)
its showing me active as subscription status but getting open invoice status it should be paid correct ?
also i need to check set that will expire the subscription after an hour and after that it will be automatically payment for the previous subscription. Please help me on this point. getting issue for last 4-5 days
This is my sub id- sub_1M0HunA1AvSnwwTv23MLhEHF
Hello, is it possible to use Subscription Schedules API with Stripe Pre-Built Checkout?
So after customers has successfully do the payment, a subscription with the schedule is start..
hi how do you set the customer billing email in the api? Cheers
Hi, can you pls guide me how to use Material Components theme with CardForm in react native. I tried with documentation but got stuck with some issues right now don't know what is wrong here. I am using @stripe/stripe-react-native with v0.19.0.
Hello there
Got an email today, regarding Link activation
We're using paymentRequestButton at the moment
Can I test the migration from paymentRequestButton to link in test mode somehow?
Hello, I have a question about webhooks, any help?
HiïŒstripe team, I am confuse about previewing a proration of subscription. I am following this docs to calculate the difference of prices. How can I control the time factor of the price calculation formula, such as calculating price by hour or by daily.
Hey! I've used stripe connect before for a marketplace. Now I have a new project for a subscriptions marketplace. Is there a good way to build it using the subscriptions api and transfer groups (because the marketplace will keep a percentage of the subscription price)? Or do I need to build a custom payout manager thingy?
For how long does Stripe retry a failed webhook call? (How many days?)
The Stripe Ruby SDK produced the following deprecation note:
NOTE: Stripe::Subscription.delete is deprecated; use Stripe::Subscription#cancel instead. It will be removed on or after 2022-07.
According to the docs we are using the proper functions tho:
API Upgrade notes: https://stripe.com/docs/upgrades#:~:text=You can no longer set at_period_end in the subscription DELETE endpoints. The DELETE endpoint is reserved for immediate canceling going forward. Use cancel_at_period_end on the subscription update endpoints instead.
Cancel Subscription immediately: https://stripe.com/docs/billing/subscriptions/cancel?dashboard-or-api=api#:~:text=To cancel a subscription though the API%3A
Cancel at end of cycle: https://stripe.com/docs/billing/subscriptions/cancel?dashboard-or-api=api#cancel-at-end-of-cycle
Hi team, Can I create a invoice for an active subscription? I mean is it possible charging user for a later subscription cycle, like a traditional 'renew' action? In this API doc $stripe->invoices->create() , about parameter subscription it said "The ID of the subscription to invoice, if any. If set, the created invoice will only include pending invoice items for that subscription and pending invoice items not associated with any subscription if pending_invoice_items_behavior is include. The subscriptionâs billing cycle and regular subscription events wonât be affected." So the answer is NO?
hi team i want to setup elements on my website my website url is : archliteassinments.co.uk
đ
My account failed to pass the review and prompted "Sorry, your business does not meet our<<Terms of Service>>". What should I do
hi stripe team when i intergate the googlepay&applepay i call the paymentRequest.canMakePayment .the response is null
Hi Stripe, I've a question. Which MCC should I choose for business that consist to put in relation someone to a service ? (it's like affiliate) thx a lot
Hi guys, I notice that when I remove the customer (via stripe dashboard) the related payment methods are not removed (when I call it via https://api.stripe.com/v1/payment_methods/pm_PAYMENT_METHOD_ID Stripe returns this payment method, and it is still assigned to the customer which was removed)
Hey there
If I set scheduled subscription update on the end of subscription term - what is the correct way to emulate that change for the testing purposes?
E.g. force end subscription period, to proceed with that scheduled change?
Thank you
Hi is it possible to find all customers who have a positive amount of credits via the dashboard or via the stripe API
Hey, I've faced some issues when using Stripe checkout pages for my subscriptions in my app.
I have multiple plans which shuld be available for all users even they are subscribed for some of them.
That means i will need to have an upgrade and downgrade actions.
How could i achieve swapping/changing plans through stripe checkout page?
Hi. I'm trying to debug memory leaks in the app and found, that Stripe iframe uses 70 megabytes of RAM. Is it a known issue?
I'm trying to test webhooks and as a quick and dirty test, I've change data on the account settings page in the UI and no account.updated webhook seems to fire. I would have thought that would cause a webhook?
Hello, how to resume a cancelled subscription?
Hi Team
i need a help on stripe
we are using stripe source api and getting error while making payments on live mode
Hey there - looking for info on how customers can manage their own accounts directly via Stripe. There are upgrades/downgrade options, etc?
Also - wondering what the time delay is between when something posts on a subscription management platform (PayKickstart) and then Stripe...
I'm seeing purchases in PayKickstart that are not reflected on Stripe, and vice versa.
Hi Team
I added live api key to activate production mode in stripe payment method in Magento 2 when I click test credential to save details showing this payment method (alipay) is not activated for your account. you can only create testmode alipay payment methods
im not able to install elements on my website can someone connect to me and help step by step
hello everyone. How long does it take for a payment_intent.created to convert to payment_intent.canceled when a stripe checkout page is abandoned?
Hi! Is there a way to automatically capture a payment after X amount of time? (The wait in time comes from a requirement of ours). We created the payment intent with the capture method set to manual, sent it to the client who completes the payment, but now in order to caputure it we would like to know if we must build a function in the backend that caputers it after x amount of minutes or there's a way of automatically doing it from stripe without the need of something which actively looks for payment intents that needs to be caputured. Thanks đ
I might be wrong but in theory they never turn "canceled" by default and instead remain in that state until somthing actively modifies the state of it. This should be because you are then able to see how many have been created and make a study on it.
Thank you for responding Alberto! Trying to figure out webhooks rn and they right way to capture each event.
Hi Team
Can we send Item name with currency symbol like "$123K Premium" when we create checkout session to display the product name with currency symbol?
hi does a subscription not automatically email an invoice if set to auto charge?
stripe is taking advantage of me, charging me 45$ TWICE even after i payed my dispute, some bs
Discord User Id: 1002250570926657576
The typical remote access scam from someone from the server
Hi Stripe Team,
Is it possible that a customer might not receive an invoice even though it came from the Stripe Dashboard when the time it was created and sent to the customer? For example, a customer has his email address visible from the dashboard itself but no actual invoice was sent to the customer's email address. Just wondering if these situations could happen. Thanks!
Hello there
During subscription creation I'm using allow_incomlete for the cases, when 3ds requires additional confirmation
But that status also appears when user don't have enough costs on the card
Can I somehow distinguish or block the cases of allow_incomplete when user don't have enough costs on card?
Thanks
Buongiorno, dove posso trovare un numero o una mail per contattare stirpe? Devo fare una segnalazione su dei truffatori che mi hanno derubato del denaro
:question: @visual jetty 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
I prefer one support
Hi guys! Quick question: if I wanted to give a user n amount of days free of charge and the user's subscription is active (not trialing), am i right to believe that i would just add the x amount in the Free trial days section on the customer's subscription in the stripe dashboard?
I am working on an html http API request. I am able to create the price I am working on, but the response I'm not seeing in the console I am testing...it seems to come back "undefined" I don't have a lot of experience with this
how can I update the billing email of a customer? on the customer API I cannot find an option to include a different email for the billing?
Hi! We are busy with the Stripe Connect integration on our platform and we still have a couple of questions about possible workflows and mandates. Who can help me out?
I'm creating Coupons/PromotionCodes through the API, and even though I specify applies_to on all of them, it seems like only some of them have the "Applicable Products" section on the Stripe dashboard. How can I investigate this further?
I'm trying to setup a webhook for my development environment. I have tested this all locally using the Stripe CLI. However, when go into the "Events" page under "Developers" in test mode I don't see anything. It says "No Events Available".
I'm just trying to trigger a webhook by calling stripe trigger account.updated via the Stripe CLI.
on last_payment_error there can be cases which the charge object will be empty, what use case does this happens?
hi
to cancel a sub at the current period end i'm using this code :
stripe.subscriptions.update('sub_49ty4767H20z6a', {cancel_at_period_end: true});
can i cancel the subscription end just by doing the contrary :
stripe.subscriptions.update('sub_49ty4767H20z6a', {cancel_at_period_end: false});
?
thanks in advance for your response
Hey
Is it possible to set subscription schedule to change the subscription price at the end of the prepaid term, but release subscription_schedule immediately after that change happened?
Hey
Please help.
When I try to charge a card using PaymentIntent after successfully authenticating SetupIntent, I am again prompted to authenticate with 3D secure.
Expectation was that after successfully authenticating the SetupIntent then the card on file can be used for future payments without the need to do 3D secure again.
We are using test card: 4000002500003155
hi, Please help.
stripe always charges an amount of 0. I understand that the cause can be using the test stripe keys instead of the live stripe keys. But i double checked that, and i am using the right keys. I am using laravel sparrk for the stripe integration
hey all, looking at the Stripe Invoice Search API and was wondering what the best approach would be for searching for past_due invoices that are older than 30 days. Since after the retry limit we cancel the subscription, would it be best to search for open invoices where the subscription is canceled? We recently changed the configuration to mark them uncollectable after retries but have old invoices that are still open that need to be marked uncollectable.
Can you disable "Save my info" from checkout?
Hi đ Is it possible to query the final fees on a payment? I can generate a Payment Fees report but I'm looking to report on the final fees per payment. By final fees I mean stripe fees and network costs
hi a customer says he doesnt get the email to sign in to the billing portal? can anyone check if that is going out?
Hello I'm using the stripe extension for firebase... is it possible to remove the Contact Information email address from the top of Checkout page ?
Hi Stripe devs - I'm curious if Stripe creates network tokens on the backend when a payment method is created?
Question; is it possible to buy multiple subscription products for multiple accounts at once?
Hi. I'm setting phases on a subscription schedule, if I have two phases (The first runs for 1 iteration and then the second phase kicks in) how would I make the second phase run indefinitely? Would I just "not" pass in an Iteration for the second phase?
Question about Stripe Connect: Does it work with nested connects? If Account A connects to Account B, which then connects to Account C. Can Account C make api requests on behalf of Account A?
When collecting fees with application_fee_amount [https://stripe.com/docs/connect/destination-charges#application-fee]
Is it possible to specify multiple destination accounts, each with their own amount specified or have it split the amount equally?
Hi again. I'm still trying to find a way to look up all of the fees that a payment incurred. I can use the balance_transaction endpoint but the only txn Id available on a payment intent is for the application fee which isn't what im after. I need to get all of the other Interchange Plus costs but cant find a way to get their txn ids for a given payment. Any help appreciated đ
Hello, with stripe connect: what is the best way to know if the user need to complete his onboarding ?
Hi Dev Team. Is it normal that the Stripe 3DS modal in test mode is always in English, regardless of the locale that's passed to the stripe.elements({locale: 'fr_FR'}) function call? Is this behavior the same for live mode?
Hello, Im trying to create a product and setting the custom recurring billing period to 5 years. But stripe wont let me. Im getting an error of "Billing period must be between 1 day and 1 year". Are there any methods to set a product billing period to more than a year?
hello, quick question about Customer Portal. Is there a way to not allow payment of past due invoices? I have set the invoice as uncollectable and the subscription is canceled.
Hi. I've got a couple issues with my company's Stripe - Wordpress integration, particularly around paused transactions and new Stripe transactions for Wordpress accounts that weren't originally created by a Stripe transaction.
Hello all,
I have an issue in the CLI. We are working on a custom integration, and one of the webhooks we are handling is "charge.dispute.funds_withdrawn". We have changed that for testing purposes while in SIT/UAT to "charge.dispute.created" for CLI support, but we are having an issue in triggering an event with add flag for payment intent. My fear is that like in other areas of the CLI, the payment intent field may not be editable with flag, but here is the trigger we are using, maybe there is an issue here instead.
stripe trigger charge.dispute.created --add dispute:PaymentIntentID=pi_12345 (test payment intent used here)
If payment intent is indeed not a field that can be added, is there anyway to test disputes via the dash? We are making a follow on call after receiving the webhook and would have to hardcode the payment intent if we can't figure out a way to pass a test PI...which is obviously not a path our client wants to take.
Hey folks. Quick one, is it possible to do Customer.search and check for the absence of a metadata key? I need to find all records that I haven't added some metadata for.
hi there- I have a group of Stripe issued cards, wondering: is it possible to remove all individual card spending limits via API?
What's the proper syntax of processPaymentIntent when the paymentIntent is coming from a stripe connect account?
'tmr_QXXWuw7ACjh95d22NQcSZgQy',
{payment_intent: 'pi_1IKA8nDY3BzcP9iqsqKStCiP'}
);``` How do I specify the connect account here?
Hi. A live payment in my website was failed. How to find out the issue?
how can i contact the stripe team without my account. I curreently can not acces it
Is there any way to direct a user to upgrade their subscription via checkout page / billing portal? I'd want them to purchase a new, higher subscription price (bonus: ability to auto-upgrade to annual) and effectively cancel their old one.
How do I enable address collection so that sales tax can calculate. Many of our customers just input their email address and payment
Hi, I have two buttons in admin, one is to release the money held and the other is to refund the money back to the original payment. Is it possible to have both of them at the same time? When one is used, then the other one is inactivated and canât be used.
Hi - sorry - I got drawn into another surprise call. Could I reopen my chat with two-shoes, please?
Hi I'm a little confused about what the mandate requirements are for ACH payments. The documentation is a little bit unclear about how the mandate is shown when using the Payment element, and in my testing I don't see one popping up
Why in list API's starting _after and ending_before is used rather than offset ?
I need some advice, someone keeps creating loads of subscriptions to my service and then disputing it with their bank, I'm not sure what to do as they've currently accumulated a charge of ÂŁ100 on my account!?!
My finance team manually makes subscriptions in Stripe. In these cases, I want to collect a piece of information that Stripe doesn't have a field for my default. Is there a way to add a custom field to Subscriptions? Being able to do this on the customer level would also help
Hello, we are currently integrating stripe in our solution, what's the best practices if we want to save credit cards for future use?
Hi! Where can I find a list of the expand strings? I am trying to expand the tiers field when fetching prices. I tried tiers and data.tiers, but I am getting "StripeInvalidRequestError - This property cannot be expanded (data.tiers).". I checked the TS type for the expand param, but it's string[]. Is this documented somewhere?
Hello everyone. I am trying to use the strip JS SDK within a Nuxt3 application. I have setup a webhook and am testing it locally with the CLI. I getting the error No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe? https://github.com/stripe/stripe-node#webhook-signing when using the constructEvent method. Digging into this I found that body parsers could cause this and I should use the raw body. The server engine with Nuxt3 is h3 and allow me to get the raw body. I tried this and am still getting the same error. I don't know where to look next. Any help would be much appreciated!
Hi, in the caputre method section https://stripe.com/docs/api/payment_intents/capture it's written that the days after which an uncaptured payment is canceled is 7 days by default hinting that it can be changed, i suspect, when we create the paymentintent ... the problem is that I can't seem to find the parameter that wooyld allow me to shorten or extend the time after which an uncaptured payment is automatically canceled https://stripe.com/docs/api/payment_intents/create any help? TY
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi, does the table for transactional data have FX rate? https://stripe.com/docs/stripe-data/query-transactions
what is the difference between payment_intent.succeeded and charge.succeeded (when is each triggered)
is it possible to pass my data this way? when I look at my log I get no information in my metadata.....
How is it possible to shorten the time after which an uncaptured payment is canceled? https://stripe.com/docs/api/payment_intents/capture https://stripe.com/docs/api/payment_intents/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello stripe-friends!
Is there any way to store the card of a client without needing to start a payment process?
I know we can store the card when a user makes a payment for future payments, but I can't find this specific functionality.
Use Case: Imagine a User Profile page where the user stores his card for future payments.
Thanks in advance! đ€
Hey guys! is it possible to change the upcoming invoice date?
Hey all, is there anyone here that can help with behavior with the Stripe Magento plugin? We recently upgraded our Magento plugin and now the Stripe plugin is behaving differently with no obvious way to change the behavior.
Basically we are seeing some orders never move to pending, and we think it might have something to do with the stripe webhook (which we disabled) because orders were automatically getting invoiced by the webhook on charge which we did not want to occur. Help pointing in the right direction with either would be helpful.
Hey there, I am using React currently and cannot find a way to pass locale into PaymentElement component (although this seems to be configurable with stripe.js), could someone advise me how to do this? I want to achieve a way for the user to change the language of the form containing the payment element so I want to change this dynamically, thanks!
Hello, if i have a subscription product which has setup fee (one time charge charged upfront) and a recurring fee (monthly, yearly, etc. potentially with a trial), do i pass in both items to subscription.create call? I am using setupIntents in cases when there is a trial and a payment intent in cases when there is not, how will i need to adjust those?
Hi, there! Is it possible to test Stripe Connect without creating Stripe Accounts for connected accounts?
Wondering why there is a mismatch webhook and payment succeeded amounts
Hi, I'm having this problem when I'm creating a payment link with OXXO payment method
your return is this
"The payment method type provided: oxxo is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use. See https://stripe.com/docs/payments/payment-methods/integration-options for supported payment method, currency, and country combinations."
need a suggestion for accepting ACH payments with verification and balance check. Is this only available through financial connections?
Hi, how can I raise a Dispute on a paymentintent (test mode)?
I find something related to issuing/dispute, but it seems that is not my API(?)
Is it possible to make a charge for a customer under a connect account, but for me the platform to incur the processing fee, not the connect account?
Hi guys, i'm using the stripe billing api to retrieve all my subscriptions (/v1/subscriptions) and the "discount" field seems to be returning null even though (in test mode) I've added a coupon discount to that particular subscription (and cancelled the trial too)
Any pointers?
I have a question on Setup Intents. We have migrated out systems over to using them but we end up with a lot of abandoned setup intents. There does not appear to be a way to list all setup intents in a certain status for the purpose of finding those which are abandoned. Are setup intents canceled after a certain period? If not can we get a option added to the setup intent list to filter by status
Hi team, we are now working on stripe applepay express button integrationïŒ but just lack of to test account , could anyone help with this (just need click on the below page 1 and share me a screenshot / for the page 2 , need to proceed with the payment and share a screenshot, smalle amount, will refund later then)
Hi Stripe Dev. We're a long time customer that has had a Stripe Elements implementation for years. We're looking to create a more robust solution that can work with our Single-Page application without needing to do redirects outside our domain. Wondering if I could get some help understanding if that's an option with Stripe Checkout?
Hey there - qq on Stripe Sigma vs. Financial Reports:
I noticed that my Stripe financial report data for charges don't match up to what I see in Sigma when pulling from the balance_transactions table and filtered to charges only. Any idea why? e.g. Sigma's balance transaction table has fewer charges and lesser revenue than what the financial reports are saying. I tried both my local timezone + UTC for the reports.
Also found that the # of charges when pulling from balance_transactions is different than when pulling from charges
We have a few coupons applied on customer accounts and we're introducing new pricing plans, but in the same product. So we don't want to change product ID and hence can't restrict coupons to a particular product.
When creating a checkout session, can I somehow force disable a coupon?
Where can I find examples of the event payloads for invoice.upcoming and and invoice.created?
Hello Everyone, new to stripe and new to discord! I am using Stripe as a processor for my Shopify store. The reason being that I need the ability to manually charge my customers after their initial purchase on my Shopify store. Currently I can see my purchases from my Shopify store in my stripe account, but they are syncing in Stripe as a 'guest customer' thus restricting me from charging the customers card after their initial purchase.
I spoke with Stripe support, and they directed me to this help page: https://stripe.com/docs/api/customers/object
I have a bit of experience with API connections, but Stripe was unable to guide me to the correct code file in Shopify to add this API snippet to. Shopify was not much help either.
Has anybody else pulled this off?
(Background: I'm a personal trainer, and I have my clients purchase an initial workout package. From there, I charge them for their next set of workouts after they have used them all. My web developer guided me to a subscription service (Recharge) to use on my Shopify store. The issue is that my clients all use their workout packages at different paces, so I really need the ability to charge them personally.)
Any help is greatly appreciated! I've been training people for a few years now, and have finally have made a decent financial investment in creating my own website and business. This is truly the last piece to the puzzle.
p.s. don't know the discord culture so please advise if I went about this the wrong way. đ
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello, how can I cancel the onboarding status on an account ? For test purpose I want to reset this process and set the details_submitted to false
Hi, I'm trying to create a subscription in the future, for an existing stripe customer with a default payment method. I want the subscription to be automatically charged on the (future) billing anchor date when the subscription actually starts.
customer: stripeCustomerId,
items: [{ price: priceId }],
billing_cycle_anchor: startDate,
payment_behavior: 'default_incomplete',
payment_settings: {
save_default_payment_method: 'on_subscription',
payment_method_types: ['card']
},
expand: ['latest_invoice.payment_intent'],
metadata
})```
This is my code, doesn't seem like it's saving the start date in the dashboard. Is there something that I can change in the payment behavior or settings to get this working?
default_payment_method is not being save when set to 'on_subscription' and there is add_invoice_items included
can someone help me figure out why that is
Hi, Can we use the following Flutter SDK https://github.com/flutter-stripe/flutter_stripe for receiving payments from customers? I see that its not officially from Stripe https://stripe.com/docs/libraries#stripe-mobile-sdks Just curious if it is safe to use the Flutter SDK and integrate into our Mobile App?
hello maybe its beside the developer , but can i get sales representative contact in japan ? i need to convince using sales representative
hello, we are running into a scenario in production where a declined ACH charge has an outcome->reason that is null . this is causing our integration some problems. I have attempted with every token present https://stripe.com/docs/ach-deprecated#testing-ach and for the life of me I can not get the stripe testing environment to reproduce this behavior. Does anyone know of a way to get stripe to do this in the testing env?
Hi, a quick question regards to Subscription and cancel_at updated via API.
So I have a subscription created: 1665644448 (GMT 13 October 2022 07:00:48)
Then, cancel_at: 1689231647 (GMT 13 July 2023 07:00:47)
So on the July 13, will this subscription be charged then canceled?
So it is set up to cancel the subscription after 10 months and ideally, I should get 10 payments then cancel.
(test mode subscription_id sub_1LsLPQJr3N20QNXk5W35TgQy)
I'm using connect with custom connected accounts for my company customers fully managed by me. I'm creating test custom connected accounts manually in my dashboard which gives me the account ID and external account ID but for the Person object, I see no id associated with it. How do I get it?
Shmarti
hi stripe team ! when i create a applepay/google pay paymentintent, what kind of paymentmethod type should i choose? if i dont choose a paymentmethod type , it reminds me a error :payment-intent-unexpected-state
there is my request :
Hello, I have a subscription which is updated with a new price item, but the new price item is not reflecting in the upcoming invoice for that subscriber - what could be the issue?
Hello, I'm setting up a new stripe account and I'm not able to add all the countries I want to the transfers section of stripe connect settings. My other stripe account has this functionality but I don't see why I can't add in my other one. Any ideas? Thanks
Hello, I just started using stripe sample code for custom checkout in test mode. I see that, there's a guest customer in the dashboard. Is it undelete able?
Thanks
HI, Iâm from hongkong. I first time using the stripe express in the movieverse. It is fail for me to withdraw the fund from the movieverse to the stripe. I'm not sure is the problem my account can't receive the dollar or something elase promblem. Can anyone tell me how to solve it? Thank!!
Hello, I am getting the following error when I try to apply a promotion code to a trial subscription. Any idea how to resolve this?
Error: Coupon EIptTqPy has
duration=repeatingand cannot be applied to one-time objects
Hello, I am trying to integrate Gpay with stripe in my webapplication. In the order summary I am getting $0 despite giving the correct amount in payment intent. Surprisingly when I proceed forward the correct amount gets deducted from my card, just the amount displayed in Order summary is $ 0 . Can anyone help out please ?
how to get all the transcation details in form of API ?
like money got credited or got canceled or in the processing stage?
Hi team, we're struggling to explain to our customers what does the error "Your card does not support this type of purchase". In our Stripe dashboard, there's different information that is visible to us - "Payment declined by the issuing bank. Tell the customer to try a different payment method, or they can contact their issuing bank. Retries are unlikely to succeed". Why is the customer seeing the error above? what can we do to help them resolve it?
Hi team, for affirm integration, is the amount range here inlude 50 and 30000 itself?
Aditya Satnalika
Hi Team, wt is the format of date time stripe sends in webhook events and how to convert into dd-mm-yyyy format?
Hi!
We are using Stripe Connect. Our current balance is in EUR.
We would like to accept USD and GBP payments as well. So our customers should then be able to withdraw USD and GBP too. Is it possible to accept multiple currencies and pay them out to Connect users in their native currency without any currency conversion?
Hi, I just have a quick question, Does Stripe support Crypto Payment Recieving?? I checked the documents, it mentioned only for the Payouts
Hi, we are very worry about technical support through Email. We sent some of them 3 days ago... nobody replied to these e-mails đ€ Anything we should be concerned about?. I read on Twitter about the massive layoffs at Stripe.
hi there, I am having some trouble on how to use Fulfillment date in a payment.
Is setting fulfillment date possible in the latest stripe API client for .NET when creating a payment intent?
Because when I access this link https://stripe.com/docs/api/payment_intents/create?lang=dotnet
I'm seeing that this parameter was tagged as preview.
Or can this be resolved by passing payment_intent_data.fulfillment_date when creating the Checkout Session?
Please advise. thanks
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hello,
I'm trying to model a Stripe subscription where the collection method is send_invoice so we can have an option to manually pay it using 'paid_out_of_band' => true or we can send it to the customer so they can pay it
but we want to have an option to pay partially?
is there any way we can partially pay the invoice generated by the subscription with collection method = 'send_invoice'?
Hi, can we add user name available on card in side CardForm? and pls help me how to add default card check box in CardForm React native.
hi I am new to stripe can you help me out with how to integrate it into the asp.net website
can i get a sample code or something i didn't get the code in the stripe website
Hi @obtuse mortar I've created a thread for you, let's discuss there
Hi all! we would like to use connect to collect payment for one of ours partner. This partner already have a stripe account, is it possible to link the pre-existing account or we have to "create" a new one and make the partner fill all the requirments ? i cant find it in the docs, thanks !
Hi! When a subscription cycle is renewed, is there any webhook that triggers? Or I have to manage internally with the nextPeriodStart field from the subscription?
hello, i make a call to update a customer using https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method, specifically i need to update the default payment method, but this doesnt seem to work
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How can I verify a credit card using a subscription with a trial?
We have a problem that a customer may fill in a credit card without enough balance and then the payment fails.
hy, is there a way to test for a custom account after i submit the identify document, to set it as checked and failed
Can someone please help me with this issue?
why am i receiving such error?
I am using Connect to build a Marketplace, what happens if a customer already has a Stripe account? Will they have to onboard completely again? Can we avoid that step?
customer portal
elaborate a bit more?
Hello! I want to ask a doubt. When creating an invoice using an API call, this invoice could belong to a subscription if I add this metadata information: { plan: <plan-id> } ?
Hi there, we have a security issue, where payments go through when there is a large scale attack to get through to our payment on Stripe. I know this might not be answerable here, but want to double check. Would Stripe recommend CAPTCHA 2 or 3 for protection? version 2 has a manual action, version 3 is hidden.
Hey all, we are using stripe payment element https://stripe.com/docs/payments/payment-element to collect card details for bids placed on our platform (the user is not charged at this stage). However when using apple pay, the message shown to the user says "Amount pending" which is a bit weird (image attached). Is there a way to change this text (e.g. to "Card authorization?")
Hello! Is there a specific webhook event for customer credit balance update? (not cash balance)
Hi there, after creating a product with a feature list, which webhook event will contain the feature list? Thanks
Hi there, can I somehow get hold of all the transactions that a payout comprises of through stripe api? I know this is possible with the reconsiliation report. I just don't see how it works through the api
Hi all, in my nextJS app I create a paymentIntent inside a useEffect. Whatever I try, the intent is created twice. I want to implement an idempotency key so stripe knows it is the same intent. I just don't really know how to do this best?
Hello,
I'm posting this because I'm having a problem when integrating google pay with Stripe.
As other posts have already mentioned, I also have a problem OR_BIDED_07 with my application.
However, having read the other posts with this problem, I have already tried to perform several manipulation:
- On the page https://pay.google.com/business/console in the part "Google Pay API", I configured my application (packageName: com.myapplication.xxx), this one has been validated by Google.
- My stripePublishableKey is well the one of prod.
- My stripe account accept the Google Pay payment in both side (testMode and production mode)
However, I have a big doubt about the merchantId that I use:
- I have tried several :
- the one from Ios : merchant.com.myapplication.xxx
- My packageName : com.myapplication.xxx
- The merchantId number I find in the URL of the page https://pay.google.com/business/console/payment/<marchantId> (This one I think I need to use)
I don't understand why the OR_BIDED_07 error keeps coming back, does anyone have any idea what I am doing wrong?
Thanks a lot for your help.
Adrien.
Hi there, I have a problem and a confusion of the difference between cards, payment_methods and default_sources.
When I add a new payment method using Stripe Dashboard, the payment id is: card_......, when I create using the javascript SDK it get saved as pm_..... etc. Can you please explain me the difference?
hy can you please tell me what is the complete process to setup and configure apple pay in stripe
Hello, I need some help for understanding an upcoming invoice object, could you please create a thread?
Hello , I have a question this is not about the dev , Stripe freezed my account for 120 days , now the 120 days passed , but they doesnt release the money , when I send Email for help no one responded , If someone can help me
Hi generic question. What are the advantages of manually integrating Stripe and creating your own dashboard instead of just using Stripe's dashboard?
Hello team! I want to notify user if for some reason payment was not successful. I want to do it by webhook. What events should webhook listen to? Invoice.failed or general payment_intent.payment_failed would be a preferred way ?
Hello there. Can anyone help with the integration of stripe payment please. I have successfully managed a few tests payments in a test account and would like to know how and in which php file to capture feedback from the stripe server
Hey guys quick fact check , when adding credit to a user. Does a positive credit balance mean, the credit will be subtracted from the next invoice ?
Hey, how do i get a VAT number? I'm from Norway
Thank you for your support @meager hawk
If I use the AddUsage() function API the way to override a record value it's just by setting the exactly same timestamp? Or I need to pass the Set operation too?
hy i am getting an error after successfully setup apple pay
Hey, I need help
My wise account is desactivated today with no reason, the problem is that I received a payment from stripe today.
how can I cancel this payment and request a refund.
Thank you.
Hi everyone, quick question here about brand products that we can get from payment method objects.
The list of product codes in the Stripe documentation provides a list of product codes with names, but is there a list Stripe keeps at all that determines which of these codes are business/commercial types, rather than consumer?
Business/commercial cards can incur some of the highest fees, so we'd like to be able to categorise payment methods in this way where possible.
Hey. I know i'm making a silly mistake here but what is it? I'm trying to update customer Address with C# And get the error. "Object not set to a reference of an object"
Hello
hello everybody, we have a doubt in our integration with balance_transactions, all remain in PENDING after the charge is has status SUCCEEDED, when/how the balance_transactions become status AVAILABLE?
can we use setup-intent to allow customer to add/remove the card details ??
Hi Team
While I sent request to Stripe API via curl, it gets timed out every time. I increased time out time, but it shows 504 error. Is there any particular reason for this. I am using Stripe API for test environment.
Hello everybody! Could you please tell me if during the registration we can give Stripe our test website first and after we done with making it public, change it to the real one? If we can, how long does it take?
hello
can i have help signing in as i changed my mobile number. i uploaded ID months ago and had no response
You also said you emailed me a reset link bt no email comes through
Hi, I am unable to get paymentMethodDetails object upon capturing a payment intent for test cards. As mentioned in the response, I am supposed to get this. FYI:
I have a first recurring payment failure with stripe on payment intent pi_3M2037GNN1T4yZi61dpuNNqH. Is theref a way to see the emails that were sent by stripe to this customer?
Hi,I have problems with verification documents
Hello, I have the following scenario:
I have a payment intent that has completed successfully and I want to create a corresponding invoice for it.
I've been reading some of the similar discord threads on this topic and the best solution I could find is to create the invoice based on the amount paid with the payment intent and mark it as paid out of band
As some of the other threads mentioned that this would negatively affect the reports / accounting data I would like to ask for help if somebody could clarify how exactly would the accounting reports be affected if I have both a payment intent and a corresponding out of band invoice.
Hi there, is there a way to use a subscription id to check whether the subscription is processing a payment (e.g. ACH is in process of retrieving payment), something that is the equivalent of the 'status' property on a Charge but for Subscription
Hello
Is there any hard cap on how many prices product can have?
How do i use pagination on .net c# to pull more than 100 List PaymentIntent Results?
I'm having trouble with testing apple pay
The "interac_present" source type is not supported in US. Can some one confirm?
Hi! I am following the âSave a card without bank authenticationâ(https://stripe.com/docs/payments/save-card-without-authentication) guide to store customerâs payment info. After I enter a declined card number, stripe.createPaymentMethod returns a valid object with no error information. The only way to know that card is not valid when I attach payment method to the customer on the server side. The question is, is there is any chance to know that card is declined before attaching the payment method to the customer?
Hi, I have some troubles with transactions on customer's account !
The payment was made on her website on 24th and 27th october and she still don't have the money in her bank account
Could you please help me ? đ„Č
Hi, using the API, while creating a checkout session I am collecting the shipping address using shipping_address_collection object and specifying the shipping rate using the shipping_options object. My question is, since allowed countries are only specified in shipping_address_collection, while the shipping rate is specified in shipping_options, is it possible to create a country dependant shipping rate? As an example of what I am trying to achieve, I would like to have a 'Free shipping' option for EU countries, and 40 eur shipping charge for United States (if I made it with the current configuration, US users would be able to see and select the free shipping option). I tried googling but couldnt find a solution.
hi ,what is the difference between payment link and checkout?
Hi! I'm working with subscriptions scheduling. I have a supscription that had a change scheduled for 10th February 2023 (I'm using test clock). It happened, all good. Unfortunately, no associated webhook event (e.g. subscription_schedule.completed) was fired. Why? subscription id: sub_1M2bpsJA8pMPzFjlrWksq3X9, schedule id: sub_sched_1M2c0FJA8pMPzFjll2Kv3isE
Hi guys!
I am trying to use Checkout Sessions API in order to allow customers purchase my products.
In the Stripe docs it's said that** if I provide "customer" field in payment mode, the customerâs most recent card payment method will be used to prefill the email, name, card details, and billing address on the Checkout page. (ref: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer)
BUT, in real life when I am redirected to Checkout, only customer's "email" is pre-filled.**
I attach my code, maybe something wrong is there.
const session = await this.client.checkout.sessions.create({ customer: customerId, line_items: [ { price: priceId, quantity, }, ], mode: 'payment', success_url, cancel_url, });
Appreciate any clue!
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Good evening gentlemen, how can I search payment Intents by their statuses. I want to get only succeeded and require_payment_method payment intents to be found
Hey! Payment Intents expire automatically after 7 days. Let's say I would like a user to pay for something that happens beyond those 7 days. How would I go about that? Thanks!
Hi all! I'm relatively inexperienced to Stripe, and am currently trying to setup a subscription billing & checkout for a SaaS business. I'm a bit confused on the flow though:
1.) Should I create the Stripe customer when the User is first created in our product and have it associated from then on?
or
2.) Should I have a webhook listen for customer creation or subscription creation and then associate that back to the User?
Also when should I provision access to the product? Is it best to do on the invoice.paid event or customer.subscription.created & updated?
How to make failed payment of a subscription when renewal happens on stripe live mode (Not test mode)? I want to check the webhook invoice.payment_failed event for renewal payment on live.
Hi - im trying to understand your ideal implementation in more detail and ive spoken to a sales rep who directed me here. Specifically this doc https://stripe.com/docs/payments/ideal/set-up-payment?platform=web#submit-payment-method
Hi! I've tried to automate a stripe checkout session in test mode with selenium for unit test purposes. However, when I finish the process, stripe returns "Your payment cannot be processed" . Does stripe block automation even in test modes or that is not the problem?
Hey folks! Quick question:
When using stripe payment element in our stenciljs web component, if we set shadow: true, the payment element does not load and I think this is due to pci compliance. Do you have any workarounds?
Thanks
Hey folks, I am part of The Arena Group's Data Platform team and we are consolidating data sources into our internal data platform.
As a result, we want to figure out how to setup daily exports of Stripe data to S3/GCS similar to the how it is outlined here: https://stripe.com/docs/stripe-data/access-data-in-warehouse
Can anyone please help me whom should I contact regarding the same and how we can proceed to set up these daily exports?
is there any way i can turn on/off cvv check
we need events to go to a few different server instances. Is there a way of resending a past event to a new webhook endpoint?
I need to add the customers tax id to the invoices.. and I did so by adding the custom field when the customer is created over the api.
How can I add this custom field to the stripe invoice template also?
I am learning Stripe Payment Element. In the sample code, you create a PaymentIntent for X amount prior to displaying the Element in the UI. What happens if the customer decides not to pay? Do I need to cancel the PaymentIntent?
Or what if the customer decides to add another item before checking out? I realize I can update the PaymentIntent, but is there any reason I shouldn't just make a new one?
In short, do I need to worry about unused PaymentIntents?
https://api.stripe.com/v1/country_specs is a really slow API endpoint, it takes ~1s per 10 countries, so fetching all of the county specs takes 10 seconds. It seems like this data should be fairly static, is there any chance this is cache-able on your end in order to speed it up? If not, I'll probably need to cache it on mine. (curl -v -G https://api.stripe.com/v1/country_specs -u sk_test_4eC39HqLyjWDarjtT1zdp7dc: -d limit=100 > /dev/null for an example)
Webhooks are showing that "Delivery Failed" in the dashboard, but everything in my logs and so forth look like the webhook was delivered successfully.. any ideas what I can do to figure out what the issue could be?
Is it possible to use a Subscription Schedule for Subscriptions created through Checkout Sessions?
Hello, for applying a discount on an invoice item(s), is creating an additional invoice item with a negative amount the correct approach?
Hi, is there a way to configure cross-sells on products via the API? I see they can be set up on a Product's page in the dashboard UI, but can't see any fields for setting them up when creating or modifying a Product in the API.
Hello,
We purchased a terminal :
BBPOS WisePOSâą E
with 2 physical test cards (debit and credit),
But the credit cards seems not to work, no error log, just a bip
What C# type is https://stripe.com/docs/api/events/object#event_object-data-previous_attributes ? is it a string array ?
hi, I'm doing some testing using the stripe cli. I'm 500'ing, and the stripe cli output looks like
--> connect charge.refunded [evt_<some-id>]
<-- [500] POST https://<my-url> [evt_<some-id>]
the [evt_<some-id>] is a link, but if I click on it, the page it navs to doesn't show any failed webhook attempts. Maybe Stripe does not record status-code-500 responses?
A connected account was created and no account.created or account.updated webhook fired. Is that expected?
Hi everyone, we are looking for some answer around connected accounts and payouts. One of the things we want to ensure is that all connected accounts have 'connected reserves' enabled but I can not see anything with regards to this in the stripe dashboard. Our use case is that we would accumulate a sum that we payout on a regular basis to our connected account partners but in the case of customer refunds, we want to ensure we can safely reverse (full or partial) an amount from the most recent transfer
Hi! I had a question related to when new invoices are issued for monthly-recurring subscriptions. I'm currently writing a Lambda function that is in charge of updating the metered usage for a subscription item and based on a previous recommendation I got from another Stripe dev in this channel this is happening through a cron job. I'm currently processing the subscriptions in a 30 minute that is 30-60 minutes out from now. I'm assuming that is going to be ok because new invoices aren't generated until after the current period end date for a subscription?
New to using stripe, trying to set up webhooks on test mode right now. On an endpoint using the signing secret given, whenever verifying the signature I get no signatures found matching the expected signature for payload error. I thought at first maybe I copied over the whsec key wrong. But after redoing it plenty of times I can't figure out where the problem would arise.
Iâm also having an issue connecting my account. It only lets me add in USA information but Iâm in Canada and it wonât let me change that on the stripe account
Hi, is there a way to filter customers with payment method?
How to enable Google pay for Indian account?
can stripe automatically calculate the taxes on the payment depending on the buyer's location? any api for that?
is there a list of products that can / cannot be sold through stripe ?
What identifier is used for a payment on stripe? For example if I wanted to refund a payment using a specific identifier that I store in my database what should I be storing?
When using Stripes PaymentRequestButtonElement is it possible to specify that I would like to use it as a payment gateway so that when the dialog pops up it has a button with the text "continue" instead of "pay"?
I am taking over the stripe account from my co-founder and so being new I was wondering in the setting where would I go to see how much and when I am charged for my stripe use
Hey Stripe Devs! Would anyone be able to help me understand why an invoice for $0 is being created unexpectedly for us? Can share the event details in the thread.
Hello. I'm testing the renewal flow when a customer has 3DS credit card and when they are always required to authenticate. I've enabled the email sending for 3DS verification, but for some reason I still don't receive the email. Do I need to enable anything else. Currently, this is for test mode
Hello! We have been migrating our Stripe integration from using the Charge API to using Payment Intents to support SCA. Our existing integration uses Connect to allow us to create charges across 4 Stripe accounts that we manage. We have set up our Payment Intents to add the on_behalf_of parameter to specify which account our payment should be made to, however in Test Mode we aren't seeing any indication in the Stripe dashboard that the payment is being made on the connected account, but rather just the platform account. Is this expected, and how can we verify that our Connect integration is working properly?
Hey guys
Does anyone know if you can setup a profile (team member) who can raise and send out invoices ONLY?
from a payment_intent.succeeded webhook request is there anyway to determine if they payment is coming from a subscription?
I have just signed up to strip via your trade base ⊠and my password is not being excepted ⊠I can not reset it as I was in the process of verifying my email address ? Any ideas ?
how can i change a payment link name using http API (like cURL)?
Hi guys, i'm using the stripe billing api to retrieve all my subscriptions (/v1/subscriptions) and the "discount" field seems to be returning null even though (in test mode) I've added a coupon discount to that particular subscription (and cancelled the trial too)
I'm trying with sub_1M2M1kFBqNGwfwK9g869d2ap (subscription id)
Any pointers?
We just enabled paymentintents on our live site and ran a couple of tests. We're getting weird behavior with Google Payments and Apple Pay. Is this the correct place for questions about this issue?
Regarding spending controls for Issuing. Do limits set separately at the card and cardholder levels play nice? For example, if I set the maximum spend limit to $350 per month at the card level on all categories and then set Spending Limits on specific categories at the cardholder level to say $200 for Passenger Rails and $200 for Parking per month will the cardholder be capped at $350 per month regardless of what they spend on or will they allowed to spend $400 based on the cardholder limits set for those two categories?
Got a question on ACH Direct Debit auth test emails, How is the FROM section being generated?
The email I received has a from that looks like from: 'Stripe' via XXXX. Where is XXXX coming from?
Hi, question about stripe & food delivery API. Does this mean you are able to withdraw right from the POS systems into stripe treasury? Im trying to find a way to payout restaurants weekly that we partner with.
https://deliverect.zendesk.com/hc/en-us/articles/4403384975121-Deliverect-Online-Ordering-Use-Stripe-for-Payments
Hey guys. If I want to sell the same subscription in different countries, what do I need to do to have specific prices in each currency?
Hi guys, I'm getting an "payment_intent.payment_failed" event via webhooks. How can I get the actual failed payment method from this ?
What i want to accomplish:
- I want a user to be able to start a subscription and be able to handle it in stripe customer portal
- I want the user to be able to choose another subscription and start subscribing to it, and in the customer portal now there is 2 subscriptions.
I don't want to store any user data, incuding checkout sessions id's.
Basically:
I want users to be able to start different subsritpions and handle them in the customer portal without me storing any data at all.
Hi. Iâm seeing an interesting issue where I am creating a treasury account with some data and I am getting an error response of âUS phone numbers must be either 10 or 11 digits. A 11 digit number must start with a "1". The remaining 10 digits cannot start with a "0" or â1ââ The phone number is a normal 10 digit phone number so I am confused why we are getting this error. Thanks in advance!
Does anyone know if there is a way to add test card numbers (that fail payments) to the test dashboard?
I wanna order a terminal reader and I wanted to know where to code to do the integration?
Hello - just wanted to follow up on the thread from earlier: #dev-help message. We have setup a small POC for the suggested solution to our issue, which was to: Create a SetupIntent on our platform/US account with on_behalf_of set to our UK account, followed by cloning the payment method to the destination connected accounts (US account/USD, CA account/Canada) using the Authenticate unless set up test card, and we're still seeing SCA failures every time we create an off_session payment intent
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
I need to speak to customer service
Hey, happy to say that I have been approved to use custom fields, a real life saver. I keep getting this error, and would like to see if anyone can help me.
Hi guys. Is there a way to change the language with stripe-pricing-table tag's property like the following?
<stripe-pricing-table
pricing-table-id={PRICING_TABLE_ID}
publishable-key={PUBLISHABLE_KEY}
locale="en"
/>
I know that we can change the language of the Pricing table on the dashboard, but I would like to know if we can change it within the front-end.
Is there a way to see the products associated with a payment intent or charge from the API?
@languid tulip @mighty hill your advice about Google Payments and Apple Pay was spot on. Thank you again!
Hey i am building a terminal integration and i am trying to make a in personal refund, I saw on the documention this curl https://api.stripe.com/v1/terminal/readers/tmr_xxx/refund_payment \ but did not see this call in the API docs for nodejs https://stripe.com/docs/api/terminal/readers/process_payment_intent?lang=node
what is the correct path for this call using nodejs
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I have a webhook setup that listens for charge.refunded events. I want to check if the metadata object in the charge event has a field called "InstallmentPlanNumber", but is it possible to grab the value of this key in Java? I stumbled across this Metadata video (https://youtu.be/wdaja6Fx92E) and at 1:03 she says "You can search for the metadata through the dashboard, but not through the API."
I've attached my (terrible, non-compiling) Java code where I'm trying to get the InstallmentPlanNumber and the charge event with the metadata object inside it.
Metadata is useful for storing additional, structured information on an object. As an example, you could store your user's full name and corresponding unique identifier from your system on a Stripe Customer object. Metadata is not used by Stripeâfor example, not used to authorize or decline a chargeâand won't be seen by your users unless you cho...
Hi, I wanted to know if someone can help me with implementing this payment flow with stripe.
We are developing an app like Uber, the payment flow is that when the client requests a trip a charge is made to his account, if the payment was made correctly then we start looking for the nearest drivers to assign one, however when the client requests the trip and we make the charge we still do not know who the driver is so we cannot make a transfer_data[destination] until a driver has already accepted the trip.
What I need to know is how can I create the charge and even after knowing who is the driver do the transfer_data[destination].
Hi, I'm using the Stripe PHP library. I'm seeing that I can generate a session with \Stripe\Checkout\Session::create($param) which gives me a session ID that I can use to identify an user. Would it be okay to generate a session ID every time an user initiates a payment, or should I validate the pre-existing session ID and then proceed with that one if valid?
when i do stripe listen --forward-to https://xxx i can't see what i'm tyeping after that
runing from dos prompt
is there a way to see what i'm typing
Hello Stripe Developers, we are trying to figure out how to collect sales tax. Stripe is our processor but we want sales tax to show up on our shopify store. We have been waiting for a call from stripe for over an hour now and this is our last step before we make the store live. Any suggestions or help would be appreciated.
Please see my response in the thread above. We have already done what you suggested. Thank you!
Hi guys. I have a question: Can i do a subscription now, but set a date to start billing in a few days? For example: I'd like to subscribe now, but start billing just in 7 days or sometime in the future.
Hello everyoneđđ»! What are the advantages and disadvantages of a Stripe account with a registered company and a Stripe account without a registered company (as a sole trader)?
does checkout.session.completed always return a successful payment?
I manually created a custom connected account in my platform dashboard and added a bank account (manually). I was hoping to fetch it using the API under the property external_account but it appears under the external_accounts array instead. Is there a reason why manually adding a bank account, it doesnt get fetched under the external_account property?
Are webhook signatures a feature that needs to be enabled? I'm trying to setup my webhook handler and followed a tutorial that gets the endpoint secret and tries to construct an event but it's failing and I'm not sure why:
API resolved without sending a response for /api/stripe/webhook, this may result in stalled requests.```
Hi Stripe dev, the address field in a customer object and address in a payment method object, are they the same thing?
hi stripe team when intergrate the applepay , i have verify the domainïŒ but it also reminds me the web site can't use applepay :
demo domain :www.uwiew.xyz
Hello Stripe Team, currently I'm making customer creation using API. In the docs (https://stripe.com/docs/api/customers/create) I see that when we create new customer, the API will response back. But I don't get any response back.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hey team, is there a way to change the payout schedule for all connected accounts to a weekly one on the Dashboard without changing code?
how do i test a failed payment retry in test clocks for both subscriptions and invoices?
Hi Team, wt happens when a recurring payment fails ? in case of ach/creditcard how many retries do we have and wt is the time between retries ?
I am having problem with Stripe Checkout prefilling the customers card data.
I create the checkout session via API and pass the Stripe customer.
The customer has a payment method that has been created by Stripe elements (either one time payment intent or sub both have the issue).
The customers email gets prefilled but not the payment method.
If I enter a new payment method into Checkout and then complete the transaction it saves a new payment method (as expected).
If I then repeat this process with the same customer using checkout the payment method is prefilled successfully (using the card added via checkout).
So the customer has 2 payment methods which look pretty much identical in the CLI and only one of them will prefill Stripe checkout.
How can I get a payment method added via elements to prefill in checkout?
In the attached images the payment method that expires 5/55 is the one added via checkout. The only difference I can see is country and name. I added these to the elements payment method but no change.
Hi, can anybody help us with a connect issue?
we have some merchants who are not seeing the right payment methods at checkout (Using Stripe Checkout)
when we check the logs for POST /v1/checkout/sessions
it shows this:
"payment_method_types": [
"card",
"klarna"
]
but I'm not sure how or why, Stripe is telling the merchant that we (the connect platform) are setting that, but we aren't
because since Stripe enabled auto payment methods (based on the stripe owners settings) we removed the code to explicitly set the methods
like this
I can see Afterpay is enabled on the merchant account
and we have it "on by default" in our connect account too
but it just wont display at checkout
only card & klarna show
Hi @bronze torrent I've created a thread for you, let's discuss there.
thanks
Hi, the charges/commission by stripe i.e. 2.9% etc per transaction are charged or credit or debit? I am currently using a test card and upon paying e.g. $20 I see $20 in my stripe account, so when is 2.9% etc commission charged by stripe? or its showing me $20 but in reality its $20 - 2.9% commission?
My webhook is not getting updated on my webhook failed section.
I have already done failed transaction to test but it is not showing
hi stripe team: i interagrate the applepay & google pay, after i call comfirm.card.payment() with the returnurl, but stripe didn't redirect to the url , why?
Hi, I have a question with regard to refunds on connected accounts. We are using Stripe Express Connect to create accounts on behalf of clinics that use our software. We'd mistakenly interpreted the docs to mean that the default was for refunded funds to come out of the connected account, not the platform account. We discovered through our accounting this wasn't true, and I found docs that seem to confirm. My question is, is there a way to retroactively pull these funds from the connected accounts? Is a reverse transfer an option here?
https://stripe.com/docs/connect/destination-charges#issuing-refunds
Hi everyone I really need a help: I have 5 quotes and I still can't figure out how to invoice a quote I have ? can anyone help ? thank you
Hello for standard express account onboarding what are the verifications done by stripe? Does it vary from country to country
Hello Team
we don't need any invoice in subscription
i am calling subscription create function after the payment intent
can someone suggest me the correct steps to calling
Because if some one open that payment card details before that we need to call paymnet intent to show that screen
After successfully payment happens, Subscription should be created and active for that user and also we don't need payment links as well
Hi everyone!
We have a Stripe platform account. We create connected accounts of the custom type for our customers. Then we create a financial account in treasury for each connected account.
Please tell me which flow Stripe provides for getting fees from our customers' financial accounts to our platform account? As fee I mean some amounts that we want to charge customers based on our business model.
shainkey