Google Pay Experience Context
May 27, 2025 ยท View on GitHub
Customizes the payer experience during the approval process for the payment.
Structure
GooglePayExperienceContext
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
ReturnUrl | String | Required | Describes the URL. | String getReturnUrl() | setReturnUrl(String returnUrl) |
CancelUrl | String | Required | Describes the URL. | String getCancelUrl() | setCancelUrl(String cancelUrl) |
Example (as JSON)
{
"return_url": "return_url6",
"cancel_url": "cancel_url8"
}