Payment Methods
CeyPay
Connecting your CeyPay account for Crypto payments
Overview
Connect your CeyPay account to effortlessly accept Cryptocurrency payments globally via Binance Pay and Bybit Pay natively.
Prerequisites
- An approved CeyPay Merchant account.
- Access to the CeyPay Dashboard.
Setup Instructions
To obtain your API Key and Secret Key, you need to generate API credentials within the CeyPay Dashboard.
Generate API Credentials
- Go to the CeyPay Website and log in to your CeyPay Dashboard.
- Navigate to "Settings" on the side menu bar, then tap the "Integrations" tab.
- Create a new API key and copy the provided key string.
- Ensure you generate keys for the correct environment (Test/Live) you intend to use.
Get Credentials
CeyPay provides a single combined string separated by a dot (e.g., ak_live_123...sk_live_456...).
- The first part before the dot (
.) is your API Key. - The second part after the dot (
.) is your Secret Key. - Safe-keep this entire string securely. It will not be shown again.
Keep your credentials completely secure. Never share them with anyone or expose them in public repositories.
Configure MemberPass
- In MemberPass, select CeyPay as the payment method.
- Split the combined string you copied using the dot (
.). - Paste the API Key (the first part) into the corresponding field.
- Paste the Secret Key (the second part) into the corresponding field.
- Ensure the Connection Mode (Test/Live) matches the environment of the credentials you copied.
- Click Save Changes.