Verifone · Schema

redirectUrls

redirectUrls from PayPal eComm API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
returnUrl string The URL where the customer is redirected after the customer approves the payment
cancelUrl string The URL where the customer is redirected after the customer cancels the payment
View JSON Schema on GitHub

JSON Schema

paypal-ecommerce-api-redirecturls.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/paypal-ecommerce-api-redirecturls.json",
  "title": "redirectUrls",
  "description": "redirectUrls from PayPal eComm API",
  "type": "object",
  "properties": {
    "returnUrl": {
      "type": "string",
      "description": "The URL where the customer is redirected after the customer approves the payment"
    },
    "cancelUrl": {
      "type": "string",
      "description": "The URL where the customer is redirected after the customer cancels the payment"
    }
  }
}