This project is to demonstrate how Airwallex Components SDK can be integrated with different web frameworks.
Also check out the demo sites: kyc, kycRfi, transactionRfi, paymentsKyb
API_ENV=staging | demo | prod
CLIENT_ID=your_client_id
CLIENT_API_KEY=your_api_key
CONNECTED_ACCOUNT_ID=your_connected_account_id
CONNECTED_ACCOUNT_ID is optional for kyc but required for other types of element.
Update the scopes you need in ClientApi.ts based on the element you want to use.
In integrations/service/node
, run
yarn
yarn start
The server will be running on http://localhost:3000
Go to one of the samples in integrations/client
, and follow the doc in the specific client integration to continue.