Aerosync SDK
The Aerosync SDK is used to provide our users with a way to add a bank account as a payment method for adding funds.
Please make sure that the url you are setting is correct using the following guidance:
let client = LucraClient(config: .init(environment: .init(apiURL: <Your API URL>,
apiKey: <Your API KEY> ,
environment: <.sandbox, .production>,
urlScheme: <Your App URL Scheme>),
appearance: <Client Theme Object>))
urlScheme needs to include :// at the end so for example lucra://
.Last updated