This object represents the current Autopay plan. The current Autopay plan must be canceled before creating a new plan. The autopay cadence can be aligned to due dates or can be on a different payment schedule.
Success
{- "previewMode": false,
- "isAlignedToDueDates": true,
- "paymentFrequency": "weekly",
- "specificDays": [
- "string"
], - "paymentInstrumentId": "string",
- "agreementDocumentId": "string",
- "caseId": "string",
- "sendNotice": true
}
{- "status": 0,
- "message": "string",
- "data": {
- "isLocked": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "paymentFrequency": "weekly",
- "specificDays": [
- "string"
], - "paymentInstrumentId": "string",
- "id": "string",
- "agreementDocumentId": "string",
- "schedule": [
- {
- "date": "2019-08-24",
- "periodId": "string",
- "paymentType": "periodicPayment",
- "status": "booked",
- "amount": 0,
- "originalAmount": 0,
- "principalAmount": 0,
- "interestAmount": 0,
- "interestBeforeDiscountAmount": 0,
- "isDeferred": true,
- "dynamicFeeDetails": {
- "loanFeeId": "string",
- "dynamicFeeTypeId": "string",
- "apiName": "string",
- "displayName": "string"
}
}
], - "cancelReason": "invalidPaymentMethod",
- "deltaTerms": {
- "deltaInterestAmount": 0,
- "deltaFeeAmount": 0,
- "deltaDurationDays": 0,
- "deltaDueDatesNumber": 0
}
}
}
Success
{- "status": 0,
- "message": "string",
- "data": {
- "isLocked": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "paymentFrequency": "weekly",
- "specificDays": [
- "string"
], - "paymentInstrumentId": "string",
- "id": "string",
- "agreementDocumentId": "string",
- "schedule": [
- {
- "date": "2019-08-24",
- "periodId": "string",
- "paymentType": "periodicPayment",
- "status": "booked",
- "amount": 0,
- "originalAmount": 0,
- "principalAmount": 0,
- "interestAmount": 0,
- "interestBeforeDiscountAmount": 0,
- "isDeferred": true,
- "dynamicFeeDetails": {
- "loanFeeId": "string",
- "dynamicFeeTypeId": "string",
- "apiName": "string",
- "displayName": "string"
}
}
], - "cancelReason": "invalidPaymentMethod"
}
}
Success
{- "paymentInstrumentId": "string",
- "agreementDocumentId": "string",
- "caseId": "string",
- "sendNotice": true
}
{- "status": 0,
- "message": "string",
- "data": {
- "isLocked": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "paymentFrequency": "weekly",
- "specificDays": [
- "string"
], - "paymentInstrumentId": "string",
- "id": "string",
- "agreementDocumentId": "string",
- "schedule": [
- {
- "date": "2019-08-24",
- "periodId": "string",
- "paymentType": "periodicPayment",
- "status": "booked",
- "amount": 0,
- "originalAmount": 0,
- "principalAmount": 0,
- "interestAmount": 0,
- "interestBeforeDiscountAmount": 0,
- "isDeferred": true,
- "dynamicFeeDetails": {
- "loanFeeId": "string",
- "dynamicFeeTypeId": "string",
- "apiName": "string",
- "displayName": "string"
}
}
], - "cancelReason": "invalidPaymentMethod",
- "deltaTerms": {
- "deltaInterestAmount": 0,
- "deltaFeeAmount": 0,
- "deltaDurationDays": 0,
- "deltaDueDatesNumber": 0
}
}
}
Success
Request sandbox access