Create stripe webhooks using API
up vote
6
down vote
favorite
Is it possible to create webhook
in stripe account using API if we have client secret key
of destination account?
stripe-payments webhooks stripe-connect
add a comment |
up vote
6
down vote
favorite
Is it possible to create webhook
in stripe account using API if we have client secret key
of destination account?
stripe-payments webhooks stripe-connect
add a comment |
up vote
6
down vote
favorite
up vote
6
down vote
favorite
Is it possible to create webhook
in stripe account using API if we have client secret key
of destination account?
stripe-payments webhooks stripe-connect
Is it possible to create webhook
in stripe account using API if we have client secret key
of destination account?
stripe-payments webhooks stripe-connect
stripe-payments webhooks stripe-connect
edited Feb 21 '17 at 14:27
Travis Northcutt
16.5k83449
16.5k83449
asked Jan 24 '17 at 5:36
Vinay Patil
7510
7510
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
6
down vote
accepted
No, webhook endpoints can only be created, edited or removed via the dashboard, not via the API.
EDIT: This is no longer true. Webhook endpoints can now be managed via the API: https://stripe.com/docs/api/webhook_endpoints.
If you want to receive events emitted from accounts that are connected to your platform, you need to set up a Connect webhook endpoint on the platform's account, not add endpoints to each connected account. See the documentation here for more information.
4
that is a shame, for developers creating integration with stripe it would be much nicer if setup only requires configuring the api credentials and we had a way to setup needed web hooks automatically. instead we have to provide additional setup details beyond our control whether the user completes them, and if they don't complete the needed setup we won't know about success or failure of subscription renewal. I am building a re-useable membership paywall solution for example and this makes it more complicated to setup correctly.
– Joe Audette
Aug 5 at 13:00
@JoeAudette You can now create and manage webhook endpoints via the API! stripe.com/docs/api/webhook_endpoints
– Ywain
Nov 9 at 19:46
thanks for the update, that is good news!
– Joe Audette
Nov 9 at 20:26
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
No, webhook endpoints can only be created, edited or removed via the dashboard, not via the API.
EDIT: This is no longer true. Webhook endpoints can now be managed via the API: https://stripe.com/docs/api/webhook_endpoints.
If you want to receive events emitted from accounts that are connected to your platform, you need to set up a Connect webhook endpoint on the platform's account, not add endpoints to each connected account. See the documentation here for more information.
4
that is a shame, for developers creating integration with stripe it would be much nicer if setup only requires configuring the api credentials and we had a way to setup needed web hooks automatically. instead we have to provide additional setup details beyond our control whether the user completes them, and if they don't complete the needed setup we won't know about success or failure of subscription renewal. I am building a re-useable membership paywall solution for example and this makes it more complicated to setup correctly.
– Joe Audette
Aug 5 at 13:00
@JoeAudette You can now create and manage webhook endpoints via the API! stripe.com/docs/api/webhook_endpoints
– Ywain
Nov 9 at 19:46
thanks for the update, that is good news!
– Joe Audette
Nov 9 at 20:26
add a comment |
up vote
6
down vote
accepted
No, webhook endpoints can only be created, edited or removed via the dashboard, not via the API.
EDIT: This is no longer true. Webhook endpoints can now be managed via the API: https://stripe.com/docs/api/webhook_endpoints.
If you want to receive events emitted from accounts that are connected to your platform, you need to set up a Connect webhook endpoint on the platform's account, not add endpoints to each connected account. See the documentation here for more information.
4
that is a shame, for developers creating integration with stripe it would be much nicer if setup only requires configuring the api credentials and we had a way to setup needed web hooks automatically. instead we have to provide additional setup details beyond our control whether the user completes them, and if they don't complete the needed setup we won't know about success or failure of subscription renewal. I am building a re-useable membership paywall solution for example and this makes it more complicated to setup correctly.
– Joe Audette
Aug 5 at 13:00
@JoeAudette You can now create and manage webhook endpoints via the API! stripe.com/docs/api/webhook_endpoints
– Ywain
Nov 9 at 19:46
thanks for the update, that is good news!
– Joe Audette
Nov 9 at 20:26
add a comment |
up vote
6
down vote
accepted
up vote
6
down vote
accepted
No, webhook endpoints can only be created, edited or removed via the dashboard, not via the API.
EDIT: This is no longer true. Webhook endpoints can now be managed via the API: https://stripe.com/docs/api/webhook_endpoints.
If you want to receive events emitted from accounts that are connected to your platform, you need to set up a Connect webhook endpoint on the platform's account, not add endpoints to each connected account. See the documentation here for more information.
No, webhook endpoints can only be created, edited or removed via the dashboard, not via the API.
EDIT: This is no longer true. Webhook endpoints can now be managed via the API: https://stripe.com/docs/api/webhook_endpoints.
If you want to receive events emitted from accounts that are connected to your platform, you need to set up a Connect webhook endpoint on the platform's account, not add endpoints to each connected account. See the documentation here for more information.
edited Nov 9 at 19:45
answered Jan 24 '17 at 9:13
Ywain
9,94711537
9,94711537
4
that is a shame, for developers creating integration with stripe it would be much nicer if setup only requires configuring the api credentials and we had a way to setup needed web hooks automatically. instead we have to provide additional setup details beyond our control whether the user completes them, and if they don't complete the needed setup we won't know about success or failure of subscription renewal. I am building a re-useable membership paywall solution for example and this makes it more complicated to setup correctly.
– Joe Audette
Aug 5 at 13:00
@JoeAudette You can now create and manage webhook endpoints via the API! stripe.com/docs/api/webhook_endpoints
– Ywain
Nov 9 at 19:46
thanks for the update, that is good news!
– Joe Audette
Nov 9 at 20:26
add a comment |
4
that is a shame, for developers creating integration with stripe it would be much nicer if setup only requires configuring the api credentials and we had a way to setup needed web hooks automatically. instead we have to provide additional setup details beyond our control whether the user completes them, and if they don't complete the needed setup we won't know about success or failure of subscription renewal. I am building a re-useable membership paywall solution for example and this makes it more complicated to setup correctly.
– Joe Audette
Aug 5 at 13:00
@JoeAudette You can now create and manage webhook endpoints via the API! stripe.com/docs/api/webhook_endpoints
– Ywain
Nov 9 at 19:46
thanks for the update, that is good news!
– Joe Audette
Nov 9 at 20:26
4
4
that is a shame, for developers creating integration with stripe it would be much nicer if setup only requires configuring the api credentials and we had a way to setup needed web hooks automatically. instead we have to provide additional setup details beyond our control whether the user completes them, and if they don't complete the needed setup we won't know about success or failure of subscription renewal. I am building a re-useable membership paywall solution for example and this makes it more complicated to setup correctly.
– Joe Audette
Aug 5 at 13:00
that is a shame, for developers creating integration with stripe it would be much nicer if setup only requires configuring the api credentials and we had a way to setup needed web hooks automatically. instead we have to provide additional setup details beyond our control whether the user completes them, and if they don't complete the needed setup we won't know about success or failure of subscription renewal. I am building a re-useable membership paywall solution for example and this makes it more complicated to setup correctly.
– Joe Audette
Aug 5 at 13:00
@JoeAudette You can now create and manage webhook endpoints via the API! stripe.com/docs/api/webhook_endpoints
– Ywain
Nov 9 at 19:46
@JoeAudette You can now create and manage webhook endpoints via the API! stripe.com/docs/api/webhook_endpoints
– Ywain
Nov 9 at 19:46
thanks for the update, that is good news!
– Joe Audette
Nov 9 at 20:26
thanks for the update, that is good news!
– Joe Audette
Nov 9 at 20:26
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f41820731%2fcreate-stripe-webhooks-using-api%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown