Skip to content

makecryptoio/makepay-wix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakePay Wix Velo payment provider

This folder contains the source files merchants copy into Wix Velo to create a custom hosted MakePay payment method.

Files

  • Backend/MakePay.js
  • Backend/http-functions.js
  • MakePayPayment/MakePayPayment-config.js
  • MakePayPayment/MakePayPayment.js

Wix setup

  1. Enable Developer Mode in the Wix editor.
  2. Create backend files under Public & Backend > Backend: MakePay.js and http-functions.js.
  3. Create a Service Plugins > Payment plugin named MakePayPayment.
  4. Copy MakePayPayment-config.js and MakePayPayment.js into that plugin.
  5. Install the crypto-js npm package in Wix.
  6. Add these Wix secrets under Developer Tools > Secrets Manager:
    • makepay_api_key_secret
    • makepay_webhook_secret
  7. In Wix Settings > Accept payments, connect MakePay with:
    • MakePay company ID
    • MakePay API key ID
    • Settlement currency, for example USDT
  8. In MakeCrypto MakePay payment settings, set the callback URL to: https://your-wix-domain.com/_functions/makepay_notify

The API key should have MakePay payment-link read/write permissions. The webhook secret should match the MakePay webhook secret for the company.

About

MakePay Wix Velo payment provider source files. Cryptocurrency payment gateway for direct self-custody merchant-wallet settlement, decentralized swaps, and 70+ coin/20+ chain auto-conversion.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors