Skip to content

Commit

Permalink
Merge pull request #424 from Mangopay/feature/add-virtual-account-eve…
Browse files Browse the repository at this point in the history
…nt-types

Add EventTypes for Virtual Accounts
  • Loading branch information
iulian03 authored Nov 28, 2024
2 parents 92de1d0 + 96f02a7 commit d0d72d2
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 d0d72d2

Please sign in to comment.