Payment Capture
Payment capture is the binding stage in the transaction lifecycle where funds are transferred from the customer’s account to your merchant account. This process occurs after successful authorization and represents the final step in completing a payment.
Overview
Before attempting to capture a payment:
-
Ensure you have a valid payment session ID
-
Verify any required authorizations are complete
-
Check that the payment hasn’t expired
Supported Payment Methods
Card Payments
Features
-
Direct capture after authorization
-
3DS/OTP support where required
-
Partial captures supported
-
Real-time status updates
Bank Transfers
Features
-
Virtual account generation
-
Multiple bank support
-
Automated reconciliation
-
Real-time notifications
Stablecoins
Features
-
Multi-chain support (ETH, TRX)
-
USDT/USDC acceptance
-
Automated rate conversion
-
Cross-border capability
Binance Pay
Features
-
Direct wallet integration
-
Instant settlement
-
Multiple currencies
Processing Times
Capture Flow
The general payment capture process follows these steps:
Verify Session
Check that the payment session is valid and in an authorized state
Handle Authentication
Complete any required authentication steps:
-
3D Secure for cards
-
OTP validation
-
PIN verification
Execute Capture
Make the API call to capture the payment with:
-
Payment session ID
-
Capture amount (for partial captures)
-
Any method-specific parameters
Process Response
Handle the capture response:
-
Success: Update your systems
-
Pending: Wait for webhook
-
Failed: Handle error appropriately
Monitor Status
Track the payment status via:
-
Webhook notifications (recommended)
-
Status check endpoints
Method-Specific Guides
For detailed implementation instructions, see the following guides:
Best Practices
Testing
Always test capture flows in our sandbox environment first:
-
Use test cards for card payments
-
Test different authentication scenarios
-
Verify webhook handling
-
Check error responses
Rate Limits
Capture requests are subject to rate limiting:
-
100 requests per minute per API key
-
Burst limit: 10 requests per second
-
Monitor rate limit headers in responses
Need Help?
For additional support:
-
Check our API Reference
-
Review the Error Handling Guide
-
Contact support@juicyway.com