Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.12 KB

PaymentInitiationConsentStatus.md

File metadata and controls

12 lines (7 loc) · 1.12 KB

PaymentInitiationConsentStatus

The status of the payment consent. UNAUTHORISED: Consent created, but requires user authorisation. REJECTED: Consent authorisation was rejected by the user and/or the bank. AUTHORISED: Consent is active and ready to be used. REVOKED: Consent has been revoked and can no longer be used. EXPIRED: Consent is no longer valid.

Properties

Name Type Description Notes
value str The status of the payment consent. `UNAUTHORISED`: Consent created, but requires user authorisation. `REJECTED`: Consent authorisation was rejected by the user and/or the bank. `AUTHORISED`: Consent is active and ready to be used. `REVOKED`: Consent has been revoked and can no longer be used. `EXPIRED`: Consent is no longer valid. must be one of ["UNAUTHORISED", "AUTHORISED", "REVOKED", "REJECTED", "EXPIRED", ]

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