Introduction
https://apipay.byastra.ai/v1/apiHow it works
Quick example
curl -X POST https://apipay.byastra.ai/v1/api/payments \
-H "X-Api-Key: ap_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"amount": 49.99,
"token": "USDC",
"network": "BASE",
"redirect_url": "https://yourapp.com/success"
}'Integration options
Option
Best for
Last updated