WP Payment Pal Documentation
← Back to site

Setting Up Admin Notifications

Receive email notifications when customers complete payments. This guide covers configuring admin payment alerts.

Reading time: 3 minutes | Difficulty: Beginner

Overview

Receive email notifications when customers complete payments. This guide covers configuring admin payment alerts.

Prerequisites

  • A payment form created
  • Admin email address ready

Accessing Admin Notification Settings

  1. Edit your payment form
  2. Click the Notifications tab
  3. Find Admin Notification section

Step 1: Enable Admin Notification

Toggle Send Admin Notification to On.

Admin toggle ON with fields

Step 2: Configure Notification Details

Recipient Email(s)

Enter email addresses to receive notifications:

Admin email field filled

Subject Line

Enter a subject that helps you identify payments:

New Payment: {amount} - {form_title}
[Payment] {payer_name} paid {amount}
💰 New order #{transaction_id}

Email Body

Include relevant payment details:

New payment received!

CUSTOMER DETAILS
────────────────
Name: {payer_name}
Email: {payer_email}

PAYMENT DETAILS
───────────────
Amount: {amount}
Transaction ID: {transaction_id}
Form: {form_title}
Date: {date}

FORM RESPONSES
──────────────
{all_fields}

View in admin: [Transaction Link]

Smart Tags for Admin Emails

Tag Description
{payer_name} Customer’s name
{payer_email} Customer’s email
{amount} Payment amount
{transaction_id} Transaction ID
{date} Payment date
{form_title} Form name
{all_fields} All form field responses
{field:field_name} Specific field value

Notification Templates

Standard Payment Alert

Subject: New Payment: {amount} from {payer_name}

───────────────────────────────────
NEW PAYMENT RECEIVED
───────────────────────────────────

Customer: {payer_name}
Email: {payer_email}
Amount: {amount}
Form: {form_title}
Transaction ID: {transaction_id}
Date: {date}

Form Submissions:
{all_fields}

Order Notification

Subject: 🛒 New Order #{transaction_id}

NEW ORDER RECEIVED
──────────────────

Order #{transaction_id}
Amount: {amount}

Customer Information:
- Name: {payer_name}
- Email: {payer_email}
- Phone: {field:phone}

Shipping Address:
{field:address}

Order Notes:
{field:order_notes}

───────────────────
Process this order in your admin panel.

Donation Alert

Subject: ❤️ New Donation: {amount}

NEW DONATION RECEIVED
─────────────────────

A supporter just donated {amount}!

Donor: {payer_name}
Email: {payer_email}
Amount: {amount}
Date: {date}

Donor Message:
{field:message}

Send a thank you!

Service Booking Alert

Subject: New Booking - {field:service_type}

NEW BOOKING
───────────

Service: {field:service_type}
Amount: {amount}

Client Details:
- Name: {payer_name}
- Email: {payer_email}
- Phone: {field:phone}

Requested Date: {field:preferred_date}

Notes: {field:special_requests}

Confirm this booking and contact the client.

Multiple Recipients

Send to multiple email addresses:

[email protected], [email protected], [email protected]

Use Cases

  • Admin + Sales: Both see new orders
  • Admin + Accountant: Payment tracking
  • Team distribution: Multiple handlers

Notification Timing

Admin notifications are sent:

  • Immediately after successful payment
  • Before customer redirect
  • In real-time

Per-Form Notifications

Each form can have different:

  • Recipient emails
  • Subject lines
  • Body content

Example Setup

Form Recipients Subject
Product A [email protected] New Product A Order
Donations [email protected] New Donation
Services [email protected] New Booking

Reply-To Configuration

Set reply-to as customer email to easily respond:

  • Customer’s email becomes reply-to
  • Click reply to contact them directly

Filtering and Organizing

Email Filters

Create email filters/rules to:

  • Auto-label payment notifications
  • Move to specific folders
  • Forward to team members
  • Trigger actions

Subject Line Strategy

Use consistent prefixes for filtering:

[Payment] ...
[Order] ...
[Donation] ...

Testing Notifications

  1. Configure notification settings
  2. Save the form
  3. Make a test payment (Sandbox)
  4. Check your email
  5. Verify all content is correct

Disabling Notifications

To stop receiving notifications for a form:

  1. Edit the form
  2. Go to Notifications tab
  3. Toggle Admin Notification Off
  4. Save

Troubleshooting

Not receiving notifications

  • Check spam/junk folder
  • Verify email address is correct
  • Test email server configuration
  • Check email deliverability settings

Wrong information

  • Verify Smart Tags are correct
  • Check field names match
  • Test with known data

Too many emails

  • Review who needs notifications
  • Use email filters
  • Consider consolidating forms

Best Practices

  1. Essential info only – Don’t clutter
  2. Clear subject – Easy to identify
  3. Multiple addresses – Backup recipients
  4. Test regularly – Ensure delivery
  5. Use filters – Organize inbox

What’s Next?