WP Membership Plugin (https://memberpress.com)
MemberPress is a WordPress paywall, membership, and LMS plugin.
- Actions you’d like to see:
Create Coupon, Creates a coupon with the given field values.
Create Member, Creates a Member with the given field values.
Create Membership, Creates a Membership with the given field values.
Create Subscription,
Create Transaction, Create a Transaction with the given field values.
Update Member, Updates an existing member with the given field values.
Update Transaction, Updates an existing transaction with the given field values.
Update Subscription, Updates an existing subscription with the given field values.
Update Membership, Updates an existing membership with the given field values.
Update Coupon, Updates an existing coupon with the given field values.
Search Member, Searches for an existing member by email or username.
Search Coupon, Searches for an existing coupon by code.
Search Membership, Searches for an existing membership by title.
Search Subscription, Searches for an existing subscription by subscription number.
Cancel Subscription, Cancels an existing subscription.
Expire Subscription, Expires an existing subscription.
Search Transaction, Searches for an existing transaction by number.
Delete Member, Deletes an existing member.
Delete Transaction, Deletes an existing transaction.
Delete Subscription, Deletes an existing subscription.
Delete Coupon, Deletes an existing coupon.
Delete Membership, Deletes an existing membership.
- Triggers you’d like to see:
New Member Added, Triggers when a new member registers but before their payment details are accepted.
Member Signup Completed, Triggers when a new member completes the signup and their payment is accepted.
Member Account Info Updated, Triggers when a member updates his/her account information.
Member Deleted, Triggers when a member is deleted from the system.
Member Logged In, Triggers when any member logs in.
Subscription Created, Triggers when a subscription is created.
Subscription Paused, Triggers when a subscription is paused.
Subscription Resumed, Triggers when a subscription is resumed.
Subscription Stopped, Triggers when a subscription is cancelled.
Subscription Upgraded to Non-Recurring, Triggers when a user upgrades their Subscription and the new Subscription is non-recurring (one-time payment).
Subscription Upgraded to Recurring, Triggers when a user upgrades their Subscription and the new Subscription is auto-recurring (payments happen automatically each payment cycle).
Subscription Downgraded to Non-Recurring, Triggers when a user downgrades their Subscription and the new Subscription is non-recurring (one-time payment).
Subscription Downgraded to Recurring, Triggers when a user downgrades their Subscription and the new Subscription is auto-recurring (payments happen automatically each payment cycle).
Subscription Expired, Triggers when a subscription expires.
Transaction Completed, Triggers when a transaction has completed on MemberPress.
Transaction Refunded, Triggers when any transaction is refunded.
Transaction Failed, Triggers when any transaction fails.
Transaction Expired, Triggers when any transaction expires.
Offline Payment Pending, Triggers when “Admin must manually complete transactions” option is enabled on an Offline Payment gateway, and a user has just completed a signup with an offline payment method.
Offline Payment Complete, Triggers when “Admin must manually complete transactions” option is enabled on an Offline Payment gateway, and an admin has manually marked a transaction as completed.
Offline Payment Refunded, Triggers when an Admin manually marks an offline transaction as refunded.
Recurring Transaction Completed, Triggers when a transaction associated with a recurring subscription completes.
Renewal Transaction Completed, Triggers when the 2nd+ transaction associated with a recurring subscription completes. This does not fire for the first transaction in a recurring subscription, only the 2nd or later payments will trigger this event.
Recurring Transaction Failed, Triggers when a recurring transaction fails. Because recurring transactions typically involve a 3rd party gateway it’s good to know when a payment has failed on the gateway’s end.
Recurring Transaction Expired, Triggers when any transaction associated with a subscription expires. This event will not indicate that a recurring subscription is expiring, just that a transaction associated with it is expiring. If you’re looking through a subscription expiration event, try ‘subscription-expired’.
Non-Recurring Transaction Completed, Triggers when a non-recurring transaction has completed on MemberPress.
Non-Recurring Transaction Expired, Triggers when any transaction not associated with a subscription expires.
After Member Registers, Triggers when any After Member Signup reminder fires.
After Signup Abandoned, Triggers when any After Member Signup Abandoned reminder fires.
Before Subscription Expires, Triggers when any Before Subscription Expires reminder fires.
After Subscription Expires, Triggers when any After Subscription Expires reminder fires.
Before Subscription Renews, Triggers when any Before Subscription Renews reminder fires.
After Credit Card Expires, Triggers when any After Credit Card Expires reminder fires.
Before Credit Card Expires, Triggers when any Before Credit Card Expires reminder fires.
Sub Account Added, Triggers when a sub account is added by the corporate account.
Sub Account Removed, Triggers when a sub account is removed by the corporate account.
Source: https://www.pabbly.com/connect/integrations/memberpress/
→