Status Notifications (events)
What you receive
Setup checklist
Authentication
POST <token-url>
Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials&scope=<scope>&client_id=<client-id>&client_secret=<client-secret>{
"token_type": "Bearer",
"access_token": "<token>",
"expires_in": 3600
}Envelope format
Common identification rules
Message types
Delivery status (data.delivery[])
Lifecycle status (data.lcstatus[])
Payment (data.payment[])
Contract (data.contract[])
Credit note (data.creditnote[])
Credit loss (data.creditloss[])
Due date update (data.duedateupdate[])
Disconnect / reconnect (data.disconnect[], data.reconnect[])
Telecom disconnect / reconnect (data.telecomdisconnect[], data.telecomreconnect[])
Error response body (optional)
Webhook definition (OpenAPI)
Status notification service
Payload
Status information provided from Ropo One.
created_atstring · dateOptionalExample:
Event creation timestamp in ISO8601 format
2019-08-12T14:36:00+00:00idstringOptionalExample:
Event identification
e69f55fe-46c4-45cf-ab16-85da60b63884Responses
200
OK
No content
Payload
Last updated
Was this helpful?

