What Is SWP Redirect?
Secure Web Pay Redirect is an advanced integration method that gives merchants full control over the payment form. Unlike the simpler Checkout option, this method requires you to host and program your own payment form, while securely submitting transaction details to the Payments Gateway using an SSL connection and transaction signature.
This solution is ideal for businesses that want a fully customizable, PCI-compliant experience while retaining control over both branding and user flow.
Key Benefits
Total Design Control: The form is created and styled by the merchant.
PCI Compliance: Sensitive data is submitted securely to Forte’s gateway using SSL.
Flexible Operations: Supports transactions, client creation, and payment method management.
How It Works
Merchants create and host their own payment form. Once the customer enters their data, the form securely transmits information to Forte’s gateway. After the transaction or tokenization is complete, the results are posted back to a merchant-defined URL.
✅ This enables merchants to build fully branded, end-to-end payment experiences, with the results sent back to their system for confirmation or next steps.
New Guides:
Supported Operations
The SWP Redirect API supports the following actions:
? Transactions
Add single transactions
(optional: create client and payment method)Add scheduled transactions
(client and payment method automatically created)
Note:
Payment method tokens can be passed in place of raw data.
If a client token is not found,
billing_first_name
andbilling_last_name
are required.You cannot pass both tokens at the same time.
? Clients
Create Client
Update Client
Delete Client
? Payment Methods
Create Payment Method
(optional: create client)Update Payment Method
Delete Payment Method
Request Parameters
Merchants must pass specific request parameters to drive form behavior and define the transaction data.
? Click here for a complete list of type definitions and supported request fields.
Environment URLs
Use the appropriate URL based on your environment:
Environment | URL |
---|---|
Sandbox | https://sandbox.paymentsgateway.net/SWP/Redirect/default.aspx |
Production | https://swp.paymentsgateway.net/Redirect/default.aspx |
How to Get Your SWP Redirect Code
To find your personal integration code:
Log into Dex
Go to Locations
Click the Secure Web Pay View Code button
? Click here for step-by-step instructions on accessing your SWP Redirect Code in Dex.
Next Steps
Review the full SWP Redirect documentation.
Use the sandbox URL to test form submissions before going live.
Ensure your implementation meets PCI requirements when hosting your form.