Skip to content

Commit

Permalink
Create payment-method-paypal-checkout.en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netzarbeiter authored Jul 24, 2024
1 parent 6c593d9 commit b9b0aa3
Showing 1 changed file with 57 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
menuTitle: 'PayPal Standard Checkout'
title: 'Payment method PayPal Standard Checkout'
description: 'The shop configuration - order process - payment methods - PayPal Standard Checkout.'
aliases:
- /en/backend-configuration/store-configuration/checkout-flow/payment-methods/payment-method-PayPal-Standard-Checkout/
weight: 107
---

{{% notice info %}}<p>This lacks a general description.</p>{{% /notice %}}

{{< version "2.9" >}}


## Configuration of the payment provider

<table>
<thead>
<tr>
<th>Setting</th>
<th>Default setting</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Client ID</td>
<td>-</td>
<td>These are live API credentials from your PayPal PLUS account. You can find them in your PayPal Developer account: Dashboard &gt; My Apps &amp; Credentials. [How do I create the Client ID and Secret?](https://www.paypalobjects.com/webstatic/de_DE/downloads/Dokumentation_REST_API_Zugangsdaten.pdf)</td>
</tr>
</tbody>
</table>


## Publishing

<table>
<thead>
<tr>
<th>Setting</th>
<th>Default setting</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Use test system </td>
<td>-</td>
<td>Check this box if you want to work in test mode. Requests will then automatically go to the test system and not the production system.</td>
</tr>
<tr>
<td>Enable logging</td>
<td>-</td>
<td>Write transaction information to the system log files.</td>
</tr>
</tbody>
</table>

0 comments on commit b9b0aa3

Please sign in to comment.