Skip to content
Fruhmann edited this page Jul 1, 2020 · 11 revisions

PayPal is a global e-commerce business, processing internet payments and money transfers. It is a wallet payment method that allows consumers to make and receive payments without having to share their financial information.

PayPal Configuration

  1. Select Shop Settings/Payment Methods.

  2. Scroll down to Wirecard PayPal.
    List of payments

  3. Click Wirecard PayPal to open the PayPal configuration page:
    PayPal Configuration

Purchase Price From/To

During checkout, the consumer can choose PayPal only if the total purchase price is within the specified limits. Select the limits according to your Wirecard contract.

Shopping Basket

As a service for the consumers, PayPal supports the display of the shopping basket's content during checkout. To enable this feature, set the Shopping Basket to Yes.

Descriptor

The descriptor is the text representing an order on the consumer's bank statement issued by PayPal. It provides information for the consumer, as it associates a specific debit on the consumer's account with the respective purchase in your shop.

  • If the descriptor is set to No, PayPal generates a default entry for each purchase.

  • If the descriptor is set to Yes, the default descriptor text consists of the first 9 characters of the shop name and the order number. To modify the descriptor, use the method getDescriptor in the file Extend/Model/Payment_Gateway.php.

    • Allowed characters: umlaut, 0-9, a-z, A-Z, , +, ,, -, .
    • Max. length: 27 characters

Set this feature to Yes to send the descriptor with each request/response.

Send Additional Information

If this feature is set to Yes, additional data will be sent for the purpose of fraud protection. This additional data includes billing/shipping address, shopping basket, and descriptor.

Note: The additional information includes the descriptor even if the descriptor option is set to No.

Delete Canceled Order

If this feature is set to Yes, every time the payment process is canceled before completion of the authorization/purchase, the corresponding order will be automatically deleted from the OXID order management.

Delete Failed Order

If this feature is set to Yes, every time the payment process fails to complete the authorization/purchase successfully, the corresponding order will be automatically deleted from the OXID order management.

Payment Action

PayPal payment can be performed with two different payment actions:

1. Authorization: Payments for orders are not captured/invoiced but only authorized by the consumer, and therefore only reserved. For debit, you have to confirm/capture the amount manually.

  • This payment action triggers the transaction type authorization for payment method PayPal.
  • The order created in OXID order management will be labeled as Authorized.

2. Purchase: Payments for orders are captured/invoiced automatically .

  • This payment action triggers the transaction type purchase for payment method PayPal.
  • The order created in OXID order management will be labeled as Processing.

Supported Post-Processing Operations

To access post-processing operations, go to Wirecard Transactions to open the transaction table, which lists all successful transactions:
Wirecard Payment Gateway Options

Click a Transaction ID to open the transaction detail view. It shows all available post-processing operations, e.g.:
Wirecard Payment Gateway Transaction Details

Depending on your Payment Action settings, there are different post-processing operation workflows for Paypal_Post_Processing_options:

Payment Action Authorization

1. Cancel: Triggers transaction type void-authorization. The payment will be canceled/voided, and the corresponding order in OXID order management will be updated to status Canceled.

2. Capture: Triggers transaction type capture-authorization. The payment will be captured/invoiced, and the corresponding order in OXID order management will be updated to status Processing.

3. Refund: Triggers transaction type refund-capture. The payment/invoice will be refunded, and the corresponding order in OXID order management will be updated to status Refunded.

Payment Action Purchase

1. Refund: Triggers transaction type refund-debit. The payment/invoice will be refunded, and the corresponding order in OXID order management will be updated to status Refunded.

You also have the option of partial Refund/Capture. Partial Refund/Capture is possible until the payment has been refunded/captured in full.


Please be aware that stock management is not included in the post-processing operations triggered in the Wirecard module but only in OXID order management.