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. ✅ Payout A merchant can send funds to customers and have them received via paypal payment methods.

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": "payouts",
  "product": "paypal",
  "provider": "paypal",
  "config": {},
  
}