Paypal

How to enable Paypal venmo on a merchant.

Venmo is a mobile-first digital wallet that enables customers to complete payments using their Venmo balance or linked funding sources. Authvia supports Venmo as a tender option, and merchants can easily configure Venmo 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 venmo payment processed with Paypal can be / according to its status.
Payment Authorization Payments can be authorized by customers using venmo.
Payment Capture Payment authorizations made using venmo 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": "venmo",
  "provider": "paypal",
  "config": {},
  
}