Carriers
Fastway
Shippy provides the following feature support for Fastway.
- Rates
- Tracking
API Credentials
To use Fastway, you'll need to connect to their API.
- Go to Fastway Developers Centre and register for API access.
- Copy the API Key from Fastway as the
apiKeywith the Shippy carrier.
use verbb\shippy\carriers\Fastway;
new Fastway([
'isProduction' => false,
'apiKey' => '•••••••••••••••••••••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:34 PM