{ "operationId": "createPaymentService", "method": "PUT", "path": "/PaymentServices", "summary": "Xero Creates a payment service", "requestExamples": [ { "contentType": "application/json", "example": { "PaymentServices": [ { "PaymentServiceName": "PayUpNow", "PaymentServiceUrl": "https://www.payupnow.com/", "PayNowText": "Time To Pay" } ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "7ed8b3c0-2155-49ee-a583-f2dce6607dfb", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1552488712813)/", "PaymentServices": [ { "PaymentServiceID": "54b3b4f6-0443-4fba-bcd1-61ec0c35ca55", "PaymentServiceName": "PayUpNow", "PaymentServiceUrl": "https://www.payupnow.com/", "PaymentServiceType": "Custom", "PayNowText": "Time To Pay", "ValidationErrors": [ { "Message": "Payment service could not be found" } ] } ] } } ] }