• Resolved caroltsai

    (@caroltsai)


    Hi,

    Right now I’m trying to set up a membership registration page. I have noticed that we can add on for membership payment. I was wandering is there any method I can do to integrate this membership payment feature with other payment gateway using my own payment gateway API instead of Stripe?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter caroltsai

    (@caroltsai)

    Hi, I manage to find an alternative way to resolve this temporary.

    It would be great if there’s alternative for me to integrate my profilegrid with my own payment gateway API?.

    By the way, I would like to know is there any way for me to “activate” user programmatically?

    Kind regards.

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @caroltsai,

    As of now, the options to integrate with other payment API is unavailable.

    You may use the below hook to activate the user : 

    update_user_meta( $user_id, ‘rm_user_status’, 0);

    Let us know?if you have any other questions

    Thread Starter caroltsai

    (@caroltsai)

    Good job,

    I see. Noted with thanks. I will try with the hook provided and see.
    By the way, may I ask does 0 means inactive and 1 means active?

    Thank you.

    Kind regards

    • This reply was modified 7 months, 1 week ago by caroltsai.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Integration with Payment Gateway API’ is closed to new replies.