© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Share data from `CreateRecord::handleRecordCreation` to `getRedirectUrl` - Filament
F
Filament
•
13mo 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 apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
getRedirectUrl
F
Filament / ❓┊help
3y ago
Return Exception from handleRecordCreation
F
Filament / ❓┊help
13mo ago
Create Repeater Data on handleRecordCreation
F
Filament / ❓┊help
2y ago
handleRecordCreation
F
Filament / ❓┊help
3y ago