organization · inferred from evidence
Airwallex
The organization maintaining the airwallex-payment-elements library and providing payment solutions.
- Airwallex redirectToCheckout produces "undefined" error on hosted payment page
What this covers: Calling Airwallex.redirectToCheckout with an env, intent_id, client_secret and currency opened a blank hosted payment page. The fix that worked: The undefined in the URL means your intent_id (or client_secret) was undefine
- "export 'default' (imported as 'Airwallex') was not found in 'airwallex-payment-elements'"
The package has no default export in that version, so the default import fails. An Airwallex maintainer confirmed the fix: use the named imports instead.