We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
webhook not created or edited
$webhookID='webhookid'; $accountID='account id'; $webHookProcessUrl='http://workingapp.com/index.php/razorpay/status/846db8b2598bd3db9f3285db17711e26'; $webhookSupportedEvents=array('payment.captured','order.paid','payment_link.paid'); $webHookSecretPost='07e7caf67b4142f44b09c7cc4fd9386f'; Create Webhook ================= $api->account->fetch($accountID)->webhooks()->create(array( "url" => $webHookProcessUrl, "secret" => $webHookSecretPost, "events" => $webhookSupportedEvents )); For edit Webhook code ================ $api->account->fetch($transferAccountID)->webhooks()->edit($webhookID, array("url" => $webHookProcessUrl,"events" => $webhookSupportedEvents));
8.2
2.9.0
No response
The text was updated successfully, but these errors were encountered:
@kirankumarmitnas where did you find the webhook create api ? documentation can you please mention the link
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce the behavior
Expected behavior
webhook not created or edited
Actual behavior
webhook not created or edited
Code snippets
Php version
8.2
Library version
2.9.0
Additional Information
No response
The text was updated successfully, but these errors were encountered: