A Restrict Content Pro membership gateway for U.CASH Pay. Members pay with crypto or card; a verified webhook completes the payment. Non-custodial.
Status: integration scaffold. RCP's
RCP_Payment_Gatewaybase class and the payment API can vary by version. Confirm against your installed RCP and adjustprocess_purchase()if needed.
- Requires Restrict Content Pro.
- Upload this folder to
/wp-content/plugins/and activate. - Set options
ucashpay_rcp_cloud_token,ucashpay_rcp_webhook_secret,ucashpay_rcp_base_url. - Enable the U.CASH Pay gateway under RCP → Settings → Payments.
- Set the webhook URL in pay.u.cash to
https://your-site/wp-json/ucashpay-rcp/v1/webhook, then Test Webhook.
- Sign up at pay.u.cash, verify your email.
- Set your receive addresses under Settings → Addresses (a wallet per coin, or ENS/Unstoppable/FIO names).
- Create a store at Account → Stores → + Add Store.
- Copy the Store Cloud Token + Store Webhook Secret (store-level, not account-wide).
GPLv2 or later.