Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Share data from `CreateRecord::handleRecordCreation` to `getRedirectUrl` - Filament
F
Filament
•
11mo ago
•
3 replies
frame
Share data from `CreateRecord::handleRecordCreation` to `getRedirectUrl`
I
'm contacting the payment processor within
handleRecordCreation
handleRecordCreation
to retrieve a redirect url
. How can I pass that url to
getRedirectUrl
getRedirectUrl
so the user is automatically redirected to the payment page
?
Alternatively if I contact the processor in
afterCreate
afterCreate
is it possible to redirect the user from there
?
Solution
just call redirect
(
)
-
>to
(
'Intended url here
'
) within the afterCreate
(
)
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
getRedirectUrl
F
Filament / ❓┊help
3y ago
Return Exception from handleRecordCreation
F
Filament / ❓┊help
11mo ago
Create Repeater Data on handleRecordCreation
F
Filament / ❓┊help
16mo ago
handleRecordCreation
F
Filament / ❓┊help
3y ago