Quickstart
Use this path when you want to get an integration working quickly in staging.1. Register your application
clientIdclientSecretwebhookSecretappPrivateKeyWrappedif you plan to use JWE
2. Exchange credentials for a token
token value and send it as:
3. Create a subject
4. Create a tag
alice@walletapp.
5. Initiate a transaction
6. Handle the receiver webhook
IDaaS sends aTRANSACTION_INITIATED webhook to the receiver application. The receiver must:
- Verify
X-IDaaS-Signature - Optionally decrypt the payload if encryption is enabled
- Accept or reject the transaction through the API