Close
logointerlace
Talk with us >

Webhook Account Application Created

Event

account.application.created

Explanation

FinTechs can use the Account Application Created webhook to ensure the process for application creation has successfully completed.

When it occurs

This Webhook fires when an account application is created.

Payload

.

{
"accountId": "12345",
"status": "created",
"createdAt": "2024-10-01T12:00:00Z",
"owner": {
"name": "John Doe",
"email": "john.doe@example.com"
}
}
Previous
Webhook Events