POST api/esuite/v1/tylerpayments/AutopayRegistration
This sends a request to Tyler Payments to register for autopay Tyler Payments will return a redirecturi that NWERP can use to bring up the autopay registration page in tyler payments.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "TylerPaymentsAutoPayId": "de73a892-cc84-4951-92d0-9e3af9824da6", "CheckoutContextId": "4197d6c0-5612-4cf5-847e-2218af153836", "PaymentTypeKey": "sample string 3", "AccountId": "sample string 4", "CustomerId": "sample string 5" }
application/xml, text/xml
Sample:
<AutopayRegistrationNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tyler.PaymentIntegrationGateway.Models"> <AccountId>sample string 4</AccountId> <CheckoutContextId>4197d6c0-5612-4cf5-847e-2218af153836</CheckoutContextId> <CustomerId>sample string 5</CustomerId> <PaymentTypeKey>sample string 3</PaymentTypeKey> <TylerPaymentsAutoPayId>de73a892-cc84-4951-92d0-9e3af9824da6</TylerPaymentsAutoPayId> </AutopayRegistrationNotification>
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.