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. ✅ Payout A merchant can send funds to customers and have them received via venmo 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": "venmo",
  "provider": "paypal",
  "config": {},
  
}