Routing
abap_payment_notify
Matched route
Route Parameters
| Name | Value |
|---|---|
| gateway | "paybynet" |
Route Matching Logs
Path to match:
/payment/notify/paybynet
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | abap_application.start_point.admin-login | /login | Path does not match |
| 2 | abap_application.start_point.admin | / | Path does not match |
| 3 | abap_application_logout | /logout | Path does not match |
| 4 | abap_login_gov.api_form_data | /api/v1/login-gov/form-data | Path does not match |
| 5 | abap_login_gov.api_acs | /api/v1/login-gov | Path does not match |
| 6 | api_logingov_token_obtain | /api/v1/logingov-token/obtain | Path does not match |
| 7 | abap_payment_purchase | /payment/purchase | Path does not match |
| 8 | abap_payment_done | /payment/done | Path does not match |
| 9 | abap_payment_notify | /payment/notify/{gateway} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.