• Resolved lduveau

    (@lduveau)


    Hi,

    Paypal payments are processed successfully.

    But I do have 2 problems:

    • I see nothing in the orders page (no transaction)
    • No email are sent (not for buyer, nor seller) I only get the email from Paypal, but nothing from what I configured in the “emails” tab in the plugin config.

    Notes:
    My website successfully send emails from other plugins (via SendGrid)
    My test page requires a password: test

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Noor Alam

    (@naa986)

    Hi, Do you have ipn enabled in your seller account? Enabling debug will allow you to monitor back-end activities in the plugin.

    Thread Starter lduveau

    (@lduveau)

    Thanks for the answer.

    I see it requires a url to activate IPN, how can I find the url to use ?

    Plugin Author Noor Alam

    (@naa986)

    You can enter anything to enable it (e.g. your site URL). The plugin will override it.

    Thread Starter lduveau

    (@lduveau)

    I enabled IPN on Paypal.

    Payment still not sending email.

    Here is the redacted debug trace:

    [March 30, 2024 12:40 am] - SUCCESS :Checking if IPN response is valid via https://www.paypal.com/cgi-bin/webscr
    [March 30, 2024 12:40 am] - SUCCESS :IPN Request: 
    [March 30, 2024 12:40 am] - SUCCESS :
    Array
    (
        [body] => Array
            (
                [cmd] => _notify-validate
                [mc_gross] => 0.10
                [protection_eligibility] => Eligible
                [payer_id] => xxx
                [payment_date] => 17:39:57 Mar 29, 2024 PDT
                [payment_status] => Completed
                [charset] => windows-1252
                [first_name] => xxx
                [mc_fee] => 0.10
                [notify_version] => 3.9
                [custom] => 
                [payer_status] => verified
                [business] => [email protected]
                [quantity] => 1
                [verify_sign] => xxx.xxx.1
                [payer_email] => [email protected]
                [txn_id] => saxasxasxxxx
                [payment_type] => instant
                [last_name] => xxx
                [receiver_email] => [email protected]
                [payment_fee] => 
                [shipping_discount] => 0.00
                [receiver_id] => asxasxxxxxx
                [insurance_amount] => 0.00
                [txn_type] => web_accept
                [item_name] => 
                [discount] => 0.00
                [mc_currency] => CAD
                [item_number] => 
                [residence_country] => CA
                [shipping_method] => Default
                [transaction_subject] => 
                [payment_gross] => 
                [ipn_track_id] => asxasxxxxxx
            )
    
        [sslverify] => 
        [timeout] => 60
        [httpversion] => 1.1
        [compress] => 
        [decompress] => 
        [user-agent] => WP PayPal/1.2.3.34
    )
    [March 30, 2024 12:40 am] - FAILURE :Received invalid response from PayPal
    
    Plugin Author Noor Alam

    (@naa986)

    Thread Starter lduveau

    (@lduveau)

    Hi, this fixed my issue, thanks for the support!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Email not sent’ is closed to new replies.