Documentation
Learn how to integrate VYPay into your applications
Integration Workflow
1
Generate Payment Key
The seller generates a payment key using key_generate.php
2
Payment Page
The buyer visits the payment page using the generated key
vypay.xyz/pay.php?key=YOUR_GENERATED_KEY
3
Process & Redirect
The payment is processed, and the buyer is redirected to the sellers site
Integration Example
<a href="https://vypay.xyz/pay.php?key=YOUR_GENERATED_KEY">Buy Now</a>