What's the correct webhook for Stripe 5.2 extension?
I can't find any documentation for the latest Stripe 5.2 extension and I've setup the webhook as 'https://www.example.com/civicrm/payment/ipn/1' - I have setup Stripe as the only payment processor hence the '1' at the end. Is this correct?
Using Civi 5.7.3 and Drupl 7.61
drupal stripe
add a comment |
I can't find any documentation for the latest Stripe 5.2 extension and I've setup the webhook as 'https://www.example.com/civicrm/payment/ipn/1' - I have setup Stripe as the only payment processor hence the '1' at the end. Is this correct?
Using Civi 5.7.3 and Drupl 7.61
drupal stripe
When you click the edit link to edit the payment processor at /civicrm/admin/paymentProcessor, look at the url and one of the parameters in it is "id=". What's the number after the equals sign? That's the id.
– Demerit
Feb 1 at 12:50
ipn is set to 1 but it's working now - the problem was (oddly) didn't work in Chrome but worked in Firefox.
– Andy Clark
Feb 1 at 12:51
add a comment |
I can't find any documentation for the latest Stripe 5.2 extension and I've setup the webhook as 'https://www.example.com/civicrm/payment/ipn/1' - I have setup Stripe as the only payment processor hence the '1' at the end. Is this correct?
Using Civi 5.7.3 and Drupl 7.61
drupal stripe
I can't find any documentation for the latest Stripe 5.2 extension and I've setup the webhook as 'https://www.example.com/civicrm/payment/ipn/1' - I have setup Stripe as the only payment processor hence the '1' at the end. Is this correct?
Using Civi 5.7.3 and Drupl 7.61
drupal stripe
drupal stripe
asked Feb 1 at 12:12
Andy ClarkAndy Clark
2,010712
2,010712
When you click the edit link to edit the payment processor at /civicrm/admin/paymentProcessor, look at the url and one of the parameters in it is "id=". What's the number after the equals sign? That's the id.
– Demerit
Feb 1 at 12:50
ipn is set to 1 but it's working now - the problem was (oddly) didn't work in Chrome but worked in Firefox.
– Andy Clark
Feb 1 at 12:51
add a comment |
When you click the edit link to edit the payment processor at /civicrm/admin/paymentProcessor, look at the url and one of the parameters in it is "id=". What's the number after the equals sign? That's the id.
– Demerit
Feb 1 at 12:50
ipn is set to 1 but it's working now - the problem was (oddly) didn't work in Chrome but worked in Firefox.
– Andy Clark
Feb 1 at 12:51
When you click the edit link to edit the payment processor at /civicrm/admin/paymentProcessor, look at the url and one of the parameters in it is "id=". What's the number after the equals sign? That's the id.
– Demerit
Feb 1 at 12:50
When you click the edit link to edit the payment processor at /civicrm/admin/paymentProcessor, look at the url and one of the parameters in it is "id=". What's the number after the equals sign? That's the id.
– Demerit
Feb 1 at 12:50
ipn is set to 1 but it's working now - the problem was (oddly) didn't work in Chrome but worked in Firefox.
– Andy Clark
Feb 1 at 12:51
ipn is set to 1 but it's working now - the problem was (oddly) didn't work in Chrome but worked in Firefox.
– Andy Clark
Feb 1 at 12:51
add a comment |
1 Answer
1
active
oldest
votes
Yes, The new webhook url should be https://www.example.com/civicrm/payment/ipn/1 where 1 is the payment processor ID.
Cheers
Pradeep
Thanks, that's what I've set it to but it's not working - just sits there. Do you know if you have to start with a test submission first with Stripe? I'm trying with a live submission. Andy
– Andy Clark
Feb 1 at 12:41
I am still using this format example.org/?page=CiviCRM&q=civicrm/payment/ipn/xx and it seems to still work. Can we get the docs updated?
– Andy Burns
Feb 1 at 15:10
@AndyClark can you make sure the ID i.e 1 you are using is correct and belong to right payment processor ID?
– Pradeep Nayak
Feb 1 at 15:36
Yes, the id is correct and now working. The problem was that for some reason Chrome wasn't showing the confirmation screen, but Firefox did. So not a Stripe extension problem at all. But the docs link for Stripe 5.2 extension in github isn't working so hard to find accurate info for an extension that has changed recently
– Andy Clark
Feb 1 at 15:45
So can we mark this as Answered so that it can be helpful for other users?
– Pradeep Nayak
Feb 1 at 15:57
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "605"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2fcivicrm.stackexchange.com%2fquestions%2f28305%2fwhats-the-correct-webhook-for-stripe-5-2-extension%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, The new webhook url should be https://www.example.com/civicrm/payment/ipn/1 where 1 is the payment processor ID.
Cheers
Pradeep
Thanks, that's what I've set it to but it's not working - just sits there. Do you know if you have to start with a test submission first with Stripe? I'm trying with a live submission. Andy
– Andy Clark
Feb 1 at 12:41
I am still using this format example.org/?page=CiviCRM&q=civicrm/payment/ipn/xx and it seems to still work. Can we get the docs updated?
– Andy Burns
Feb 1 at 15:10
@AndyClark can you make sure the ID i.e 1 you are using is correct and belong to right payment processor ID?
– Pradeep Nayak
Feb 1 at 15:36
Yes, the id is correct and now working. The problem was that for some reason Chrome wasn't showing the confirmation screen, but Firefox did. So not a Stripe extension problem at all. But the docs link for Stripe 5.2 extension in github isn't working so hard to find accurate info for an extension that has changed recently
– Andy Clark
Feb 1 at 15:45
So can we mark this as Answered so that it can be helpful for other users?
– Pradeep Nayak
Feb 1 at 15:57
add a comment |
Yes, The new webhook url should be https://www.example.com/civicrm/payment/ipn/1 where 1 is the payment processor ID.
Cheers
Pradeep
Thanks, that's what I've set it to but it's not working - just sits there. Do you know if you have to start with a test submission first with Stripe? I'm trying with a live submission. Andy
– Andy Clark
Feb 1 at 12:41
I am still using this format example.org/?page=CiviCRM&q=civicrm/payment/ipn/xx and it seems to still work. Can we get the docs updated?
– Andy Burns
Feb 1 at 15:10
@AndyClark can you make sure the ID i.e 1 you are using is correct and belong to right payment processor ID?
– Pradeep Nayak
Feb 1 at 15:36
Yes, the id is correct and now working. The problem was that for some reason Chrome wasn't showing the confirmation screen, but Firefox did. So not a Stripe extension problem at all. But the docs link for Stripe 5.2 extension in github isn't working so hard to find accurate info for an extension that has changed recently
– Andy Clark
Feb 1 at 15:45
So can we mark this as Answered so that it can be helpful for other users?
– Pradeep Nayak
Feb 1 at 15:57
add a comment |
Yes, The new webhook url should be https://www.example.com/civicrm/payment/ipn/1 where 1 is the payment processor ID.
Cheers
Pradeep
Yes, The new webhook url should be https://www.example.com/civicrm/payment/ipn/1 where 1 is the payment processor ID.
Cheers
Pradeep
answered Feb 1 at 12:35


