Verifone · Example Payload

Paypal Ecommerce Api Postsubscriptions

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Paypal Ecommerce Api Postsubscriptions 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": "postSubscriptions",
  "summary": "Create subscription",
  "method": "POST",
  "path": "/subscriptions",
  "responseExample": {
    "approvalUrl": "string",
    "id": "string",
    "planId": "string",
    "planOverridden": false,
    "status": "string"
  }
}