Emitted when a new Violet Payout Account is created for a merchant.
Use this to track when a merchant has completed the first step in enabling payouts through your application.
The body of this webhook contains the latest PayoutAccount object, including embedded metadata from the connected payment provider account:
In addition to the JSON payload, the webhook request will include the X-Violet-Entity-External-Id header, which contains the payment provider account ID (e.g., the Stripe account ID like acct_1R42bVR9DNmFQUp2). This can be used to correlate events with your Stripe records.
Emitted when the KYC or onboarding requirements for a merchant’s payout account are updated.
This can happen after account creation, especially when Stripe (or another provider) requests additional information from the merchant.
The body of this webhook contains the latest PayoutAccount object, including embedded metadata from the connected payment provider account:
In addition to the JSON payload, the webhook request will include the X-Violet-Entity-External-Id header, which contains the payment provider account ID (e.g., the Stripe account ID like acct_1R42bVR9DNmFQUp2). This can be used to correlate events with your Stripe records.
Emitted when a Prism Payout Account is marked as the active payout account. Only one Payout Account can be marked as active at any given point in time.
The body of this webhook contains the latest PayoutAccount object, including embedded metadata from the connected payment provider account:
In addition to the JSON payload, the webhook request will include the X-Violet-Entity-External-Id header, which contains the payment provider account ID (e.g., the Stripe account ID like acct_1R42bVR9DNmFQUp2). This can be used to correlate events with your Stripe records.
In addition to the JSON payload, the webhook request will include the X-Violet-Entity-External-Id header, which contains the payment provider account ID (e.g., the Stripe account ID like acct_1R42bVR9DNmFQUp2). This can be used to correlate events with your Stripe records.
Emitted when a Prism Payout Account is deleted. Currently, accounts can only be deleted via API. Learn more here
Copy
Ask AI
{ "id": "123456"}
The id in any DELETE event is the unique Violet identifier of the entity that was deleted. For the MERCHANT_PAYOUT_ACCOUNT_DELETED event, this is the Prism Payout Account ID.