Sila API 0.2.25
over 3 years ago by Scott Hakel
Sila API version 0.2.25 contains various bug fixes and some functionality enhancements.
ENTITIES
- /register API - when registering a business entity, the response now includes the resulting business uuid
- /register API - fixed bug where setting sms_opt_in to true was not triggering sms opt in.
- /request_kyc API - when requesting kyc level "INSTANT-ACH", the failed state will be "documents_required" instead of "failed" to support the ability to use documents to pass kyc.
- /request_kyc API - for kyc failures as a result of no street address being provided, we updated the failure message to be more clear with the ambiguous term "address". "no street address registered" vs. "no address registered".
- Support for sandbox testing of KYC flows where documents are required for verification.
WALLETS
- /register_wallet - added new optional input field to specify "default" as true/false
WEBHOOKS
- If a webhook endpoint becomes unresponsive for 10 sequential webhook events, the webhook endpoint will be disabled
- We increased support for the number of endpoints you can add to 8. Previously the limit was 4
OTHER
Other internal utilities and upgrades