- Notify Altegio of Successful Payment
Connect an Application to a Location
Permissions Requested by an Application
Data About Locations Connected to the Application
Get application tariffs
Set payment discount for locations
Generate payment link
Update notification channel availability
Application Status Data for Any Location
Application Uninstall
Application Installation for a Location
Redirect URL after user registration with the partner service
Chargeback Notice
Notify Altegio of Available SMS Sender Names
Webhook from Altegio About Application Events
Notify Altegio of Success...
A webhook notification must be sent to this address to inform Altegio of a successful payment made on the partner service’s side.
Security
BearerPartner
Date from which the paid period begins (inclusive).
Example:"2022-01-01 10:10:00"
- Mock serverhttps://developer.alteg.io/_mock/en/developers/openapi/marketplace/partner/payment
- https://app.alteg.iohttps://app.alteg.io/marketplace/partner/payment
curl -i -X POST \
https://developer.alteg.io/_mock/en/developers/openapi/marketplace/partner/payment \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"salon_id": 123,
"application_id": 123,
"currency_iso": "EUR",
"payment_sum": 990.99,
"payment_date": "2022-01-01 10:10:00",
"period_from": "2022-01-01 10:10:00",
"period_to": "2022-02-01 10:10:00"
}'Response
{ "success": true, "data": { "id": 123 } }