Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle webhook events #72

Merged
merged 1 commit into from
Oct 17, 2024
Merged

handle webhook events #72

merged 1 commit into from
Oct 17, 2024

Conversation

mrudulvajpayee4935
Copy link
Contributor

Description

Handle all events sent from Juspay. Consume required webhooks and return 200 status for rest
Consume only : [
"ORDER_UPDATED",
"ORDER_SUCCEEDED",
"ORDER_FAILED",
"ORDER_AUTHORIZED",
"ORDER_REFUNDED",
"ORDER_REFUND_FAILED",
"ORDER_PARTIAL_CHARGED",
"ORDER_VOIDED",
"ORDER_VOID_FAILED",
"ORDER_CAPTURE_FAILED",
"ORDER_COD_INITIATED",
"AUTO_REFUND_SUCCEEDED",
"AUTO_REFUND_FAILED",
"AUTO_REFUND_INITIATED",
]

@mrudulvajpayee4935 mrudulvajpayee4935 merged commit 2dc0750 into main Oct 17, 2024
2 checks passed
@mrudulvajpayee4935 mrudulvajpayee4935 added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant