#msucorey - topups

1 messages ยท Page 1 of 1 (latest)

dry surge
#

Hi ๐Ÿ‘‹

umbral copper
#

'Top-up creation is not supported for country US and currency UAH.' - from Rails Stripe gem

#

hello!

#

thought UAH was supported? been combing through docs and advisories

#

anyway, it's on the list that DroneBase wants to support

dry surge
#

Do you have a request ID?

umbral copper
#

one second...will see if I can pull up

#

ah...so...I mischaracterized the issue

#

it's not just UAH, but every other currency as well (Rollbar reporting grouped all the errors together)

#

hmmm....maybe you can't create more than one topup obect per account?

#

or currency must match account?

#

I may need to pore through the docs some more

dry surge
#

The currency must match the settlement currency for that account AFAIK

umbral copper
#

ah ok maybe that's the issue

#

essentially we're trying to create multiple topups (one for each currency) for a single US account

dry surge
#

But do those Stripe Accounts have external Bank Accounts for those currencies?

umbral copper
#

don't thinks so, no...just the user getting paid

#

so we're investigating possible casing issue now

#

looks like we're sending uppercase, API wants downcase...ie. 'uah'

tawdry hollow
#

๐Ÿ‘‹ stepping in here as Snufkin needs to step away. Let me know if there is any outstanding question I can help with?

umbral copper
#

will do! thanks

umbral copper
#

weird because otherwise docs make it seem currency agnostic - you create topup objects where a currency must be specified

#

error message 'Top-up creation is not supported for country US and currency UAH.' make it seem like it's not just a US issue