Skip to content

Commit

Permalink
adds new event types (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterSlave authored Nov 23, 2023
1 parent 6e280de commit 7895d97
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/java/io/craftgate/model/WebhookEventType.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ public enum WebhookEventType {
API_AUTH,
API_VERIFY_AND_AUTH,
CHECKOUTFORM_AUTH,
THREEDS_VERIFY;
THREEDS_VERIFY,
REFUND,
REFUND_TX,
PAYOUT_COMPLETED,
AUTOPILOT,
WALLET_CREATED,
WALLET_TX_CREATED,
BNPL_NOTIFICATION
}

0 comments on commit 7895d97

Please sign in to comment.