Skip to content

airwallex/platform-onboarding-sdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airwallex Components SDK sample code

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

1. Update .env

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.

2. Start Service

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

3. Start Client

Go to one of the samples in integrations/client, and follow the doc in the specific client integration to continue.

About

@airwallex/platform-onboarding-sdk integration demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •