#aeropuertomc_webhooks

1 messages ยท Page 1 of 1 (latest)

random stratusBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1479124697009619005

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

fallen jewel
keen pivot
#

i didnt find the docs for that webhook

#

so we already launched financial connectoins to production, but some accounts intially have no account numbers and those come in later

fallen jewel
#

got it, then listening for that webhook event should allow you to pick those up

keen pivot
#

i hven't seen this event when testing on the sandbox

#

is there a way i can trigger it

#

or a test financial account i can use that triggers it

#

?

fallen jewel
#

looking now. I'm seeing it referenced here but only in the case of testing tokenized account numbers

keen pivot
#

ok, will try it out. thanks

#

I'm still not getting the event

#

I tried adding invalid accounts with "pending number" and "missing number", also tried the tokenized ones, but in the sandbox i'm not getting the subsequent events

random stratusBOT
oblique cradle
#

Hi there ๐Ÿ‘‹ I'm jumping in as my teammate needs to step away soon. Bear with me one moment while I catch up here.

keen pivot
#

Ok I could produce the event. Here is what is coming:

[
  0 :  {
    "expected_expiry_date": 1772723757,
    "identifier_type": "tokenized_account_number",
    "status": "transactable",
    "supported_networks": [
      "ach"
    ]
  }
]
oblique cradle
#

Awesome, and to confirm (as I haven't tested this before and am learning alongside you) that's a financial_connections.account.account_numbers_updated Event?

keen pivot
#

The thing is that for accounts with a "pending" account number, I get:

account_numbers: null
#

And no event later