-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create payment-method-paypal-checkout.en.md
- Loading branch information
1 parent
6c593d9
commit b9b0aa3
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
...onfiguration/checkout-flow/payment-methods/payment-method-paypal-checkout.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 > My Apps & 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> |