https://snel.paysolution.io/1

Routing

homepage Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /1
# Route name Path Log
1 admin_users_index /admin/users Path does not match
2 admin_users_new /admin/users/new Path does not match
3 admin_users_edit /admin/users/{id}/edit Path does not match
4 admin_users_toggle_active /admin/users/{id}/toggle-active Path does not match
5 admin_users_unblock /admin/users/{id}/unblock Path does not match
6 admin_users_history /admin/users/{id}/history Path does not match
7 bank_api_query_payment_order /api/bank/query-payment-order Path does not match
8 bank_api_validate_payment /api/bank/validate-payment Path does not match
9 bank_api_pending_orders /api/bank/pending-orders Path does not match
10 bank_api_validated_orders /api/bank/validated-orders Path does not match
11 banks_index /banks Path does not match
12 banks_dashboard /banks/dashboard Path does not match
13 banks_payments_history /banks/payments/history Path does not match
14 banks_payments_history_data /banks/payments/history/data Path does not match
15 banks_payments_export /banks/payments/history/export/{format} Path does not match
16 banks_new /banks/new Path does not match
17 banks_edit /banks/{id}/edit Path does not match
18 banks_delete /banks/{id}/delete Path does not match
19 banks_view /banks/{id}/view Path does not match
20 accounts_new /banks/{bankId}/accounts/new Path does not match
21 accounts_toggle_active /banks/accounts/{id}/toggle-active Path does not match
22 accounts_toggle_payment /banks/accounts/{id}/toggle-payment Path does not match
23 accounts_edit /banks/accounts/{id}/edit Path does not match
24 accounts_payments /banks/accounts/{id}/payments Path does not match
25 accounts_history_pdf /banks/accounts/{id}/history/pdf Path does not match
26 accounts_history /banks/accounts/{id}/history Path does not match
27 accounts_delete /banks/accounts/{id}/delete Path does not match
28 banks_pdf_all /banks/pdf/all Path does not match
29 banks_pdf_available /banks/pdf/available Path does not match
30 api_provinces_territoires /banks/api/provinces/{id}/territoires Path does not match
31 accounts_detail /banks/accounts/{id}/detail Path does not match
32 app_change_password /change-password Path does not match
33 client_login /client/login Path does not match
34 client_dashboard /client/dashboard Path does not match
35 client_invoices /client/invoices Path does not match
36 client_invoice_taxes_detail /client/invoices/{id}/taxes-detail Path does not match
37 client_payments_history /client/payments-history Path does not match
38 client_invoice_detail /client/invoice/{id} Path does not match
39 client_contract_info /client/contract-info Path does not match
40 client_contract_invoices /client/contract/{id}/invoices Path does not match
41 client_payment_orders /client/payment-orders Path does not match
42 client_payment_order_detail /client/payment-order/{id} Path does not match
43 client_upload_proof_of_payment /client/payment-order/{id}/upload-proof Path does not match
44 client_generate_payment_order /client/generate-payment-order Path does not match
45 client_download_payment_order /client/download-payment-order/{id} Path does not match
46 client_download_payment_receipt /client/download-payment-receipt/{id} Path does not match
47 verify_receipt_page /verify-receipt Path does not match
48 verify_receipt_api /api/verify-receipt Path does not match
49 client_logout /client/logout Path does not match
50 contracts_new /contracts/new/{customer_id} Path does not match
51 contracts_edit /contracts/{id}/edit Path does not match
52 contracts_toggle_status /contracts/{id}/toggle-status Path does not match
53 contracts_invoices /contracts/{id}/invoices Path does not match
54 contracts_delete /contracts/{id}/delete Path does not match
55 customers_api_list /customers/api/customers Path does not match
56 customers_api_contracts_stats /customers/api/contracts-stats Path does not match
57 customers_api_territoires_by_province /customers/api/territoires-by-province/{provinceId} Path does not match
58 customers_invoices /customers/{id}/invoices Path does not match
59 customers_index /customers Path does not match
60 customers_form_new /customers/form/new Path does not match
61 customers_form_edit /customers/form/{id}/edit Path does not match
62 customers_new /customers/new Path does not match
63 customers_edit /customers/{id}/edit Path does not match
64 customers_delete /customers/{id}/delete Path does not match
65 customers_view /customers/{id}/view Path does not match
66 customers_print_official_sheet /customers/{id}/print-official-sheet Path does not match
67 customers_api_secteurs_by_territoire /customers/api/territoire/{id}/secteurs Path does not match
68 customers_filter /customers/filter Path does not match
69 customers_export_csv /customers/export/csv Path does not match
70 customers_export_excel /customers/export/excel Path does not match
71 customers_export_pdf /customers/export/pdf Path does not match
72 customers_import /customers/import Path does not match
73 customers_import_preview /customers/import/preview Path does not match
74 customers_import_confirm /customers/import/confirm Path does not match
75 customers_import_cancel /customers/import/cancel Path does not match
76 customers_import_template /customers/import/template Path does not match
77 app_dashboard /dashboard Path does not match
78 homepage /1 Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.