We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ae80c commit 6107e65Copy full SHA for 6107e65
MangoPay/EventType.php
@@ -85,4 +85,8 @@ class EventType
85
const CardValidationCreated = "CARD_VALIDATION_CREATED";
86
const CardValidationFailed= "CARD_VALIDATION_FAILED";
87
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";
92
}
0 commit comments