Title: Payment gateways
Last modified: August 30, 2016

---

# Payment gateways

 *  [ck1066](https://wordpress.org/support/users/ck1066/)
 * (@ck1066)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/payment-gateways-4/)
 * Hello,
 * Is there a recommended payment gateway for this plugin? I’m keen to test the 
   payment package subscription.
 * [https://wordpress.org/plugins/realia/](https://wordpress.org/plugins/realia/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [ck1066](https://wordpress.org/support/users/ck1066/)
 * (@ck1066)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/payment-gateways-4/#post-6603802)
 * After a little research I found out there is a filter for Realia_payment gateway
   which I assmume can be added to a child theme’s funtions.php scripts.
 * How do I configure realia_payment_gateway filter to use Paid Membership pro, 
   or similar?
 * add_filter( ‘realia_payment_gateways’, ‘custom_gateway’ );
 * function custom_gateways( array $gateways ) {
    $gateways[] = array( ‘id’ => ‘
   custom-gateway’, ‘title’ => ‘Custom Gateway’, ‘content’ => ‘CUSTOM-FORM-HERE-
   IF-NEEDED’, ‘proceed’ => true, ); }
 * If ANYONE can help with this integration please contact me.

Viewing 1 replies (of 1 total)

The topic ‘Payment gateways’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/realia_24383e.svg)
 * [Realia](https://wordpress.org/plugins/realia/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/realia/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/realia/)
 * [Active Topics](https://wordpress.org/support/plugin/realia/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/realia/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/realia/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [ck1066](https://wordpress.org/support/users/ck1066/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/payment-gateways-4/#post-6603802)
 * Status: not resolved