stripe-payments

How to test Stripe based Apple Pay? [closed]

南楼画角 提交于 2019-12-23 16:10:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Currently i am trying to develop a native iOS application where i have to integrate Stripe based Apple Pay, For that i have added the SDK provided by them inside my project. At the final step, i am going to test the apple pay functionality but i am not sure how i can perform it. 1) Do i have to add some dummy /

Stripe webhook signature failed - Stripe.net

时光总嘲笑我的痴心妄想 提交于 2019-12-23 12:43:22
问题 Im trying to implement a stripe webhook using the the c# library Stripe.net by Jayme Davis. i have set up the test endpoint in the stripe dashboard and generated the secret. The endpoint is being hit fine, and will generate the StripeEvent using the StripeEventUtility.ParseEvent. The problem is with using the ConstructEvent function i cant get the signatures to match. Any help or suggestions would be much appreciated. isSignaturePresent is returning false //call to create event stripeEvent =

Stripe Connect Charge - Must authenticate as a connected account to be able to use customer parameter

折月煮酒 提交于 2019-12-23 12:23:03
问题 I am trying to setup Stripe Connect and need to charge the buyer by creating a customer first, then generate a token and finally charge the customer with this token. This works fine as long as the buyer and seller are not the owners of the Stripe Connect Platform. I.e. let's assume the following email corresponds to the account holder: admin@admin.com Now, we have two sellers: seller_1@sellers.com admin@admin.com And we have one buyer: buyer_1@buyers.com My code works when buyer_1 buys from

How to get PaymentIntent next_action.type = redirect_to_url instead of use_stripe_sdk for Subscription

那年仲夏 提交于 2019-12-23 09:47:24
问题 I am working on the implementing Subscription*(which is SCA ready) using Stripe. I try to handle https://stripe.com/docs/billing/subscriptions/payment#handling-action-required. After the subscription is created on Stripe side, I have got the answer like in documentation above: { "id": "sub_XXXXXXXXXXXXXXXXXXX", "object": "subscription", "status": "incomplete", ... "latest_invoice": { ... "payment_intent": { "status": "requires_action", ... "next_action": { "type": "use_stripe_sdk", ... }, ...

Basic Questions for Django ACH with Stripe

丶灬走出姿态 提交于 2019-12-23 05:23:02
问题 I'm wanting to set up ACH payments in my django app. I see that stripe does it, however, I'm not sure how to implement it. According to the documentation you can use stripe.js to collect the customer's bank account. I need help with the flow. Do I first use html page to collect the bank info, use stripe.js to add that to Stripe and acquire a token which I then attach it to a Customer? Does anyone know of any django stripe ach guides? I've been looking around and it seems so new that there isn

Redirect To New Page After Stripe Charge

落花浮王杯 提交于 2019-12-23 05:12:14
问题 Is it possible to redirect to a new webpage after the stripe charge completes? I am using .NET C# Here is code below: <form action="/charge" method="POST"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_test_6pRNASCoBOKtIshFeQd4XMUh" data-image="/img/documentation/checkout/marketplace.png" data-name="Stripe.com" data-description="2 widgets" data-amount="2000" data-locale="auto"> </script> </form> After, all I want to do is redirect to another page on

Integrate Stripe SDK in iOS (Swift)

末鹿安然 提交于 2019-12-23 05:09:34
问题 I added Stripe SDK to my iOS app (added PassKit.framework alongside the StripePublishableKey in AppDelegate) via manual installation, but I came across one of two issues when the import statement (tried both #import <Stripe/Stripe.h> and #import "Stripe.h" ) was added to the bridging header file: 1) With #import <Stripe/Stripe.h> , the bridging header no longer imports, despite having worked before. (I checked Swift Compiler under Build Settings and the file is correct. Plus once I removed

Rails 4 Form Syntax for Stripe Bank Token -

两盒软妹~` 提交于 2019-12-23 04:55:23
问题 I'm building a marketplace and have a form to collect bank account details from sellers so we can transfer payments. One of the stripe parameters is the sellers name, which is an input on the form. When I submit the form, the controller reads the name only if it is stored in the database already (i.e. if I manually enter name in db, then run form). If a name doesn't already exist, it gives me an error saying I need to enter a name to create the stripe token. How do I change the form/method

Update Stripe Credit Card with Coffeescript

时光毁灭记忆、已成空白 提交于 2019-12-23 03:45:50
问题 I finally figured out how to implement Stripes Monthly Billing using this tutorial Currently my Submit Button for both my #new_subscription form and edit form creates and sends credit card data to Stripe. But for some reason I keep getting this error when I update the Credit Card can't convert Symbol into String app/controllers/subscriptions_controller.rb:38:in `update' Question: Is this error due to the coffeescript, or is my update_card method in my model causing this problem? EDIT FORM <%=

Stripe - Payment Intents (3d secure issue)

こ雲淡風輕ζ 提交于 2019-12-23 03:41:36
问题 I did implement Payment intents on my website and now works perfectly with this testing card 4242 4242 4242 4242 , but for other cards that need 3d secure methods, I take this error "Invalid PaymentIntent status" . the Code that I have used is the same standard code that exists on the Stripe documentation-flow enriched with some code to manage mysql, emails, metadata etc. Where do I go wrong? Thanks in Advance. simplified js code connected to index.php var stripe = Stripe('pk_test_xxx'); var