1
0
Files
PayPal-PHP-Server-SDK/doc/models/venmo-wallet-experience-context-user-action.md
Patrick Powers 1fc2cf1e07 2.0.0 Release (#58)
* Automated commit message

* Automated commit message

* add changelog

---------

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
2025-11-13 16:32:53 -06:00

17 lines
748 B
Markdown

# 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. |