API v1
Deposit Integration
Create checkoutPayment method syncCompletion webhook
Open Deposit Documentation
curl -X POST "https://www.sendboxpay.cyou/api/v1/payment/create.php" \
-H "Content-Type: application/json" \
-H "X-SBP-Merchant-ID: SENDBOX123456" \
-H "X-SBP-Merchant-Domain: merchant.example.com" \
-H "X-SBP-API-Key: YOUR_API_KEY" \
-H "X-SBP-Timestamp: 1760000000" \
-H "X-SBP-Nonce: unique_request_nonce" \
-H "X-SBP-Signature: calculated_hmac" \
-d '{"order_id":"ORDER-10001","amount":"500.00"}'
Each guide includes authentication, request schemas, response objects, error handling, webhook verification, security requirements and framework examples.
https://www.sendboxpay.cyou