About 1,193,403 results (3,375 milliseconds)

Stripe api example code : r/webdev

http://feedproxy.google.com/~r/reddit/pbqo/~3/OPamdI6czGI/?utm_source=feedburner&utm_medium=email
Oct 7, 2020 ... Simple plain vanilla PHP membership app that I coded myself. No framework. MariaDB/MYSQL. Bootstrap CSS. :-). much thanks. LAMP.

Uncaught exception 'Stripe_CardError'

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/pdRb4M6WSi8
I know that most of the example docs and tutorials Stripe has (besides the API section on errors) doesn't actually include error handling and try/catch ...

Invalid Request Error - Basic Stripe

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/1iSERSJZM3Y
I've installed composer, have all of the stripe files etc.. Here is my code; <?php // This charge script is getting JWT and send it to stripe as one-time ...

Discounts applied during trial periods

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/--DwTNoiiGQ
Apr 22, 2014 ... Here is an example ... Oops, sorry for responding quickly at first but then letting this sit. stripe-php version is pretty well decoupled from API ...

stripe integration using php

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/77azXLvmxCM
Mar 10, 2015 ... > "Stripe API Discussion" group. > To post to this group, send email to [email protected]. > Visit this group at

Issues related to expiry date of live card and telling correct CVC ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/U-GlwkY2qNg
Mar 5, 2015 ... I am passing credit card number, expiry month and year and CVC number of the card to stripe. I have tested my PHP code in stripe test mode using stripe test ...

Receiving a Webhook Notification and subscribe user and renew ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/51NfE2qz2M4
Mar 12, 2015 ... ... example.com/webhook-mailer.php. ... You received this message because you are subscribed to the Google Groups "Stripe API Discussion" group.

Stripe API - Value for fees deducted

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/uoMz4saOa5I
... stripe.com/docs/api/php#retrieve_balance_transaction). Thanks anyways ... For example, I have a transfer that contains 2 charges. Gross is for example ...

$_SERVER['HTTP_STRIPE_SIGNATURE'] Undefined index

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/HhfsApXFMwM
to Stripe API Discussion. Hi there! This code looks like it would be run in ... [1] - https://www.php.net/manual/en/function.getallheaders.php.

Correct implementation of custom stripe checkout using alternating ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/4nwsJLlpknE
The easiest solution is to use a form on your page and pass the token id in a hidden form. You can see a full example in PHP here [3]. You can also see a ...

How to do a Refund of a Charge created on behalf of Standalone ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/UI45eiPltQs
You received this message because you are subscribed to the Google Groups "Stripe API Discussion" group. ... Here's an example in PHP: $charge = \Stripe ...

Avoid paymentintent creation on form load

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/occl53QbwTs
Aug 19, 2022 ... to Stripe API Discussion, [email protected]. Hi Remi,. I suppose that this 'incomplete' status (in my dashboard) happens, because i choose the ...

breaking down Payouts into products, clientIds, or other "sources"

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/GipcwPCMohE
Apr 2, 2021 ... to Stripe API Discussion. I am a newbie and this feels to me like a ... php?stripe_id={CHECKOUT_SESSION_ID}',. 'cancel_url' => 'myserver ...

Objects Not Expanding

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/pLj7SHlG-kM
... PHP library on select API calls when trying to expand objects, on the latest version ... $ curl 'https://api.stripe.com/v1/invoices/upcoming?customer ...

Integrating Payment Elements to build a single page checkout for ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/BLt1YeXHAXw
I'm trying to understand how to get the Payment Elements working with a single form/page checkout setup with PHP backend and HTML+JS frontend. ... to Stripe API ...

Subscription prorations with proration_date in the past

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/uTg9uWzU7qo
Mar 5, 2016 ... For example, if on May 1 a ... You received this message because you are subscribed to the Google Groups "Stripe API Discussion" group.

How do I retrieve the product id from a Checkout Session Completed ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/Ieva_N95UxU
Feb 16, 2024 ... For example, say you wanted to access details on a customer tied ... to Stripe API Discussion, [email protected]. Yes, it does. Finally ...

Customer security

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/_4xyQfIN6as
to [email protected], Stripe API Discussion. You'd definitely want ... example. Checkout and Stripe.js simply create card tokens (tok_XYZ) and ...

Making a Swagger theme that looks like Stripe's API Docs

https://groups.google.com/g/swagger-swaggersocket/c/oeMyayrvKRI
Has anyone made a Swagger theme that generates docs similar to the layout of Tripit/Stripe's three-column API docs?

[Stripe Connect] "Authorization code has already been used" error

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/JZnMa75dXgo/m/4PPBAFb8q7oJ
Oct 30, 2014 ... to [email protected].. > -- > You received this message because you are subscribed to the Google > Groups "Stripe API Discussion" ...