#rayrayy
1 messages · Page 1 of 1 (latest)
hi! bank transfers are inherently only possible for collection_method:send_invoice subscriptions /invoices, since it's a payment method based on the customer being shown a bank account number(on the invoice) and then transferring funds to it from their bank; not automatically charging a saved payment method like a saved card.
you control the collection_method when creating the subscription. So you can control it that way at least, your logic can say to create certain subscriptions for certain customers with different sets of payment methods and collection_method .
ALso for customer_balance pament method, there's no support for usd ?
not at the moment unfortunately
we have this older payment method https://stripe.com/docs/sources/ach-credit-transfer for ACH transfers, but I believe that at some point we want to support that on the newer 'bank transfer' APIs like the other ones, it just hasn't happened yet
hmm intresting havent seen this one you guys have so many features 😆
yep, but in fairness this one is something I wouldn't draw attention to since it's semi-deprecated. This area (payment via bank transfers) is in an awkward position right now. For context most existing US users would be using that legacy ACH integration and we didn't have great global support for other transfers, just various betas. The new APIs/docs you're looking at are a new thing launched to pull all those non-US transfers together and launch them publicly. But US ACH isn't included yet. So it's an awkward position.
any idea where i can find the list of currencys supported by bank transfers
it's intutive really, based on the type of the transfer (https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=api&country=eu#web-create-and-confirm-payment-intent) e.g eu_bank_transfer only supports euro, gb_bank_transfer only supports gbp