The integration team uses this checklist to validate that your implementation meets the required standards.
E-commerce
Checklist for WooCommerce, PrestaShop, and VTEX.
Web Checkout
Checklist for Flex and Modal.
Mobile SDK
Checklist for Android and iOS.
Validations by stage
Sandbox
Initial integration tests.
Notifications
Webhook and event validation.
Technical integration
Implementation configuration and logic.
Controlled production
Validation in the production environment.
Sandbox validations
Transaction tests
Transaction tests
- Execute successful transactions.
- Simulate declined transactions.
- Validate approved, pending, and declined states.
Integration flow
Integration flow
- Validate the complete payment flow.
- Handle responses correctly.
- Validate errors and exceptions.
Notification validation
Event reception
Event reception
- Keep the endpoint accessible and operational.
- Confirm that events are received correctly.
Processing
Processing
- Process events idempotently.
- Handle duplicate or out-of-order events.
Consistency
Consistency
- Update the order state.
- Synchronize it with your internal system.
Technical integration validation
Authentication
Configure credentials and tokens correctly.
Transaction parameters
Use unique identifiers (
order_id) and valid data.URLs and callbacks
Configure
return_url and notifications correctly.Logs and monitoring
Implement logs for debugging and tracking.
Controlled production validations
Production tests
Production tests
- Execute controlled real transactions.
- Validate the end-to-end flow.
Production notifications
Production notifications
- Confirm that webhooks are received.
- Validate state consistency.
Payment methods
Payment methods
Validate every enabled method.
Security
Credential protection
Never expose credentials in the frontend.
Secure transmission
Always use HTTPS.
Endpoint protection
Protect critical endpoints.
Data integrity
Validate transaction consistency.
Certification status
1
Sandbox tests completed
Initial integration flow validation.
2
Technical validation approved
Integration requirements are met.
3
Controlled production tests
Validation in the production environment.
4
Final approval
Integration is ready for go-live.
Expected result
Validated integration
The complete flow works correctly.
Data consistency
States are aligned across systems.
Ready for production
Enabled to process live payments.

