SEPA Mandate Email missing
-
Hi,
on a stage site I ordered a product via SEPA Direct Debit payment method.
The customer should get an email with debitor and creditor information, SEPA Mandate number etc. But he did not. The vendor did not get any information about the payment status.
In my Stripe account I see, that the payment was successfully processed. And there I find the SEPA data.
I added the webhook link to my Stripe backend. The SEPA notification email is activated in the WooCommerce Settings.
The WooCommerce Stripe Gateway log shows
01-12-2018 @ 10:39:57 - ====Start Log==== Processing response: stdClass Object ( [id] => py_#### [object] => charge [amount] => 1190 [amount_refunded] => 0 [application] => [application_fee] => [balance_transaction] => [captured] => 1 [created] => 1515749997 [currency] => eur [customer] => cus_#### [description] => STAGE SITE NAME - Order 10104 [destination] => [dispute] => [failure_code] => [failure_message] => [fraud_details] => stdClass Object ( ) [invoice] => [livemode] => [metadata] => stdClass Object ( [customer_name] => Prename Name [customer_email] => [email protected] [order_id] => 10104 [payment_type] => recurring [site_url] => STAGE SITE URL ) [on_behalf_of] => [order] => [outcome] => stdClass Object ( [network_status] => approved_by_network [reason] => [risk_level] => not_assessed [seller_message] => Payment complete. [type] => authorized ) [paid] => [receipt_email] => [receipt_number] => [refunded] => [refunds] => stdClass Object ( [object] => list [data] => Array ( ) [has_more] => [total_count] => 0 [url] => /v1/charges/py_####/refunds ) [review] => [shipping] => [source] => stdClass Object ( [id] => src_#### [object] => source [amount] => [client_secret] => src_client_secret_#### [created] => 1515749997 [currency] => eur [customer] => cus_#### [flow] => none [livemode] => [metadata] => stdClass Object ( ) [owner] => stdClass Object ( [address] => stdClass Object ( [city] => Fake city [country] => Fake country [line1] => Fake adress [line2] => [postal_code] => 1111 [state] => ) [email] => [email protected] [name] => DE####3000 [phone] => [verified_address] => [verified_email] => [verified_name] => [verified_phone] => ) [statement_descriptor] => [status] => chargeable [type] => sepa_debit [usage] => reusable [sepa_debit] => stdClass Object ( [bank_code] => 37####44 [country] => DE [fingerprint] => #### [last4] => 3000 [mandate_reference] => W1####02 [mandate_url] => https://hooks.stripe.com/adapter/sepa_debit/file/src_####/src_client_secret_#### [branch_code] => ) ) [source_transfer] => [statement_descriptor] => [status] => pending [transfer_group] => ) ====End Log==== 01-12-2018 @ 10:46:18 - ====Start Log==== customers/cus_####/sources request: Array ( [limit] => 100 ) ====End Log====
Thank you for any hints
- The topic ‘SEPA Mandate Email missing’ is closed to new replies.