#viet
1 messages · Page 1 of 1 (latest)
Hi, wallet payment methods are the same as card so as long as you have card and you have enabled these wallet payment method on you account, it should work as expected.
If I may piggy back on this thread, this is a question that we had also. Can you enable/disable wallet payments for a single Checkout session?
Gotcha.
I have another question related to payment_method_types. I noticed customer_balance is an option. Is this referring to the account balance a Stripe customer can have?
I tried using this option for subscription mode when creating the checkout session, but I get the following error:
Original error `Stripe::InvalidRequestError` with exception `(Status 400) (Request req_xsQjtwexKbTRIq) The payment method type provided: customer_balance is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use. See https://stripe.com/docs/payments/payment-methods/integration-options for supported payment method, currency, and country combinations.`
I reviewed the payment settings as mentioned in the error, but I don't see the option for customer balance there.
if you're passing card payment methods, no. You can omit card in this case. @cloud otter
I also get the error when payment mode is payment
I'll need to test this on my end, it may take some time. Thank you for your patience.
I was able to test this, typing..
I was able to test and confirm that this is only available in select countries: https://stripe.com/docs/payments/bank-transfers. EU, UK, Japan, Mexico and Indonesia. Since your account in a US account, this won't work and therefore you're seeing his error.
@valid comet - let me know if you have any questions here.
Gotcha. Thanks for the detail.