Delegate SCA (Out-of-Band)

The Delegate SCA challenge method, also known as OOB (Out-of-Band), can represent both the inherence and possession factors in SCA. This is the most recommended, user-friendly, and durable challenge method with the highest acceptance rates.

Dual Factor

Covers both possession (device) and inherence (biometrics) factors.

Best UX

Push notification to banking app with Face ID or fingerprint authentication.

Highest Success

Highest acceptance rate of all challenge methods in Apata.


How It Works

┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│   Apata     │ ──▶ │   Issuer    │ ──▶ │  Banking    │
│  (Webhook)  │     │   System    │     │    App      │
└─────────────┘     └─────────────┘     └─────────────┘
                                               │
                                               ▼
                                        ┌─────────────┐
                                        │ Cardholder  │
                                        │ Approves    │
                                        └─────────────┘
                                               │
┌─────────────┐     ┌─────────────┐            │
│   Apata     │ ◀── │   Issuer    │ ◀──────────┘
│  (Result)   │     │  Callback   │
└─────────────┘     └─────────────┘
  1. Apata sends transaction details to issuer via webhook
  2. Issuer sends push notification to cardholder's banking app
  3. Cardholder authenticates with Face ID or fingerprint
  4. Issuer notifies Apata of the authentication result

Configuration

Basic Settings
FieldDescription
NameUser-friendly identifier
AliasUnique identifier (alphanumeric, dashes, underscores). Cannot be changed after creation.
DescriptionOptional details about the method
Attempt & Retry Settings
FieldDefaultDescription
Retries0Max times cardholder can retry OOB authentication
Attempts1Max incorrect entries before failure
TTL300sTime limit to complete challenge (5 minutes)
📘

If retries > 0, you must configure a Delegate Retry webhook.

Authentication Method
FieldDescription
Default Value(07) OOB Biometrics - reported to payment schemes
MatchersOverride auth method value based on Protocol Version
Webhook Configuration
WebhookRequiredDescription
Send WebhookYesEndpoint to initiate OOB authentication
Delegate VerifyOptionalEndpoint to verify OOB result
Delegate CancelOptionalNotification when cardholder cancels
Delegate RetryIf retries > 0Endpoint for retry requests
📘

All webhooks require Webhook configuration before setup.


Issuer Callbacks

If not using Delegate Verify, the issuer notifies Apata of the authentication result via API callbacks:

When cardholder successfully authenticates, call the Transaction Authenticate endpoint.


SCA Factor Coverage

FactorHow Delegate SCA Fulfills It
PossessionCardholder's registered mobile device
InherencePhysical biometrics (Face ID, fingerprint)
📘

Delegate SCA can satisfy both SCA factors in a single step, providing the best user experience while meeting regulatory requirements.


API References

WebhookDescription
Delegate SCA SendInitiate OOB authentication
Delegate CancelCardholder cancelled notification
Transaction AuthenticateReport successful authentication
Transaction DeclineReport failed authentication

Related Topics

  • Challenge Profile – Combine OOB with fallback methods
  • Challenge Interface – Customise the waiting screen
  • Webhook – Configure OOB endpoints
  • SCA – Strong Customer Authentication requirements