Paypal

How to enable Paypal paypal on a merchant.

PayPal is a secure digital wallet that enables customers to make payments using their stored cards, bank accounts, or PayPal balance. Authvia supports PayPal as a tender option, and merchants can easily configure PayPal for their account through the Authvia Merchant Portal.

Features

oAuth Configuration A merchant can configure this product in the merchant portal using oAuth.
Refund A paypal payment processed with Paypal can be / according to its status.
Payment Authorization Payments can be authorized by customers using paypal.
Payment Capture Payment authorizations made using paypal payment methods can be captured. This step happens automatically with CHARGE transactions.

Resources

Configuration

No configuration is required.

Enabling this Product

Using create-merchant-product API you can add a new product to your merchant record. Below is an example configuration for the payload of that request.

{
  "line": "payments",
  "product": "paypal",
  "provider": "paypal",
  "config": {},
  
}