#kholis-Checkout
1 messages · Page 1 of 1 (latest)
Hi there id_bank_transfer is not a valid payment_method_type. What payment method do you want to specify in this checkout session?
i want to create checkout session, with bank_transfer method, is it possible?
Sure you should include customer_balance in the payment_method_types, you can find details here https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=checkout
fyi, currently my transaction use invoice only, with payment method id_bank_transfer.
Again id_bank_transfer is not a valid payment method type.
ok thanks, i will try this method first.