Account status updated

Sent when an account changes status (e.g. PROVISIONINGACTIVE, ACTIVESUSPENDED, CLOSED, REJECTED). No notification is sent when the status does not change. Set the destination URL using status_callback_url when creating the account. The body is identical to the Get Account Details response.

Payload
integer
required

Account ID

date-time

Creation date of the account

date-time

Last update date of the account

string
enum
Defaults to ACTIVE

Current lifecycle status of the account.

Allowed:
string

Account label

string

Idempotency key for the account creation, it can also be used as an external identifier

string
required

Name of the bank where the account is held

integer

Company ID associated with the account

string
enum
required

Currency of the account

string
enum
required

Country of the account

string

Account number

boolean
Defaults to true

Indicates if the account is enabled or not. Disabled accounts will not be able to perform any operations until they are enabled again.

string

Type of the account

string

Document number of the account holder

string

Document type of the account holder

Fiat Funding | Crypto Funding

Funding instructions for the account, if applicable

balance_details
object

Balance details of the account

boolean
Defaults to false

Indicates if the account is a virtual account

string

Webhook URL for movement notifications

string

Callback URL for account-level events

products
array of objects
Defaults to []

List of products associated with the account

Products
Allowed:
string

UUID of the Account Owner linked to this account

Response
200

Any 2xx response is treated as a successful acknowledgement. Infinia will retry delivery on non-2xx responses.

LoadingLoading…