2
Webhook for Statuses on SCA
under review
JS
1) The problem → I get 'SCA' when a person's payment does not go through although they have become a member.
Once they have paid successfully they become active.
2) Why is this important → This is messing up my database of approving members in my mobile app.
3) What's your plan B → I can't find a good workaround.
4) Possible solutions we could build for you → A webhook separate webhook for a new SCA status and a way to handle members who's payment is under SCA and changes to Active once their payment goes through
Activity
Newest
Oldest
Duncan Hamra
under review
Under consideration as we rebuild webhooks for Memberstack 2.0
Duncan Hamra
Comment for dev team and general feedback:
I wonder if it would make sense to have webhooks for every status type in addition to "new member created." Or maybe we add a catch-all webhook called "new member failed" and return the reason why it failed?
Josh Lopez
@Duncan Hamra: I am thinking a webhook for payment status changed would be great to add. This would be fired if a payment is missed, went into sca, or any other things happen with the payment status. The info could be passed along so customers could filter things out and send emails if a payment is missed.