🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
https://portal-api.datmancrm.comdata-token of an HTML <script>.| Environment | CDN URL |
|---|---|
| sandbox | https://static-files-stage.datmancrm.com/embed-script.js |
| production | https://static-files.datmancrm.com/embed-script.js |
CDN-URL and YOUR_EMBED_TOKEN before use <script
src="<CDN_URL>"
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 |
curl --location --request GET 'https://ws2-payments.datmanpay.com/bifrost/ws5/api/v1/bifrost/get-embed-token/663208350' \
--header 'api_key: <api-key>'{
"token": "0530dfa595b830e8fcd15fe0a7ffcb2e",
"expiresAt": 1764338249
}