Xero · Example Payload

Xero Getpaymentservices Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getpaymentservices Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getPaymentServices",
  "method": "GET",
  "path": "/PaymentServices",
  "summary": "Xero Retrieves payment services",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "ab82a7dd-5070-4e82-b841-0af52909fe04",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552488713171)/",
        "PaymentServices": [
          {
            "PaymentServiceID": "54b3b4f6-0443-4fba-bcd1-61ec0c35ca55",
            "PaymentServiceName": "PayUpNow",
            "PaymentServiceUrl": "https://www.payupnow.com/",
            "PaymentServiceType": "Custom",
            "PayNowText": "Time To Pay"
          }
        ]
      }
    }
  ]
}