Submit a Rich Authorization Request (RAR) to the Pushed Authorization Request (PAR) Endpoint, as defined in RFC 9126.
The application/json Content Type is included in the Request Body for tooling compatibility, but requests MUST be sent using the Content Type application/x-www-form-urlencoded.
private_key_jwt client assertion
Authorization Request for submitting one-or-more Rich Authorization Request (RAR) objects that encapsulate the consent agreed between the TPP and the User.
This object defines the required JSON Web Token (JWT) payload. This does not represent a correctly serialized JWT, but provides a Schema Object that correctly defines the supported RARs.
The following Consent Combinations are supported, and indicated by the consent_combination property.
SingleBankDataSharingConsent: A Single Bank Data Sharing Consent
SingleBankServiceInitiationConsent: A Single Bank Service Initiation Consent.
SingleInsuranceDataSharingConsent: A Single Insurance Data Sharing Consent
CombinedBankDataSharingConsent: Exactly two Bank Data Sharing Consents, supported under Combined Consent rules.
CombinedBankServiceInitiationConsent: Exactly two Bank Service Initiation Consents, supported under Combined Consent rules.
CombinedBankConsent: Bank Data Sharing and Bank Service Initiation Consents, with exactly two RAR objects supported that must be mutually exclusive.
CombinedPaymentConsent: Combination of a Single Instant Payment with a multi-payment, with exactly two RAR objects supported, to support the existing Combined Payment profile.