#simolem-subscription-sepact
1 messages · Page 1 of 1 (latest)
hey @rotund isle
Hello 👋
Not sure I completely understand your usecase here.
Would you mind elaborating/share an example of how this would work?
basically there is a client
I want to accept wire transfer for this client
and I don't know how to do without cancelling hteir current subscription
Thinking but off the top of my head, I believe bank transfers should work
https://stripe.com/docs/payments/bank-transfers
You can enable bank transfers and update the subscription to collection_method: send_invoice 🤔
(Not sure as I've not tested this personally)
Hey apologies, just getting to this thread and catching up.
Are you running in to issues testing this in test mode?
nop,
running in production
The main issues are:
We can only add a SEPA payment method for prices in EUR
It seems like we can’t mix EUR and USD prices for a given customer
Yes, that is a current restriction that customers can only work with one currency. To do multiple you will need two customer objects