---
title: "Send event type example message"
method: POST
path: "/v1/simulate/event_subscriptions/{event_subscription_token}/send_example"
tags: ["Event"]
---

# Send event type example message

`POST /v1/simulate/event_subscriptions/{event_subscription_token}/send_example`

Send an example message for event.

## Path parameters

- `event_subscription_token` string, required

## Request body

- object
  - `event_type` 'account_holder_document.updated' | 'account_holder.created' | 'account_holder.updated' | 'account_holder.verification' | 'auth_rules.backtest_report.created' | 'balance.updated' | 'book_transfer_transaction.created' | 'book_transfer_transaction.updated' | 'card_authorization.challenge' | 'card_authorization.challenge_response' | 'card_transaction.enhanced_data.created' | 'card_transaction.enhanced_data.updated' | 'card_transaction.updated' | 'card.converted' | 'card.created' | 'card.reissued' | 'card.renewed' | 'card.shipped' | 'card.updated' | 'claim_document.accepted' | 'claim_document.rejected' | 'claim_document.uploaded' | 'claim.created' | 'claim.updated' | 'digital_wallet.tokenization_result' | 'digital_wallet.tokenization_two_factor_authentication_code' | 'digital_wallet.tokenization_two_factor_authentication_code_sent' | 'digital_wallet.tokenization_updated' | 'dispute_evidence.upload_failed' | 'dispute_transaction.created' | 'dispute_transaction.updated' | 'dispute.updated' | 'embed.session_generated' | 'embed.viewed' | 'external_bank_account.created' | 'external_bank_account.updated' | 'external_payment.created' | 'external_payment.updated' | 'financial_account.created' | 'financial_account.updated' | 'funding_event.created' | 'internal_transaction.created' | 'internal_transaction.updated' | 'loan_tape.created' | 'loan_tape.updated' | 'management_operation.created' | 'management_operation.updated' | 'network_total.created' | 'network_total.updated' | 'payment_transaction.created' | 'payment_transaction.updated' | 'settlement_report.updated' | 'statements.created' | 'three_ds_authentication.challenge' | 'three_ds_authentication.created' | 'three_ds_authentication.updated' | 'tokenization.approval_request' | 'tokenization.result' | 'tokenization.two_factor_authentication_code' | 'tokenization.two_factor_authentication_code_sent' | 'tokenization.updated' — The type of event that occurred. Possible values: - account_holder_document.updated: Occurs when an account holder's document upload status has been updated. - account_holder.created: Occurs when a new account_holder is created. - account_holder.updated: Occurs when an account_holder is updated. - account_holder.verification: Occurs when an asynchronous account_holder's verification is completed. - auth_rules.backtest_report.created: Auth Rules backtest report created. - balance.updated: Financial Account Balance Update - book_transfer_transaction.created: Occurs when a book transfer transaction is created. - book_transfer_transaction.updated: Occurs when a book transfer transaction is updated. - card_authorization.challenge: Occurs when an Out of Band challenge is issued during card authorization. The card program should issue its own challenge to the cardholder and then respond via [/v1/card_authorizations/{event_token}/challenge_response](https://docs.lithic.com/reference/respondtoauthorizationchallenge). - card_authorization.challenge_response: Occurs when a cardholder responds to a challenge during card authorization. - card_transaction.enhanced_data.created: Occurs when L2/L3 enhanced commercial data is processed for a transaction event. - card_transaction.enhanced_data.updated: Occurs when L2/L3 enhanced commercial data is reprocessed for a transaction event. - card_transaction.updated: Occurs when a card transaction happens. - card.converted: Occurs when a card is converted from virtual to physical cards. - card.created: Occurs when a new card is created. - card.reissued: Occurs when a card is reissued. - card.renewed: Occurs when a card is renewed. - card.shipped: Occurs when a card is shipped. - card.updated: Occurs when a card is updated. - claim_document.accepted: Occurs when a claim document passes validation and is accepted. - claim_document.rejected: Occurs when a claim document fails validation and is rejected. - claim_document.uploaded: Occurs when a claim document is uploaded and begins validation. - claim.created: Occurs when a dispute intake claim is created. - claim.updated: Occurs when a dispute intake claim is updated, such as a status change or a change to its outstanding requirements. - digital_wallet.tokenization_result: Occurs when a tokenization request succeeded or failed. This event will be deprecated in the future. We recommend using `tokenization.result` instead. - digital_wallet.tokenization_two_factor_authentication_code: Occurs when a tokenization request 2FA code is sent to the Lithic customer for self serve delivery. This event will be deprecated in the future. We recommend using `tokenization.two_factor_authentication_code` instead. - digital_wallet.tokenization_two_factor_authentication_code_sent: Occurs when a tokenization request 2FA code is sent to our downstream messaging providers for delivery. This event will be deprecated in the future. We recommend using `tokenization.two_factor_authentication_code_sent` instead. - digital_wallet.tokenization_updated: Occurs when a tokenization's status has changed. This event will be deprecated in the future. We recommend using `tokenization.updated` instead. - dispute_evidence.upload_failed: Occurs when an evidence upload fails for a dispute filed through the Chargebacks API (`/v1/disputes`). This event is not emitted for Managed Disputes. - dispute_transaction.created: Occurs when a new dispute transaction is created for a Managed Disputes case. - dispute_transaction.updated: Occurs when a dispute transaction for a Managed Disputes case is updated. - dispute.updated: Occurs when a dispute filed through the Chargebacks API (`/v1/disputes`) is created or updated. This event is not emitted for Managed Disputes. Use `dispute_transaction.created` and `dispute_transaction.updated` instead. - embed.session_generated: Occurs when a card embed session is successfully generated. - embed.viewed: Occurs when a card detail is successfully revealed through an embed. - external_bank_account.created: Occurs when an external bank account is created. - external_bank_account.updated: Occurs when an external bank account is updated. - external_payment.created: Occurs when an external payment is created. - external_payment.updated: Occurs when an external payment is updated. - financial_account.created: Occurs when a financial account is created. - financial_account.updated: Occurs when a financial account is updated. - funding_event.created: Occurs when a funding event is created. - internal_transaction.created: Occurs when an internal adjustment is created. - internal_transaction.updated: Occurs when an internal adjustment is updated. - loan_tape.created: Occurs when a loan tape is created. - loan_tape.updated: Occurs when a loan tape is updated. - management_operation.created: Occurs when an management operation is created. - management_operation.updated: Occurs when an management operation is updated. - network_total.created: Occurs when a network total is created. - network_total.updated: Occurs when a network total is updated. - payment_transaction.created: Occurs when a payment transaction is created. - payment_transaction.updated: Occurs when a payment transaction is updated. - settlement_report.updated: Occurs when a settlement report is created or updated. - statements.created: Occurs when a statement has been created. - three_ds_authentication.challenge: The `three_ds_authentication.challenge` event. Upon receiving this request, the Card Program should issue its own challenge to the cardholder. After a cardholder challenge is successfully completed, the Card Program needs to respond back to Lithic by call to [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/postthreedschallengeresponse). Then the cardholder must navigate back to the merchant checkout flow to complete the transaction. Some merchants will include an `app_requestor_url` for app-based purchases; Lithic recommends triggering a redirect to that URL after the cardholder completes an app-based challenge. - three_ds_authentication.created: Occurs when a 3DS authentication is created. - three_ds_authentication.updated: Occurs when a 3DS authentication is updated (eg. challenge is completed). - tokenization.approval_request: Occurs when a tokenization approval request is made. - tokenization.result: Occurs when a tokenization request succeeded or failed. - tokenization.two_factor_authentication_code: Occurs when a tokenization request 2FA code is sent to the Lithic customer for self serve delivery. - tokenization.two_factor_authentication_code_sent: Occurs when a tokenization request 2FA code is sent to our downstream messaging providers for delivery. - tokenization.updated: Occurs when a tokenization's status has changed.

## Response `202`

OK

## Other responses

- `400` — A parameter in the query given in the request does not match the valid queries for the endpoint.
- `401` — | | | |---|---| | User has not been authenticated | Invalid or missing API key | | API key is not active | The API key used is no longer active | | Could not find API key | The API key provided is not associated with any user | | Please provide API key in Authorization header | The Authorization header is not in the request | | Please provide API key in the form Authorization: [api-key] | The Authorization header is not formatted properly | | Insufficient privileges. Issuing API key required | Write access requires an Issuing API key. Reach out at [lithic.com/contact](https://lithic.com/contact) | | Insufficient privileges to create virtual cards. | Creating virtual cards requires an additional privilege | Reach out at [lithic.com/contact](https://lithic.com/contact) |
- `404` — The specified resource was not found.
- `422` — Unprocessable entity.
- `429` — Client has exceeded the number of allowed requests in a given time period. | | | |---|---| | Rate limited, too many requests per second | User has exceeded their per second rate limit | | Rate limited, reached daily limit | User has exceeded their daily rate limit | | Rate limited, too many keys tried | One IP has queried too many different API keys |

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/versions/53ab5d4e2adb/schema)
