VenmoRequest
A VenmoRequest specifies options that contribute to the Venmo flow.
Constructors
Properties
Optional - The boolean value of the flag that signifies whether customer billing address will be collected. Whether or not billing address should be collected and displayed on Venmo pay sheet.
Optional - The boolean value of the flag that signifies whether customer shipping address will be collected. Whether or not shipping address should be collected and displayed on Venmo pay sheet.
Optional - The total discount amount applied on the transaction. The total discount amount applied on the transaction. If this value is set, totalAmount
must also be set.
Optional - The business name that will be displayed in the Venmo app payment approval screen. Only used by merchants onboarded as PayFast channel partners.
Optional - The boolean value of the flag that signifies whether the purchase amount is the final amount. Indicates whether the purchase amount is the final amount. Defaults to false.
Optional - The Venmo profile ID to be used during payment authorization. The Venmo profile ID to be used during payment authorization. Customers will see the business name and logo associated with this Venmo profile, and it will show up in the Venmo app as a "Connected Merchant". Venmo profile IDs can be found in the Braintree Control Panel. Leaving this null` will use the default Venmo profile.
Optional - he shipping amount charged for the transaction. The shipping amount charged for the transaction. If this value is set, totalAmount
must also be set.
Optional - Whether or not to automatically vault the Venmo Account. Whether or not to automatically vault the Venmo Account. Vaulting will only occur if a client token with a customer ID is being used. Defaults to false.
Optional - The subtotal amount of the transaction, excluding taxes, discounts, and shipping. The subtotal amount of the transaction, excluding taxes, discounts, and shipping.
Optional - The grand total amount of the transaction that will be displayed on the pay sheet. The grand total amount of the transaction that will be displayed on the pay sheet.