Xero · Example Payload

Xero Createbrandingthemepaymentservices Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Createbrandingthemepaymentservices 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": "createBrandingThemePaymentServices",
  "method": "POST",
  "path": "/BrandingThemes/{BrandingThemeID}/PaymentServices",
  "summary": "Xero Creates a new custom payment service for a specific branding theme",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "PaymentServices": [
          {
            "PaymentServiceID": "54b3b4f6-0443-4fba-bcd1-61ec0c35ca55",
            "PaymentServiceName": "PayUpNow",
            "PaymentServiceUrl": "https://www.payupnow.com/",
            "PaymentServiceType": "Custom",
            "PayNowText": "Time To Pay"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "918feecb-067a-4ed9-841b-571c04eaada3",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1551139338915)/",
        "PaymentServices": [
          {
            "PaymentServiceID": "00000000-0000-0000-0000-000000000000",
            "PaymentServiceName": "ACME Payments",
            "PaymentServiceUrl": "https://www.payupnow.com/",
            "PaymentServiceType": "Custom",
            "PayNowText": "Pay Now"
          }
        ]
      }
    }
  ]
}