#Yannik
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
Could you please share more details, Is there a specific use case you're trying to account for?
Sorry, but still not understanding you,
and addind fund here
the screenshot you are sharing looks like a PaymentMethod for a customer
Here is a guide on how to accept payment using Stripe Checkout product:
https://stripe.com/docs/payments/accept-a-payment?platform=web
I would like to add funds to a source in payment method with a checkout style page.
In the documentation of the checkout page, I only see the solution of making a payment directly to the platform.
Hi! I'm taking over this thread.
You mentioned "checkout page" earlier. Are you using Checkout Session to collect payments or something else?
Yes
Then you can use payment_method_types https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types to set any payment method you want to use.
But i would like add funding to the balance of my customers with Stripe checkout.
The documentation seems to allow only payments on our platform
I'm not sure what you mean by "allow only payments on our platform".
Is your goal to accept bank transfers with Stripe, where the money goes to the customer balance?