Pradeep NayakPradeep Nayak
11.8k1622
11.8k1622
Thanks, that's what I've set it to but it's not working - just sits there. Do you know if you have to start with a test submission first with Stripe? I'm trying with a live submission. Andy
– Andy Clark
Feb 1 at 12:41
I am still using this format example.org/?page=CiviCRM&q=civicrm/payment/ipn/xx and it seems to still work. Can we get the docs updated?
– Andy Burns
Feb 1 at 15:10
@AndyClark can you make sure the ID i.e 1 you are using is correct and belong to right payment processor ID?
– Pradeep Nayak
Feb 1 at 15:36
Yes, the id is correct and now working. The problem was that for some reason Chrome wasn't showing the confirmation screen, but Firefox did. So not a Stripe extension problem at all. But the docs link for Stripe 5.2 extension in github isn't working so hard to find accurate info for an extension that has changed recently
– Andy Clark
Feb 1 at 15:45
So can we mark this as Answered so that it can be helpful for other users?
– Pradeep Nayak
Feb 1 at 15:57
add a comment |
Thanks, that's what I've set it to but it's not working - just sits there. Do you know if you have to start with a test submission first with Stripe? I'm trying with a live submission. Andy
– Andy Clark
Feb 1 at 12:41
I am still using this format example.org/?page=CiviCRM&q=civicrm/payment/ipn/xx and it seems to still work. Can we get the docs updated?
– Andy Burns
Feb 1 at 15:10
@AndyClark can you make sure the ID i.e 1 you are using is correct and belong to right payment processor ID?
– Pradeep Nayak
Feb 1 at 15:36
Yes, the id is correct and now working. The problem was that for some reason Chrome wasn't showing the confirmation screen, but Firefox did. So not a Stripe extension problem at all. But the docs link for Stripe 5.2 extension in github isn't working so hard to find accurate info for an extension that has changed recently
– Andy Clark
Feb 1 at 15:45
So can we mark this as Answered so that it can be helpful for other users?
– Pradeep Nayak
Feb 1 at 15:57
Thanks, that's what I've set it to but it's not working - just sits there. Do you know if you have to start with a test submission first with Stripe? I'm trying with a live submission. Andy
– Andy Clark
Feb 1 at 12:41
Thanks, that's what I've set it to but it's not working - just sits there. Do you know if you have to start with a test submission first with Stripe? I'm trying with a live submission. Andy
– Andy Clark
Feb 1 at 12:41
I am still using this format example.org/?page=CiviCRM&q=civicrm/payment/ipn/xx and it seems to still work. Can we get the docs updated?
– Andy Burns
Feb 1 at 15:10
I am still using this format example.org/?page=CiviCRM&q=civicrm/payment/ipn/xx and it seems to still work. Can we get the docs updated?
– Andy Burns
Feb 1 at 15:10
@AndyClark can you make sure the ID i.e 1 you are using is correct and belong to right payment processor ID?
– Pradeep Nayak
Feb 1 at 15:36
@AndyClark can you make sure the ID i.e 1 you are using is correct and belong to right payment processor ID?
– Pradeep Nayak
Feb 1 at 15:36
Yes, the id is correct and now working. The problem was that for some reason Chrome wasn't showing the confirmation screen, but Firefox did. So not a Stripe extension problem at all. But the docs link for Stripe 5.2 extension in github isn't working so hard to find accurate info for an extension that has changed recently
– Andy Clark
Feb 1 at 15:45
Yes, the id is correct and now working. The problem was that for some reason Chrome wasn't showing the confirmation screen, but Firefox did. So not a Stripe extension problem at all. But the docs link for Stripe 5.2 extension in github isn't working so hard to find accurate info for an extension that has changed recently
– Andy Clark
Feb 1 at 15:45
So can we mark this as Answered so that it can be helpful for other users?
– Pradeep Nayak
Feb 1 at 15:57
So can we mark this as Answered so that it can be helpful for other users?
– Pradeep Nayak
Feb 1 at 15:57
add a comment |
Thanks for contributing an answer to CiviCRM Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2fcivicrm.stackexchange.com%2fquestions%2f28305%2fwhats-the-correct-webhook-for-stripe-5-2-extension%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
When you click the edit link to edit the payment processor at /civicrm/admin/paymentProcessor, look at the url and one of the parameters in it is "id=". What's the number after the equals sign? That's the id.
– Demerit
Feb 1 at 12:50
ipn is set to 1 but it's working now - the problem was (oddly) didn't work in Chrome but worked in Firefox.
– Andy Clark
Feb 1 at 12:51