Launch Checklist
Go-Live Checklist
Technical
- All 30 test cases passing in sandbox
- Screen recordings captured for Test Cases: TC-07, TC-08, TC-09, TC-16 (all marked ★)
- Production domain origin URLs shared with Aeropay SE for CORS whitelisting
- SDK version confirmed: Web NPM vX.X, React Native vX.X, or latest iOS/Android/Flutter
- Token expiry and refresh logic implemented and tested end-to-end
- Webhook endpoint live, HMAC-SHA256 validation implemented, delivery verified via Aeropay test event
- MFA handling flow tested end-to-end with screen recording
- Reconnection widget flow tested end-to-end with screen recording
- Error handling implemented for all
AC-error codes
Legal & Process
- Aerosync Integration Agreement reviewed and acknowledged
- Use case description written and sent to Aeropay SE (endpoint list, trigger schedule, frequency)
- Custom branding assets submitted to Aeropay SE if applicable: SVG logo, primary/secondary hex codes, light/dark mode preference
- Production API credentials requested from Aeropay SE after certification approval
Questions Aeropay Will Ask Before Issuing Production Credentials
Be prepared to answer the following during your certification review:
- What is your use case for Aerosync? (e.g., ACH payment initiation, balance verification, underwriting, identity verification)
- Which Aerosync API endpoints does your integration call, and what triggers each?
- What is the frequency and volume of job triggers per user, per day?
- How are you storing and protecting
aeroPassUserUuidandconnectionId? - How are you handling token expiry and refresh for both the API token and widget token?
- How are you handling MFA challenges — widget re-launch or API-level handling?
- How are you monitoring
connectionExpiryand surfacing the reconnection flow to users? - What webhook events are you subscribing to, and how are you verifying signatures?
- What is your SDK version, and have you reviewed the latest release notes for breaking changes?
- Have you reviewed and agreed to the Aerosync Integration Agreement?
Integration Certification
The certification package submitted to your Aeropay Solutions Engineer must include all of the following:
- Review the Aerosync Integration Agreement to ensure your integration complies with our guidelines and requirements for use of Aeropay's software.
- Receive integration certification from your Aeropay Solutions Engineer. This certification must include:
- A description of use case and description of all Aerosync API endpoints called. (E.g. "ABC calls the /refresh job once per day per user on ABC platform. Refresh job is triggered by cronjob...")
- Screen-recorded videos of Aerosync SDK integration including:
- Description of Aerosync SDK tech stack and version(s) used
Custom Branding
- (If Applicable) Your Aeropay Solutions Engineer has setup custom Aerosync branding(s) for your SDK instance. In order to setup custom branding, please share with your Aeropay representatives the following information:
- logo in .svg format
- primary button color in hex code
- secondary button color in hex code
- preference for light or dark mode
Updated 6 days ago