Analytics Platform (XS2A.risk)
Basic integration
Authentication (Documentation)
POST /v1/risks HTTP/1.1
Host: api.xs2a.com
Content-Type: application/json
Authorization: Basic base64("api:YOUR_API_KEY_GOES_HERE")
Cache-Control: no-cacheCreate xs2a.risk object (Documentation)
POST /v1/risks HTTP/1.1
Host: api.xs2a.com
Content-Type: application/json
Authorization: Basic base64("api:YOUR_API_KEY_GOES_HERE")
Cache-Control: no-cache
{
"xs2a_account_snapshot": {
"enabled": "1",
"days": "30",
"from": "",
"to": "",
"with_subcategory": 1,
"all_tags": true,
"all_accounts": true
},
"language": "de",
"country_id": "DE",
"metadata": {
"myCustomData": "X92LAP3"
}
}Show the created payment session to the customer
Javascript-WidgetWizard-APIEasyOnboardingRetrieve information after the process is finished (Documentation)
Last updated
Was this helpful?