Difference between revisions of "X-Payments:PayPal REST API"

From X-Payments Help
Jump to: navigation, search
(Created page with "Stores connected to X-Payments can be configured to use payment processing via PayPal REST API. {| class="wikitable" width=90% |- ! scope="col" style="width: 10%;"| '''Featur...")
 
m
Line 1: Line 1:
 
Stores connected to X-Payments can be configured to use payment processing via PayPal REST API.
 
Stores connected to X-Payments can be configured to use payment processing via PayPal REST API.
 +
 +
===PayPal REST API Features===
  
 
{| class="wikitable" width=90%
 
{| class="wikitable" width=90%
Line 59: Line 61:
 
| Supports Account Updater service
 
| Supports Account Updater service
 
|}
 
|}
 +
 +
Other payment methods supported by X-Payments Cloud are listed in the section [[X-Payments:Payment_gateways_supported_by_X-Payments_3.1 | X-Payments: Payment gateways supported by X-Payments 3.1]].
 +
 +
===Configure PayPal REST API===
 +
Prerequisites:
 +
 +
''<under construction>''

Revision as of 02:13, 25 February 2022

Stores connected to X-Payments can be configured to use payment processing via PayPal REST API.

PayPal REST API Features

Feature Supported? Description
Sale Check.svg Supports transactions of 'Sale' type (Authorization and capture actions are completed simultaneously at the time of payment processing)
Auth Check.svg Supports transactions of 'Auth' type (An authorization hold is placed on the amount approved by the buyer to ensure the availability of funds for capture)
Capture Check.svg
Partial and multiple transactions supported
Allows capturing the previously authorized amount (The authorized amount is moved from the buyer's account to the account of the merchant)
Void Check.svg Allows removing an authorization hold from the buyer's account by the merchant
Refund Check.svg
Partial and multiple transactions supported
Allows issuing refunds (The money is returned to the buyer's account)
Get Status Can provide information about the status of a transaction to X-Payments
Get Card Can provide new/updated information about a saved credit card. For example, if a credit card gets re-issued, it is possible to get the renewed expiration date. If any other information changes, like the credit card number or the billing address, it is possible to access this updated credit card information as well.
Accept Allows accepting transactions with a higher likelihood of risk
Decline Allows rejecting transactions with a higher likelihood of risk
Test Can test whether the merchant account details entered in X-Payments are valid
3D-Secure via Cardinal Commerce Built-in (3-D Secure v1 and v2) Supports 3-D Secure payer authentication via Cardinal Commerce. Best for PSD 2 in the European Union.
Tokenization Check.svg Supports tokenization (Allows billing a customer's credit card again - without X-Payments storing cardholder data).
Account Updater Supports Account Updater service

Other payment methods supported by X-Payments Cloud are listed in the section X-Payments: Payment gateways supported by X-Payments 3.1.

Configure PayPal REST API

Prerequisites:

<under construction>