Native API
Airwallex's native API integration allows you to handle 100% of the interactions between your application's frontend and backend. Native API is best suited when you would like to provide a highly customized checkout experience to your shoppers. To be eligible for native API integration, a merchant must be PCI-DSS ROC compliant and undergo an Airwallex review. Contact your Airwallex Account Manager if you need guidance on how to become PCI-DSS compliant. To learn more about PCI-DSS and the application process, refer to the related help article .
Merchants who do not meet the eligibility requirements may consider alternate integration options.
Versioning
Airwallex uses versioning API to improve our API without impacting existing integrations. In this guide, the API examples as well as the notification event types are all presented in the latest version. For older versions, please refer to our official API documentation API.
How do I choose the version?
You may specify the version per API call by setting the x-api-version header. However, in most cases you should rely on the configured version in your account. Overriding version by header is designed for testing and migrating to a new version.
For webhook notifications, you may only specify the expected event version during the webhook creation. For more information, see Listen for webhook events.