#nebulon - sepa

1 messages · Page 1 of 1 (latest)

cunning niche
#

Can you share an example failing request?

dusty perch
#

how would I setup a subscription in that case?

#

the subscription has a plan with pricing in USD

#

I don't have a standalone working example outside the node app

#

essentially we have one pricing (which is in USD) for simplicity for all customers, but then some want to use SEPA since they can't use a credit card

cunning niche
#

You would need to set up a price in eur for that, then

dusty perch
#

that is sad, since then I have to deal with currency conversion myself, while for credit cards this is automatic

#

ah one more question here then, since this was an issue in the past, if a customer was charged in one currency, it was not possible to charge in another with a different subscription. Is this still the case?

#

by customer, I mean a stripe customer object

cunning niche
#

SEPA only supports Euro payments, so it's necessary to provide that information to indicate how much should be charged. (Direct currency conversion at current exchange rate is not always the price you'd want to use)

dusty perch
#

ok, well this is what we use for years now just through credit cards, but looks like it can't be done through sepa then

#

not ideal, since then we have to deal with currency conversion on our invoicing/accounting side of things

#

do you know if google pay and apple pay support charging in USD for european companies?

cunning niche
dusty perch
#

ok good to know, so we have to work around this on our side then. Thanks

cunning niche
#

Apple and Google pay function as cards, and should have the same behaviour

#

ie, you can present other currencies which will settle according to your account configuration

dusty perch
#

then I guess I will try to integrate those instead, to cover more users