Add Paid Plan purchase with Wix Code?

Hi,

I want to integrate Wix Paid Plans App with a third party payment service (not available directly with Wix Payments).

I want to use a webhook to confirm the payment, then add a purchase of Paid Plans to the selected user.

NEED TO FIND OUT HOW TO ADD PRICING PLAN TO USER WITH CODE ??!!

Something like user.setPricingPlan() ???

Thanks

Wix Paid Plans have their own Wix Support pages.
https://support.wix.com/en/apps-made-by-wix/paid-plans

https://support.wix.com/en/article/available-payment-providers-3848246
https://support.wix.com/en/article/changing-your-payment-provider-for-accepting-credit-card-payments
https://www.wix.com/corvid/example/pay-api-example-using-collections
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-stripe-payment-processing

See here for getting the current users pricing plan.
https://www.wix.com/corvid/reference/wix-users.User.html
https://www.wix.com/corvid/forum/community-discussion/wix-paid-plan-app

Also, have a look at Wix Pay.
https://www.wix.com/corvid/reference/wix-pay.html
https://www.wix.com/corvid/reference/wix-pay-backend.html

Finally, have a loot at Wix fetch and HTTP Functions.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-myapi-and-myapiclient

https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://support.wix.com/en/article/corvid-calling-server-side-code-from-the-front-end-with-web-modules

https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions

Hi,

As givemeawhiskey said above. This is not possible. Please read the API given here which shows available functions related to the Paid Plans App

It is possible using client side code, perhaps it works serverside as well…
https://www.wix.com/corvid/reference/wix-paid-plans/orderplan