🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
src of an HTML <iframe>.| Environment | Endpoints |
|---|---|
| Sandbox | https://ws5-portal-api.datmancrm.com/bifrost/ws5/api/v1/bifrost/get-embed-token/{merchantId} |
| Production | https://portal-api.datmancrm.com/bifrost/prod/api/v1/bifrost/get-embed-token/{merchantId} |
| key | Value |
|---|---|
| api_key | xxx |
<script
src="https://static-files-stage.datmancrm.com/embed-script.js"
data-token="<YOUR_EMBED_TOKEN>"
data-containerId="datman-embed"
data-height="800px"
data-page="overview"
</script>| Attribute | Description |
|---|---|
| data-token | Embed token provided by Datman to load your page securely. You can get the token using the API: Get Embed Token |
| data-page | overview / payment Datman page you want to load |
| Page | Description |
|---|---|
overview | Merchant overview page |
payment | Merchant payments page |