How to get subscription plan data of a specific member

Question:
How to get subscription plan data of a specific member

Product:
Classic Wix Editor.

What are you trying to achieve:
Hello guys, how can I check the plan data of a member who has subscripted one of my plan?
It’s okay if I can only know the plan name which he subscripted. May be I can check it with member id or member email.

What have you already tried:
I’ve researched wix-pricing-plan and wix-pay api. I think none of these really answer my question.

Try listCurrentMemberOrders and listOrders()

Thanks for the reply.
I think listOrders() might be the solution. But listCurrentMemberOrders which returns plan orders of current logged-in user doesn’t work for my problem.
Thanks for your feedback, Anthony.
I will try to test it.

listOrders accepts filter options as the first argument. Hopefully these work for your usecase.