PSD2 exemptions
The PSD2 exemptions object indicates whether a transaction qualifies for a PSD2
exemption and if yes – for which one. In case a transaction qualifies for any of
the supported PSD2 exemption types – out of scope, recurring, low-value
or low-risk – you can use these values downstream. If more than one exemption
type applies to one transaction, the response includes all applicable
exemptions.
Response example
{
"frg_trans_id": "818588a739bf529302f3bf3b9c100b3e",
"fraugster_approved": 1,
"psd2": {
"raise_exemption": true,
"exemption_types": ["low_value", "low_risk", "recurring_transaction"]
}
}
The following table gives more details on the psd2 field and its components.
| Component | Description |
|---|---|
raise_exemption | Boolean. True when the transaction qualifies for an exemption. |
exemption_types | Determines the type of exemption applicable to the transaction. Possible values:
|