• Resolved xtreme416

    (@xtreme416)


    Hi,

    I’m testing the plugin and I want to see the email confirmations. I have Stripe in test mode, and performed a transaction, but am not receiving the emails.

    Any idea what’s going on?

    See debug info:

    [February 7, 2023 3:25 pm] - SUCCESS :Post Data
    [February 7, 2023 3:25 pm] - SUCCESS :
    Array
    (
        [_wp_stripe_checkout_button_nonce] => 2413beac80
        [_wp_http_referer] => /interactive-seo-dashboard/
        [wpsc_product_id] => 71115
        [wp_stripe_checkout_button_input] => 1
    )
    [February 7, 2023 3:25 pm] - SUCCESS :Creating a session
    [February 7, 2023 3:25 pm] - SUCCESS :checkout/sessions request: 
    [February 7, 2023 3:25 pm] - SUCCESS :
    Array
    (
        [line_items] => Array
            (
                [0] => Array
                    (
                        [price_data] => Array
                            (
                                [currency] => usd
                                [product_data] => Array
                                    (
                                        [name] => PRO Dashboard
                                    )
    
                                [unit_amount] => 4900
                            )
    
                        [quantity] => 1
                    )
    
            )
    
        [mode] => payment
        [success_url] => https://something.ca/thank-you-for-your-purchase/
        [cancel_url] => https://something.ca/interactive-seo-dashboard/
        [client_reference_id] => wpscprod-71115
        [billing_address_collection] => auto
    )
    [February 7, 2023 3:25 pm] - SUCCESS :Parsed response: 
    [February 7, 2023 3:25 pm] - SUCCESS :
    stdClass Object
    (
        [id] => cs_test_a13Y5w3nDcilueY2UeZ7X2GuetXtfKvnCfT1sIkITX15JEoEzT92sCHDLS
        [object] => checkout.session
        [after_expiration] => 
        [allow_promotion_codes] => 
        [amount_subtotal] => 4900
        [amount_total] => 4900
        [automatic_tax] => stdClass Object
            (
                [enabled] => 
                [status] => 
            )
    
        [billing_address_collection] => auto
        [cancel_url] => https://something.ca/interactive-seo-dashboard/
        [client_reference_id] => wpscprod-71115
        [consent] => 
        [consent_collection] => 
        [created] => 1675783534
        [currency] => usd
        [custom_text] => stdClass Object
            (
                [shipping_address] => 
                [submit] => 
            )
    
        [customer] => 
        [customer_creation] => always
        [customer_details] => 
        [customer_email] => 
        [expires_at] => 1675869933
        [invoice] => 
        [invoice_creation] => stdClass Object
            (
                [enabled] => 
                [invoice_data] => stdClass Object
                    (
                        [account_tax_ids] => 
                        [custom_fields] => 
                        [description] => 
                        [footer] => 
                        [metadata] => stdClass Object
                            (
                            )
    
                        [rendering_options] => 
                    )
    
            )
    
        [livemode] => 
        [locale] => 
        [metadata] => stdClass Object
            (
            )
    
        [mode] => payment
        [payment_intent] => pi_3MYt34HMRTOst1V41Zamkc0p
        [payment_link] => 
        [payment_method_collection] => always
        [payment_method_options] => stdClass Object
            (
            )
    
        [payment_method_types] => Array
            (
                [0] => card
            )
    
        [payment_status] => unpaid
        [phone_number_collection] => stdClass Object
            (
                [enabled] => 
            )
    
        [recovered_from] => 
        [setup_intent] => 
        [shipping] => 
        [shipping_address_collection] => 
        [shipping_options] => Array
            (
            )
    
        [shipping_rate] => 
        [status] => open
        [submit_type] => 
        [subscription] => 
        [success_url] => https://something.ca/thank-you-for-your-purchase/
        [total_details] => stdClass Object
            (
                [amount_discount] => 0
                [amount_shipping] => 0
                [amount_tax] => 0
            )
    
        [url] => https://checkout.stripe.com/c/pay/cs_test_....
    )
    
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Testing Emails in test mode’ is closed to new replies.