Payment

Payment Model

AttributeTypeDescription
paymentIdStringA unique identifier of the payment.
paymentStatusPayment StatusThe status of the payment.
paymentDateTimeStringThe date of the payment in format yyyy-MM-ddTHH:mm:ss.sss, e.g. 2019-09-05T14:02:06.803.
creditorAccountStringThe IBAN of the creditor.
creditorNameStringThe name of the creditor.
instructedAmountDoubleThe original amount of the payment.
instructedCurrencyStringThe currency of the payment amount. 3 character ISO 4217 code (e.g. "EUR", "GBP", "USD").

Payment Status

ValueDescription
receivedThe consent data have been received and are technically correct. The data is not authorised yet.
rejectedThe consent data have been rejected, e.g. since no successful authorisation has taken place.
validThe consent is accepted and valid for GET account data calls and others as specified in the consent object.
revokedByPsuThe consent has been revoked by the PSU towards the ASPSP.
expiredThe consent expired.
terminatedByTppThe corresponding TPP has terminated the consent by applying the DELETE method to the consent resource.

Payment Beneficiary

AttributeTypeDescription
idIntThe id of the beneficiary. Used for initiating a payment request.
fullNameStringThe full name of the beneficiary.
accountNumberStringThe IBAN of the beneficiary's account.