Skip to content

Commit

Permalink
Merge pull request #374 from Mangopay/feature/add-virtual-account-web…
Browse files Browse the repository at this point in the history
…hooks

Add EventTypes [Choices] for Virtual Accounts
  • Loading branch information
iulian03 authored Nov 28, 2024
2 parents 39fc50b + 3fbc4d3 commit df84c01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mangopay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@
('UBO_DECLARATION_INCOMPLETE', 'ubo_declaration_incomplete', 'Ubo Declaration Incomplete'),
('USER_KYC_LIGHT', 'user_kyc_light', 'User Kyc Light'),

('VIRTUAL_ACCOUNT_ACTIVE', 'virtual_account_active', 'Virtual Account Active'),
('VIRTUAL_ACCOUNT_BLOCKED', 'virtual_account_blocked', 'Virtual Account Blocked'),
('VIRTUAL_ACCOUNT_CLOSED', 'virtual_account_closed', 'Virtual Account Closed'),
('VIRTUAL_ACCOUNT_FAILED', 'virtual_account_failed', 'Virtual Account Failed'),

('DEPOSIT_PREAUTHORIZATION_CREATED', 'deposit_preauthorization_created', 'Deposit Preauthorization Created'),
('DEPOSIT_PREAUTHORIZATION_FAILED', 'deposit_preauthorization_failed', 'Deposit Preauthorization Failed'),
('DEPOSIT_PREAUTHORIZATION_PAYMENT_WAITING', 'deposit_preauthorization_payment_waiting',
Expand Down

0 comments on commit df84c01

Please sign in to comment.