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 b2ae80c commit 6107e65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MangoPay/EventType.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ class EventType
const CardValidationCreated = "CARD_VALIDATION_CREATED";
const CardValidationFailed= "CARD_VALIDATION_FAILED";
const CardValidationSucceeded = "CARD_VALIDATION_SUCCEEDED";
const VirtualAccountActive = "VIRTUAL_ACCOUNT_ACTIVE";
const VirtualAccountBlocked = "VIRTUAL_ACCOUNT_BLOCKED";
const VirtualAccountClosed = "VIRTUAL_ACCOUNT_CLOSED";
const VirtualAccountFailed = "VIRTUAL_ACCOUNT_FAILED";
}

0 comments on commit 6107e65

Please sign in to comment.