Download the PHP package johnrivera7/filament-transbank-webpay without Composer
On this page you can find all versions of the php package johnrivera7/filament-transbank-webpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download johnrivera7/filament-transbank-webpay
More information about johnrivera7/filament-transbank-webpay
Files in johnrivera7/filament-transbank-webpay
Package filament-transbank-webpay
Short Description Filament plugin for Transbank Webpay Plus (Chile) — credentials UI, logos, create/commit/refund helpers.
License MIT
Homepage https://github.com/Johnrivera7/filament-transbank-webpay
Informations about the package filament-transbank-webpay
Transbank Webpay
A Filament plugin that integrates Transbank Webpay Plus (Chile) into your Laravel application: credentials UI, logos, POST token_ws redirects, and create / commit / status / refund helpers on the official Transbank SDK.
Open source (MIT). Badges like Buy license / Private Composer package / Proprietary documentation apply to paid Filament plugins only — this package is free on Packagist.
Requirements
| Stack | Versions |
|---|---|
| PHP | 8.2+ |
| Laravel | 11.28+ / 12+ |
| Filament | 4.x or 5.x |
| Livewire | 3.x (with Filament 4) / 4.x (with Filament 5) |
Installation
Optional publishes:
Register the plugin in your PanelProvider:
Multi-tenant (recommended)
Single-tenant (.env)
Without persistCredentialsUsing(), the settings page does not write credentials to disk—wire persistence via the callbacks above (or manage .env yourself).
Gateway usage
On the return URL:
Reusable form schema
Integration notes
- Webpay Plus requires a POST redirect with
token_ws(not a GET query string). - Integration sandbox: commerce
597055555532+ Transbank’s public integration API key. - Production: real commerce code + API Key Secret after Transbank validation.
- Abort/timeout returns send
TBK_*withouttoken_ws. If both arrive,token_wswins—runcommit.
Testing
Security
See SECURITY.md.
Changelog
See CHANGELOG.md.
License
MIT
All versions of filament-transbank-webpay with dependencies
filament/filament Version ^4.0|^5.0
illuminate/contracts Version ^11.28|^12.0
spatie/laravel-package-tools Version ^1.16
transbank/transbank-sdk Version ^5.1