The message getPaymentRecordResponse is the response from Payline to a request for information on a payment schedule. It allows you to obtain, among other things, the deadlines associated with the payment schedule.
The response has the following structure :
Element | Description | Required | Format | result | Information on the result of the application for authorization. More information Return code and Payline message | Yes | AN | | recurring | Recurring payment information | Yes | Object recurring | | isDisabled | The status of the payment 0: active 1: Inactive | No | AN1 | | disableDate | The date of deactivation of the payments schedule | No | AN14 | | billingRecordList | Information on the payments schedule | No | Object billingRecordList | | privateDataList | Personal information | No | Object privateDataList | | order | Order information | No | Object order | | walletId | Identifier of the wallet used | Yes | AN50 |
|