About 1,856,802 results (4,664 milliseconds)

Client-side HTML form without Elements

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/UjPsjr2B7kM
to Stripe API Discussion. Hello,. I found a bunch of modern Stripe payment form examples. They all seem to be using Stripe Elements. I want to build my own ...

Stripe api example code : r/webdev

http://feedproxy.google.com/~r/reddit/pbqo/~3/OPamdI6czGI/?utm_source=feedburner&utm_medium=email
Oct 7, 2020 ... New to Stripe api and looking for code that allows a registration form for users to complete and thwn send them to pay a subscription.

Stripe Custom Payment flow on multi-tenant SaaS

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/9anmbYd5k7w
to Stripe API Discussion, [email protected], sh22gr. Dear Amanda, dear Stripe team,. i need your help again in how to implement the Connect flow. As i said, i ...

Google Payments API expects a merchant ID from Stripe, but Stripe ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/sHsbGFzOtfM
Has anyone here used Google Payments API via Stripe successfully? Thanks in advance ... example code is different: "tokenizationSpecification": {. "type ...

Process payments with Firebase

https://firebase.google.com/docs/tutorials/payments-stripe
Configure this sample to use your project with firebase use --add . Install dependencies locally by running cd functions; npm install; cd -. Add your Stripe API ...

stripe.net example for getting charges from the transfer object?

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/hvFlpHQrZao
Jun 20, 2014 ... My code thus far is pretty standard but I'll post it below anyway... the transfer object json can be found here: https://stripe.com/docs/api# ...

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. Hi,. i am implementing the 'payment' element for paymentintent. https://stripe.com/docs/payments/payment-element.

Stripe payment request button html css

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/CYqDjwLQn6Q
Apple for example has strict UI requirements ... You received this message because you are subscribed to the Google Groups "Stripe API Discussion" group.

Stripe subscription with capturing

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/4PpwEgMI2Iw
Oct 14, 2016 ... You received this message because you are subscribed to the Google Groups "Stripe API Discussion" group. ... payment system on Stripe for PaaS/ ...

ACH support with stripe plugin or example

https://groups.google.com/g/killbilling-users/c/rdr6uP0E9Lc
... stripe plugin github, and have been referring to the api for ACH (payments section). Does the killbill stripe plugin include support for ACH payment methods?

Stripe payment system - client version v3 - Apps Script integration

https://groups.google.com/g/google-apps-script-community/c/9h-QLqZlcUE
Which API date version you are using is controlled through your Stripe dashboard. The code includes 5 different payment form examples. You can see the original ...

You did not provide an API key.

https://groups.google.com/g/cfpayment/c/6yCvRCdmjqM
Yay! The reason I'm doing a proof-of-concept with cfpayment is because I tried Ben Nadel's stripe example at ... <h1> Accepting Online Payments With Stripe </h1>.

Issues with invoice creation API

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/r8NcA7HyAvM
Example Python code below. This works well, but I'm having some problems: The dashboard payments page shows the description as 'Payment for invoice ...

Webhooks - event.getDataObjectDeserializer().getObject.isPresent ...

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/fnzxCAg53NQ
Mar 2, 2020 ... For example, the latest stripe-java is pinned to the latest API version (2019-12-03). If you try to deserialize an event that is formatted ...

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 ... curl -G https://api.stripe.com/v1/checkout/sessions/{{SESSION_ID ... We give some code example specifically for the Checkout + `line_items` use- ...

how to create a customer after a payment intent is created

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/dVdlM3TeMas
Sep 26, 2022 ... to Stripe API Discussion. Hi,. I've just started to learn coding with the payment intent api. What I want to do is close to this: https://stripe ...

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

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

Connected accounts - calculating application_fee

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/eaDZ7EZI6h4
Mar 15, 2021 ... For example where there ... (I am already doing this with another payment gateway and looking at adding stripe as a 2nd payment option...).

How to do payments without saving payment method

https://groups.google.com/g/killbilling-users/c/ZW6225YO1RI
Apr 12, 2021 ... I was following the stripe example and I was using a session_ID generated with the Stripe library and not with the API call to Kill Bill. Thanks ...

Payment Intent to save card after payment from a BBpos not working

https://groups.google.com/a/lists.stripe.com/g/api-discuss/c/8AOVAFnko2s
to Stripe API Discussion. Hi there, I'm currently trying to save credit card for future payment from a terminal hardware using the PaymentIntent API (Ruby) ...