Payments with Authorize.Net for WPForms lets you accept credit card payments directly on WPForms.
Unlike older integrations that post raw card data to WordPress, this addon uses Authorize.Net Accept.js so card details are tokenized in the browser. Only a one-time payment nonce reaches your server.
Features
- Secure Accept.js card tokenization (card data never touches WordPress)
- Per-form Authorize.Net settings in the WPForms builder
- Sandbox and Live API credentials (Login ID, Transaction Key, Public Client Key)
- Charge amount from WPForms payment total, a mapped field, or a fixed amount
- Optional quantity, email, description, and billing address field mapping
- Modern on-form payment UI with card formatting and status messaging
- Transaction records in wp-admin with status badges
- Refund / void from the transaction detail screen
- CSV export of recent transactions
- [authorize-details] shortcode for thank-you pages
- Works with WPForms Lite and Pro
How it works
1. Enable Authorize.Net on a form under Settings → Authorize.Net
2. Enter Sandbox or Live credentials including the Public Client Key
3. Map amount / email fields (or use WPForms payment fields)
4. Publish the form — card fields appear automatically before the submit button
5. On submit, Accept.js tokenizes the card and Authorize.Net captures the payment
6. Successful payments are stored under Authorize.Net → All Transactions
Shortcode
Use [authorize-details] on your success page to show the transaction ID, amount, and status after payment.