stripe-payments

Stripe Integration With Firebase on iOS

无人久伴 提交于 2019-12-24 05:58:05
问题 I'm building an iOS application using Firebase as my backend and want to implement Stripe without an external server. I've already checked out this post: Firebase payment gateways? — and it shows the following process regarding Stripe's payment process/gateway: User initiates transaction on your site Client code sends them to Stripe to enter their CC info Client code obtains a token representing the secure transaction A server process is notified by stripe when the transaction is validated

Stripe payment gateway create recurring payment using PayumBundle

谁说胖子不能爱 提交于 2019-12-24 05:12:17
问题 I am using PayumBundle to integrate Stripe payment gateway to my symfony2 application. i can create a successful direct payment, however i cannot create a recurring one. as the documentation of the bundle very poor. My question is how to implement recurring payment for a customer using PayumBundle or any similar one. 回答1: I manage to do a small combination between PayumBundle & Stripe-php as following: /** * @Extra\Route( * "/prepare_checkout", * name="mycom_stripe_prepare_checkout" * ) * *

Stripe - PHP error - Stripe no longer supports API requests made with TLS 1.0

女生的网名这么多〃 提交于 2019-12-24 01:24:48
问题 Is it possible to run stripe tests without an HTTPS page? I seem to be getting the following error on my localhost. Is there a way to correct it? This happens after submitting the payment information. Fatal error: Uncaught exception 'Stripe\Error\Authentication' with message 'Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls.' in /Applications/MAMP/htdocs

Why Doesn't Stripe Checkout Add Customer Name to Customer Record?

ε祈祈猫儿з 提交于 2019-12-24 01:10:12
问题 I am trying to retrieve various pieces of data from a Stripe Checkout form submission, where I am just using the Stripe Checkout code provided in my Stripe Dashboard. In my checkout_submission_completed event I have webhook where I am trying to retrieve email , name so that after successful purchase I can take other actions. It is surprisingly difficult. Here is how I can retrieve email (where payload is the response my webhook receives): $cust = $payload['data']['object']['customer'];

Apple Pay using Stripe send token to server and charge for purchase

不想你离开。 提交于 2019-12-24 00:18:53
问题 I am using Apple Pay in my iPhone application with payment Provider Stripe . I implemented Apple Pay using test_key and it returns token and getting PKPaymentAuthorizationStatusSuccess in simulator. Actually, I don't know the real time payment when it will done from the real device. I have a question is Do I need to send Token to server to charge for that payment or will charge itself withing iPhone application once get token? As per below method they are sending token to server so It will

Ionic - On IOS, Stripe payment button is hidden by the keyboard

橙三吉。 提交于 2019-12-23 23:07:40
问题 My app integrates with Stripe for payment purpose, but I have an issue on IOS... People can't pay. The payment button is hovered over by the keyboard, and there is no button to close it like there is on Android. I can't succeed into making the popup scroll either. I'm using custom integration and didn't find anything to help me... Other than making everything from scratch with a custom modal and custom form. And I really don't want to do that. You can see the tiny top line of the blue button

Stripe not Throwing Charging Error in Python

徘徊边缘 提交于 2019-12-23 22:46:31
问题 I am using the stripe library in Python for credit card charging. I use the customerID for purposes of charging rather than the token as I want to re-use the card without asking for it each time. The success process works just fine, however, if I create an error condition the "except" is never thrown. I am testing the failure state by using an invalid customer ID. The server log shows the following error: "InvalidRequestError: Request req_8949iJfEmeX39p: No such customer: 22" but again this

stripe bank to bank direct transfers

一世执手 提交于 2019-12-23 21:56:55
问题 OK, I am a little confused on the best way to setup Stripe for customer to customer direct bank transfer. Here's what I want to do. I am building a rental platform where a tenant and landlord can enter their bank information (routing and account) and then on a monthly basis transfer money from the tenant to pay the landlord directly (ie, bank to bank transfer) for that months rent. I think Stripe Connected account makes the most sense to make this happen. But I guess I am not fully

Stripe checkout wont accept metadata

江枫思渺然 提交于 2019-12-23 20:18:28
问题 I have integrated Stripe checkout (the latest version) and need to send additional data so I can reconcile a later webhook. Stripe rejects the metadata with the following error Fatal error: Uncaught exception 'Stripe\Error\InvalidRequest' with message 'Received unknown parameter: metadata' My partially redacted code looks like this $object = \Stripe\Checkout\Session::create([ 'success_url' => 'www/payment_processor.php?action=success', 'cancel_url' => 'www/payment_processor.php?action=cancel'

Using a Stripe credit card form in Google Chrome extension— unable to avoid “Payment not secure?”

无人久伴 提交于 2019-12-23 17:39:58
问题 I'm trying to get a simple Stripe credit card form inside the browser popup for a google chrome extension. However with the latest version of Chrome, the credit card form is always being accompanied with a message of "Payment not secure": Payment not secure I've read what the google chrome docs have to say about this message over here: https://developers.google.com/web/updates/2016/10/avoid-not-secure-warn And I think this is the relevant part: To ensure that the Not Secure warning is not