dataArray of objects(installment_plan_period)required Example: [{"id":"IPD344S1PDY8XX","type":"installment_plan_period","amount":1500,"period_number":1,"installment_plan":"PIUJDW4VCMG9JS","state":"paid","payments":{"type":"list","data":[{"id":"PPH25H07JYWLR7PA82","type":"payment","amount":1000,"description":"Test Payment","currency":"EUR","state":"paid","refunded_amount":0,"return_url":"https://example.com/thank-you","cancel_url":"https://example.com/cancel","paid_at":"2023-06-30T12:44:35Z","created_at":"2023-06-30T12:40:10Z","_links":{"self":"https://api.paypro.nl/payments/PPH25H07JYWLR7PA82"}}],"count":1,"_links":{"self":"https://api.paypro.nl/installment_plan_periods/SPD344S1PDY8XX/payments"}},"created_at":"2023-06-30T12:40:10Z","_links":{"self":"https://api.paypro.nl/installment_plan_periods/IPD344S1PDY8XX","installment_plan":"https://api.paypro.nl/installment_plans/PIUJDW4VCMG9JS"}}]
Example: "IPD344S1PDY8XX"
data[].typestringrequired Value"installment_plan_period"
Example: "installment_plan_period"
data[].amountintegerrequired Example: 1500
data[].period_numberintegerrequired Example: 1
data[].installment_planstringrequired Example: "PIUJDW4VCMG9JS"
data[].statestringrequired Enum"open""pending""paid""canceled""reversed""refunded"
Example: "paid"
data[].paymentsobjectrequired Example: {"type":"list","data":[{"id":"PPH25H07JYWLR7PA82","type":"payment","amount":1000,"description":"Test Payment","currency":"EUR","state":"paid","refunded_amount":0,"return_url":"https://example.com/thank-you","cancel_url":"https://example.com/cancel","paid_at":"2023-06-30T12:44:35Z","created_at":"2023-06-30T12:40:10Z","_links":{"self":"https://api.paypro.nl/payments/PPH25H07JYWLR7PA82"}}],"count":1,"_links":{"self":"https://api.paypro.nl/installment_plan_periods/SPD344S1PDY8XX/payments"}}
data[].payments.typestringrequired Value"list"
Example: "list"
data[].payments.dataArray of objects(payment)required Example: [{"id":"PPH25H07JYWLR7PA82","type":"payment","amount":1000,"description":"Test Payment","currency":"EUR","state":"paid","refunded_amount":0,"return_url":"https://example.com/thank-you","cancel_url":"https://example.com/cancel","paid_at":"2023-06-30T12:44:35Z","created_at":"2023-06-30T12:40:10Z","_links":{"self":"https://api.paypro.nl/payments/PPH25H07JYWLR7PA82"}}]
data[].payments.data[].idstringrequired Example: "PPH25H07JYWLR7PA82"
data[].payments.data[].typestringrequired Value"payment"
Example: "payment"
data[].payments.data[].amountintegerrequired Example: 1000
data[].payments.data[].descriptionstringrequired Example: "Test Payment"
data[].payments.data[].currencystringrequired Value"EUR"
Example: "EUR"
data[].payments.data[].pay_methodpay_method (object) or null_type (any)required Example: {"id":"ideal","type":"pay_method","name":"iDEAL","currencies":["EUR"],"minimum_amount":10,"maximum_amount":5000000,"details":{"issuers":[{"code":"ABNANL2A","name":"ABN AMRO"}]}}
Any of:
data[].payments.data[].pay_method.idstringrequired Example: "ideal"
data[].payments.data[].pay_method.typestringrequired Value"pay_method"
Example: "pay_method"
data[].payments.data[].pay_method.namestringrequired Example: "iDEAL"
data[].payments.data[].pay_method.currenciesArray of strings Items Value"EUR"
Example: ["EUR"]
data[].payments.data[].pay_method.minimum_amountinteger Example: 10
data[].payments.data[].pay_method.maximum_amountinteger Example: 5000000
data[].payments.data[].pay_method.detailsobject Example: {"issuers":[{"code":"ABNANL2A","name":"ABN AMRO"}]}
data[].payments.data[].statestringrequired Example: "paid"
data[].payments.data[].refunded_amountintegerrequired data[].payments.data[].return_urlstring or null(uri)required Example: "https://example.com/thank-you"
data[].payments.data[].cancel_urlstring or null(uri)required Example: "https://example.com/cancel"
data[].payments.data[].metadataobjectrequired Example: {}
data[].payments.data[].customerstring or nullrequired Example: "CU7JRN6W6K3DA9"
data[].payments.data[].mandatestring or nullrequired Example: "MD6ULYXJ4HP9RJ"
data[].payments.data[].subscriptionstring or nullrequired data[].payments.data[].installment_planstring or nullrequired data[].payments.data[].paid_atstring or null(date-time)required Example: "2023-06-30T12:44:35Z"
data[].payments.data[].created_atstring or null(date-time)required Example: "2023-06-30T12:40:10Z"
data[].payments.data[]._linksobjectrequired Example: {"self":"https://api.paypro.nl/payments/PPH25H07JYWLR7PA82","customer":"https://api.paypro.nl/customers/CU7JRN6W6K3DA9","mandate":"https://api.paypro.nl/mandates/MD6ULYXJ4HP9RJ"}
data[].payments.data[]._links.selfstring(uri)required Example: "https://api.paypro.nl/payments/PPH25H07JYWLR7PA82"
data[].payments.data[]._links.customerstring(uri) Example: "https://api.paypro.nl/customers/CU7JRN6W6K3DA9"
data[].payments.data[]._links.mandatestring(uri) Example: "https://api.paypro.nl/mandates/MD6ULYXJ4HP9RJ"
data[].payments.data[]._links.subscriptionstring(uri) data[].payments.data[]._links.installment_planstring(uri) data[].payments.data[]._links.checkoutstring(uri) data[].payments.countintegerrequired Example: 1
data[].payments._linksobjectrequired Example: {"self":"https://api.paypro.nl/installment_plan_periods/SPD344S1PDY8XX/payments"}
data[].payments._links.selfstring(uri)required Example: "https://api.paypro.nl/installment_plan_periods/SPD344S1PDY8XX/payments"
data[].created_atstring(date-time)required Example: "2023-06-30T12:40:10Z"
data[]._linksobjectrequired Example: {"self":"https://api.paypro.nl/installment_plan_periods/IPD344S1PDY8XX","installment_plan":"https://api.paypro.nl/installment_plans/PIUJDW4VCMG9JS"}
data[]._links.selfstring(uri)required Example: "https://api.paypro.nl/installment_plan_periods/IPD344S1PDY8XX"
data[]._links.installment_planstring(uri)required Example: "https://api.paypro.nl/installment_plans/PIUJDW4VCMG9JS"