Verifone · Example Payload

Paypal Ecommerce Api Getbillingplans

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Paypal Ecommerce Api Getbillingplans is an example object payload from Verifone, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathresponseExample

Example Payload

Raw ↑
{
  "operationId": "getBillingplans",
  "summary": "List billing plans",
  "method": "GET",
  "path": "/billingPlans",
  "responseExample": {
    "plans": [
      {}
    ],
    "totalItems": 0,
    "totalPages": 0
  }
}