Process payments through Binance Pay using QR codes and deep links
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.
The unique identifier of the initialized payment session
The capture response includes several options for completing payment:
Capture Payment
Make a POST request to the capture endpoint
Present Payment Options
Based on the customer’s device:
Monitor Status
Track payment status through:
Mobile Detection
QR Code Display
Payment session has expired
Customer cancelled the payment
Payment sessions expire after 30 minutes. Always check the expires_at
timestamp and create a new session if needed.
In sandbox mode, Binance Pay uses real transactions. Use small amounts (e.g., 1 USD) for testing.
Device Detection
Payment Monitoring
Error Handling
For additional assistance:
Process payments through Binance Pay using QR codes and deep links
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.
The unique identifier of the initialized payment session
The capture response includes several options for completing payment:
Capture Payment
Make a POST request to the capture endpoint
Present Payment Options
Based on the customer’s device:
Monitor Status
Track payment status through:
Mobile Detection
QR Code Display
Payment session has expired
Customer cancelled the payment
Payment sessions expire after 30 minutes. Always check the expires_at
timestamp and create a new session if needed.
In sandbox mode, Binance Pay uses real transactions. Use small amounts (e.g., 1 USD) for testing.
Device Detection
Payment Monitoring
Error Handling
For additional assistance: