Capture Binance Pay
Process payments through Binance Pay using QR codes and deep links
Overview
After initializing a Binance Pay payment session, use this endpoint to capture the payment and generate the necessary payment links and QR codes for customer checkout.
Binance Pay transactions are processed in real-time. Once a customer completes payment, funds are settled instantly to your Binance account.
Capture Payment
URL Parameters
The unique identifier of the initialized payment session
Response Format
The capture response includes several options for completing payment:
Example Response
Payment Flow
Capture Payment
Make a POST request to the capture endpoint
Present Payment Options
Based on the customer’s device:
- Mobile App Users: Use the deep link
- Mobile Web: Use the payment URL
- Desktop: Show QR code or checkout URL
Monitor Status
Track payment status through:
- Webhooks (recommended)
- Polling the payment status endpoint
Implementation Tips
Error Handling
Payment session has expired
- Status code: 400
- Create a new payment session
Customer cancelled the payment
- Status code: 400
- Handle gracefully in UI
Payment sessions expire after 30 minutes. Always check the expires_at
timestamp and create a new session if needed.
Testing
In sandbox mode, Binance Pay uses real transactions. Use small amounts (e.g., 1 USD) for testing.
Best Practices
-
Device Detection
- Use deep links for mobile app users
- Show QR codes for desktop users
- Offer fallback options
-
Payment Monitoring
- Implement webhook handling
- Update UI based on payment status
- Handle timeouts gracefully
-
Error Handling
- Monitor session expiration
- Handle network errors
- Provide clear user feedback
Need Help?
For additional assistance:
- Check our Webhooks Guide
- Review Error Handling
- Contact Support