forked from LiveCarta/PayPal-PHP-Server-SDK
748 B
748 B
Venmo Wallet Experience Context User Action
Configures a Continue or Pay Now checkout flow.
Enumeration
VenmoWalletExperienceContextUserAction
Fields
| Name | Description |
|---|---|
CONTINUE_ |
After you redirect the customer to the Venmo payment page, a Continue button appears. Use this option when the final amount is not known when the checkout flow is initiated and you want to redirect the customer to the merchant page without processing the payment. |
PAY_NOW |
After you redirect the customer to the Venmo payment page, a Pay Now button appears. Use this option when the final amount is known when the checkout is initiated and you want to process the payment immediately when the customer clicks Pay Now. |