Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.62 KB

Payment.md

File metadata and controls

21 lines (18 loc) · 2.62 KB

# Payment

Properties

Name Type Description Notes
id int Payment identifier
account_id int Identifier of the account to which this payment relates. This field is only set if it was specified upon creation of the payment. [optional]
iban string IBAN of the account to which this payment relates. This field is only set if it was specified upon creation of the payment. [optional]
bank_id int Identifier of the bank to which this payment relates.
type \OpenAPI\Client\Model\PaymentType
amount float Total money amount of the payment order(s), as absolute value
order_count int Total count of orders included in this payment
status \OpenAPI\Client\Model\OrderInitiationStatus
bank_message string The bank's response to the most recent request for this payment. Possible requests are: Initial submission of the payment, execution request or subsequent status checks. Note that this field may not always (or never) be set. Also, as long as the payment has not reached its final status, this field can always change. [optional]
request_date \DateTime <strong>Format:</strong> 'YYYY-MM-DD'T'HH:MM:SS.SSSXXX' (RFC 3339, section 5.6)<br/>Time of when finAPI submitted this payment to the bank. [optional]
execution_date \DateTime <strong>Format:</strong> 'YYYY-MM-DD'T'HH:MM:SS.SSSXXX' (RFC 3339, section 5.6)<br/>Time of when the execution of this payment has completed.<br/><br/>Note:<br/>&bull; When the execution of a payment has completed, it does not necessarily mean that the payment was successful. Please refer to the payment 'status' for its final status.<br/>&bull; The execution date may deviate from the date when the bank will actually book the payment (for example if the 'instructedExecutionDate' is in the future). [optional]
instructed_execution_date \DateTime <strong>Format:</strong> 'YYYY-MM-DD'<br/>The date that was specified as 'executionDate' upon creation of the payment. This field may not be set if no 'executionDate' was specified upon payment creation. [optional]
instant_payment bool Whether the order was submitted to the bank as an instant SEPA order. [optional]

[Back to Model list] [Back to API list] [Back to README]