Financial Account Verification Status Update

account.verification-status-updated

This event occurs when a Financial Account’s verification status is updated.

Payload Object

id

string (UUID)

Event ID.

type

string

Event type. Value is account.verification-status-updated.

createdAt

string (date-time)

Date and time the event occurred.

data

object

Data related to the event.

businessAccountId

string (UUID)

ID of the Business Account.

holderId

string (UUID)

Account holder ID.

holderType

string, enum values: BENEFICIARY, BUSINESS, BUSINESS_CUSTOMER, BUSINESS_CUSTOMER

Account holder type.

verificationStatus

string enum, values: UNVERIFIED, PROCESSING, APPROVED, DECLINED, RESTRICTED, REVIEW

Verification status of the Financial Account.

Sample Payload Object

				
					{
  "id": "04868fbc-227c-40f1-81b1-5c2dc855923b",
  "type": "account.verification-status-updated",
  "createdAt": "2025-04-10T21:10:53.857Z",
  "data": {
    "businessAccountId": "0f76d6c5-d25b-45e0-82d4-89497baca9f1",
    "holderId": "8b8a9328-7e74-46c2-ad81-84042f3942cd",
    "holderType": "INDIVIDUAL_CUSTOMER",
    "verificationStatus": "UNVERIFIED"
  }
}
				
			
Exit mobile version