markin: As I have updated all legal_entity info in my managed account, still it show me this account is unverified, what's issue over here
praboud
I sincerely hope markin is not up at 4:40 on a saturday morning ;)
amit_
Can anyone answer my question?
praboud
amit_: does it still show those fields in fields_needed
amit_
nop
praboud
ok, that's good
how long has it been since you submitted the fields?
amit_
nearly 10 mins and I am using test mode
praboud
verification is async - a human potentially has to look at some of this stuff, so it may not take place immediately
also
although
if you're in test mode, I know verification just isn't done
iirc, there are some magic values for the various fields that you can provide to test the verified and not verified cases
did you provide real values for SSN or whatever, or were you using test values?
amit_
I am entered all test values including test bank account number and routing number
but I think if I use test account then I can enter all testing values
praboud
sure
amit_
what do you say?
praboud
if you look in the events page in the dashboard, do you see an account.updated hook?
amit_
nop
I can't see any account.updated in events, but I can see in logs page
praboud
so, right now, is the account[verification][status] pending or unverified?
wangerin joined the channel
HairAndBeardGuy joined the channel
amit_
I am using PHP API, and i got 'unverified' when print this : $account->legal_entity->verification['status']
TeddyMurray has quit
praboud
ah, you're right, I misremembered the field name
as you may have figured out, I'm not exactly an expert about connect
I'm happy to help debug with you, or you can wait until somebody that knows more about this comes online
HairAndBeardGuy_ joined the channel
amit_
Hello, can anyone know me how to delete my managed account from dashboard?
in test mode
praboud
amit_: managed accounts currently can't be deleted
mxbtty joined the channel
HairAndBeardGuy joined the channel
mxbtty has quit
dynmeth joined the channel
adefa joined the channel
adefa has quit
sandstrom joined the channel
koopajah joined the channel
sandstrom has quit
drale2k has quit
sandstrom joined the channel
HairAndBeardGuy_ joined the channel
taxen joined the channel
taxen
Hello everyone! I'm trying to use the Stripe gem for Rails, but ran into an issue straight away; there's no initializer generated for me after installing the gem. What to do?
hswolff joined the channel
dynmeth has quit
ffoeg
make: config/initializers/stripe.rb and put this in it:
dynmeth joined the channel
dynmeth has quit
Stripe.api_key = <YOUR KEY>
I use env vars so mine looks like this: Stripe.api_key = ENV['STRIPE_KEY']
It's up to date, but they're doing something different there
Which one is right?
@ffoeg thanks for the quick reply, btw
ffoeg
both are right. depends on how you want to go. mine is geared towards bigger deploys with lots of configuration and lots of envrionments. We moved away from yaml files and put it all in env vars. that said if you are just getting started in stripe that blog post is a gentler intro. it does show a correct initializer - you still have to create it yourself
look for "Your initializer file should be called stripe.rb and has to be located under config/initializers"
taxen
@ffoeg ok, cool. I just assumed rake would generate the file for me when installing the gem. Total RoR rookie here :)
ffoeg
some gems do that many dont
taxen
Oh wait, the Rails.configuration.stripe part - should that be in config/initializers/stripe.rb ?
praboud has quit
or should that file only contain the Stripe.api_key part?
Hi. I have created a manage Stripe Account and I have provided all the information specified in the "fields_needed" property.
When will that account become verified?
I am talking about a US acccount.
and the platform / my application is based on USA too.
koopajah
is this a test account?
StErMi joined the channel
pmatsinopoulos
@koopajah: No. production account
koopajah
pmatsinopoulos: then it means we haven't tried to verify yet, it's asynchronous, once you start taking live charges and doing transfers we might ask you for more details