#ritzpar

1 messages · Page 1 of 1 (latest)

south lotusBOT
patent gust
#

👋

drowsy sparrow
#

hi

patent gust
#

Taking a look

drowsy sparrow
#

Sweet. Thanks

patent gust
#

Looks like you attempted that payment while the capabilities were still pending

#

Verification is async

#

If you try again now it should succeed

drowsy sparrow
#

Ok, do you know how long it takes for verification to complete? I'm using automated testing so all the calls are made rapidly.

patent gust
#

It varies but in test mode it is quite quick.

#

Really you should be mocking responses here for automated testing

#

And you should be listening for webhooks as well to know when the account is actually active

#

You want to listen for account.updated events to know when it transitions from pending --> active

drowsy sparrow
#

True. Is there a webhook event that I can use ?

#

oh .. ok

#

Got it. Thanks!

#

I'll re-write how I'm testing payment