Title: payment redirection
Last modified: February 28, 2022

---

# payment redirection

 *  Resolved [Fred17](https://wordpress.org/support/users/f14m07/)
 * (@f14m07)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/payment-redirection/)
 * Hi Franky,
    I had set up EME to automatically redirect to the payment page after
   a membership or reservation. It works fine for a membership but I have a problem
   with bookings since mid-January it seems. You have to select the payment methods
   in the RSVP tab of an event as it is not selected by default. Is there any way
   for events to make a default payment selection? Whether the event is created 
   in the admin interface or EMEFS? Frédéric
 * PS: I had not noticed this change because our activities are very low in winter

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Fred17](https://wordpress.org/support/users/f14m07/)
 * (@f14m07)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/payment-redirection/#post-15412318)
 * I tested this solution in the functions.php:
 *     ```
       function my_emefs_event_insert_filter($event){
               $event['event_properties']['use_stripe'] = 1;
           return $event;
       }
       add_filter('emefs_event_insert_filter','my_emefs_event_insert_filter');
       add_filter('eme_event_insert_filter','my_emefs_event_insert_filter');
       ```
   
 * It’s ok for the scheduled events with EMEFS but not in the backend
 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/payment-redirection/#post-15412894)
 * Well, I did remove the automatic selection of payment methods for new events,
   since it was not configured correctly for all payment methods (and I even forgot
   some methods …). And even more: some people just didn’t want all activated payment
   methods for all events.
    I’ll think about adding an option to select the payment
   methods by default. Next to that, the filter above works but for eme it is “eme_insert_event_filter”
   not “eme_event_insert_filter”. But I do see the confusion with EMEFS here 🙂
 *  Thread Starter [Fred17](https://wordpress.org/support/users/f14m07/)
 * (@f14m07)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/payment-redirection/#post-15413792)
 * Thanks for the correction. It works. Have a nice day

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘payment redirection’ is closed to new replies.

 * ![](https://ps.w.org/events-made-easy/assets/icon-256x256.png?rev=1856035)
 * [Events Made Easy](https://wordpress.org/plugins/events-made-easy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-made-easy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-made-easy/)
 * [Active Topics](https://wordpress.org/support/plugin/events-made-easy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-made-easy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-made-easy/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Fred17](https://wordpress.org/support/users/f14m07/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/payment-redirection/#post-15413792)
 * Status: resolved