Skip to content

Commit 6107e65

Browse files
committed
Add EventTypes for Virtual Accounts
1 parent b2ae80c commit 6107e65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MangoPay/EventType.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,8 @@ class EventType
8585
const CardValidationCreated = "CARD_VALIDATION_CREATED";
8686
const CardValidationFailed= "CARD_VALIDATION_FAILED";
8787
const CardValidationSucceeded = "CARD_VALIDATION_SUCCEEDED";
88+
const VirtualAccountActive = "VIRTUAL_ACCOUNT_ACTIVE";
89+
const VirtualAccountBlocked = "VIRTUAL_ACCOUNT_BLOCKED";
90+
const VirtualAccountClosed = "VIRTUAL_ACCOUNT_CLOSED";
91+
const VirtualAccountFailed = "VIRTUAL_ACCOUNT_FAILED";
8892
}

0 commit comments

Comments
 (0)