GET api/v1/recurringpayments/list
Get listing of all recurring payments for customer.
Request Information
URI Parameters
None.
Body Parameters
RecurringPaymentsListingBindingModelName | Description | Type | Additional information |
---|---|---|---|
Authentication | AuthenticationModel |
Required |
|
Request | RecurringPaymentsListingRequestModel |
Required |
Request Formats
application/json, text/json
Sample:
{ "Authentication": { "Id": "sample string 1", "Key": "sample string 2" }, "Request": { "Email": "sample string 1" } }
application/xml, text/xml
Sample:
<RecurringPaymentsListingBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Payments.Api.Models"> <Authentication> <Id>sample string 1</Id> <Key>sample string 2</Key> </Authentication> <Request> <Email>sample string 1</Email> </Request> </RecurringPaymentsListingBindingModel>
Response Information
Resource Description
RecurringPaymentsOutgoingModelName | Description | Type | Additional information |
---|---|---|---|
Message | MessageModel |
None. |
|
Response | IRecurringPaymentsResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": { "Code": "(2 digit code reflecting result of request - 00 is good)", "Description": "(Message response in text depending upon request/result of request)" }, "Response": { "CustomerProfileId": "123456789", "RecurringPaymentId": "123456789", "NextProcessingDate": "2025-04-20 (YYYY-MM-DD - UTC format)" } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.