Skip to content

Commit

Permalink
Add BKM_EXPRESS_PAYMENT_NOTIFICATION webhook event type
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Oct 9, 2024
1 parent 75b0965 commit daa00b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/craftgate/model/WebhookEventType.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ public enum WebhookEventType {
WALLET_CREATED,
WALLET_TX_CREATED,
BNPL_NOTIFICATION,
BANK_ACCOUNT_TRACKING_RECORD
BANK_ACCOUNT_TRACKING_RECORD,
BKM_EXPRESS_PAYMENT_NOTIFICATION
}

0 comments on commit daa00b0

Please sign in to comment.