#tyson
1 messages · Page 1 of 1 (latest)
Hi there!
yo yo
bacs_debit is available on Checkout Session yes https://stripe.com/docs/payments/payment-methods/integration-options#support-bank-debits
SO it will be payment_method_options[bacs_debit][setup_future_usage] = true?
on the call?
If you don't use automatic payment method, then you need to set bacs_debit there: https://stripe.com/docs/api/checkout/sessions/create?lang=php#create_checkout_session-payment_method_types
i am not sure i quite understand, is it that do this "payment_method_types": [bacs_debit] in the call ? what is meant by automatix payments?
i am not sure i quite understand, is it that do this "payment_method_types": [bacs_debit] in the call ?
Yes
what is meant by automatix payments?
If you don't setpayment_method_types, then Stripe will automatically display all payment method available to your customers, based on your dashboar settings
Ok sweet
Unrealtd question how can i spesify a subcritpion / product in the checkout call is it the line_items[0][price_data][product] and then the product id, i want the subs to be nested within their subcritpion / product
Can you clarify what you mean by this?
i want the subs to be nested within their subcritpion / product