#rayrayy

1 messages · Page 1 of 1 (latest)

waxen badgerBOT
ruby tangle
#

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.

zealous fern
#

is there a way to do send_invoice only for bank transfer and

#

the rest automatic ?

ruby tangle
#

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 .

zealous fern
#

ALso for customer_balance pament method, there's no support for usd ?

ruby tangle
#

not at the moment unfortunately

zealous fern
#

hmm intresting havent seen this one you guys have so many features 😆

ruby tangle
#

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.

zealous fern
#

any idea where i can find the list of currencys supported by bank transfers

ruby tangle
zealous fern
#

ahh ofc lol

#

Thanks for the help mate