Skip to content

Commit

Permalink
Add EventTypes for Virtual Accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxmattei committed Nov 27, 2024
1 parent 92de1d0 commit 96f02a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion typings/models/event.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ export namespace event {
| "DEPOSIT_PREAUTHORIZATION_PAYMENT_VALIDATED"
| "CARD_VALIDATION_CREATED"
| "CARD_VALIDATION_SUCCEEDED"
| "CARD_VALIDATION_FAILED";
| "CARD_VALIDATION_FAILED"
| "VIRTUAL_ACCOUNT_ACTIVE"
| "VIRTUAL_ACCOUNT_BLOCKED"
| "VIRTUAL_ACCOUNT_CLOSED"
| "VIRTUAL_ACCOUNT_FAILED";

interface EventData {
/**
Expand Down

0 comments on commit 96f02a7

Please sign in to comment.