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": "b36dd80e-4104-494f-aa0d-b770f606b73e", "CheckoutContextId": "ffc5965e-57f0-4091-be76-5ea1036128b7", "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>ffc5965e-57f0-4091-be76-5ea1036128b7</CheckoutContextId> <CustomerId>sample string 5</CustomerId> <PaymentTypeKey>sample string 3</PaymentTypeKey> <TylerPaymentsAutoPayId>b36dd80e-4104-494f-aa0d-b770f606b73e</TylerPaymentsAutoPayId> </AutopayRegistrationNotification>
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.