Ropo - Webhooks¶
Target audience: Developers, Stakeholders
Introduction¶
This section of the documentation outlines the information required to configure webhooks with Ropo.
Getting started checklist¶
- Please contact Adeprimo to obtain the webhook credentials.
Webhook settings¶
Webhook authentication uses Basic Auth. The following parameters must be provided to Ropo to enable correct webhook configuration toward Payway.
Ropo test environment - Payway staging environment¶
| Title | Description |
|---|---|
| URL | https://payway-api.stage.adeprimo.se/api/payment_provider_callback_api/ropo_callback |
| Username | <user_name_provided_by_adeprimo> |
| Password | <password_provided_by_adeprimo> |
Ropo live environment - Payway production environment¶
| Title | Description |
|---|---|
| URL | https://backend.worldoftulo.com/api/payment_provider_callback_api/ropo_callback |
| Username | <user_name_provided_by_adeprimo> |
| Password | <password_provided_by_adeprimo> |