Sofort. - epaiement-up2pay/woocommerce GitHub Wiki
Sofort (also known as Pay Now., Online Bank Transfer., formerly known as SOFORT, SOFORTÜBERWEISUNG) is an online direct payment method provided by Klarna. Sofort uses online banking systems established by banks and acts as an intermediary between an online shop and a consumer's online banking account.
- Select WooCommerce/Settings.
- Click the Payments tab.
- Scroll down to Sofort.
- Click either Sofort. or the Set up button (on the right) to open the configuration page:
Sofort transactions allow only payment action Purchase, which triggers the transaction type debit for payment method Sofort.
Successful transactions (i.e. payments for orders) are captured/invoiced automatically and do not have to be confirmed manually.
If this feature is Enabled, additional data will be sent for the purpose of fraud protection. This additional data includes billing/shipping address and shopping basket.
The descriptor is the text representing an order on the consumer's bank statement issued by their bank. It provides information for the consumer, as it associates a specific debit on the consumer's account with the respective purchase in your shop.
- For Sofort, each request/response must contain the descriptor. The extension ensures that the descriptor is sent with each request/response.
- By default, the descriptor text consists of the first 9 characters of the shop name and the order number.
To modify the descriptor, use the methodcreate_descriptor
in the filewoocommerce-credit-agricole-ee/credit-agricole-woocommerce-extension/classes/helper/class-additional-information.php
.- Allowed characters:
umlaut
,0-9
,a-z
,A-Z
,+
,,
,-
,.
- Max. length: 27 characters.
- Allowed characters:
To access post-processing operations, go to Crédit Agricole Payment Gateway to open the transaction table, which lists all successful transactions:
Click a Transaction ID to open the transaction detail view. It shows all available post-processing operations, e.g.:
Sofort supports the post-processing operation Refund via SEPA Credit Transfer. For more details on how to enable and configure refunds for Sofort, please see the SEPA Credit Transfer page.
Refund triggers transaction type credit. The payment/invoice will be refunded, and the corresponding order in WooCommerce order management will be updated to status Refunded.
Please be aware that stock management is not included in the post-processing operations triggered in the Crédit Agricole extension but only in WooCommerce order management.