Verifone · Schema

lastPayment

The details for the last payment of the subscription

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
status string The status of the captured payment
amount object
time string The date and time when the last payment was made
View JSON Schema on GitHub

JSON Schema

paypal-ecommerce-api-lastpayment.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-lastpayment.json",
  "title": "lastPayment",
  "description": "The details for the last payment of the subscription",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The status of the captured payment"
    },
    "amount": {
      "$ref": "#/components/schemas/Model14"
    },
    "time": {
      "type": "string",
      "description": "The date and time when the last payment was made",
      "format": "date"
    }
  }
}