I’m trying to interface a Swift app with the Stripe API, using Alamofire, but I’m having trouble with the returned results. I was expecting valid JSON, but I am getting the following: Stripe…
Tag: stripe-payments
Get Stripe Customer ID on WordPress / WooCommerce
I’m building an e-commerce website which is linked to a mobile app. I would like to store the stripe customer id of a customer on WordPress after his purchase/subscription Is it possible? How? Answer This is possible by using the field : wp__stripe_customer_id
stripe recurring payment using cron job or from stripe subscription recurring web hook?
I have a single course website where I want to provide installment facility for candidates, But Stripe provides subscription instead of installment, Now I am quite confused here, 1. How I’ll get …
PHP: How to print sub values from multi-level array (Stripe object)
I get the below object which returns from retrieving a Stripe session ID (the object is called $order). I am able to print values from the first object level using e.g. print_r($order->id); How …
Stripe checkout: Pass metadata on Session object creation and receive it in checkout.session.completed event
I’m implementing Stripe checkout on a website and I want to pass some specific data on checkout.session.complete. Here is what I tried: ‘mode’ => ‘payment’, ‘payment_intent_data’ => [ ‘…
Stripe business profile is not showing on request body
I’m in test mode, I create a custom connected account successfully using JavaScript in frontend and PHP in backend. The account created successfully but for some reason, the business profile is not …
Is there a way to send invoice or a link through email from which someone can pay me on stripe?
I am developing a hotel management website, I need to send my customer a link through gmail (from which they can pay me without visiting my website) but i cant find anything from stripe api doc. and …
Stripe, users can not download their invoice
I am working with Stripe Payment Gateway and everything is working so far, except the option, that my users can download their invoice on my website. It is possible to download an invoice inside the stripe dashboard but that is not what I need. After my users made a payment, they should be able to download their invoices to my
Embedding Checkout on Laravel Blade
I’m trying to display an embedded checkout form from Stripe (https://stripe.com/docs/checkout). I notice that if I place the embedded code between @section(‘content’) and @endsection, it will not display the form when I click the Pay with card button. However, if I remove @section(‘content’) or place the embedded code outside of it, then it will display the form perfectly, however, this
Stripe Class ‘StripeCharge
I want to implement a Stripe payment form but I get a fatal error Class ‘StripeCharge. The class is there (see my folder tree), I tried : $charge = StripeCharge::create(array( $charge = Charge:…