Quick Start

This guide walks through the steps required to configure Apata and process your first live transaction, from creating a Financial Institution through to go-live.

Prerequisites

Before starting, ensure your Apata Account Manager has:

  • Created your Organisation in the Apata system
  • Set up admin users with Portal access
  • Provided API credentials (if using API integration)

Step 1: Create a Financial Institution

  1. Log in to the Apata Portal
  2. Navigate to Financial Institutions in the left menu
  3. Click Create Financial Institution
  4. Fill in the required fields:
    • Name: Your FI's display name
    • Alias: A unique, permanent identifier (no spaces) used in API requests
    • Description: Optional notes
  5. Click Create
👍

Creating a Financial Institution automatically provisions a set of defaults so you can start testing immediately.

What's created automatically
DefaultDescription
Risk ProfileChallenges all transactions by default.
SMS OTP Challenge MethodPre-configured challenge method ready for use.
Challenge ProfileLinks the default challenge method to the default card program.
Card ProgramA default program applied to all cards unless overridden.

Step 2: Add BIN Ranges

You need at least one BIN or Card Range to route transactions to your Financial Institution.

  1. Switch to the Organisation workspace using the top-left selector
  2. Navigate to BINs & Card Ranges
  3. Click + Create
  4. Configure:
    • Scheme: Visa or Mastercard
    • BIN Value or Range: start and end PAN
    • Cryptogram settings: CAVV keys - coordinate with your Account Manager
  5. Under Financial Institution Access, enable your FI
  6. Save the BIN
💡

For initial testing, you can use any BIN value. Update it to your production BIN before go-live.


Step 3: Configure Challenge Methods

A default SMS OTP challenge method is pre-configured. Customise or add methods as needed.

SMS OTP

Send a one-time passcode to the cardholder via SMS.

Email OTP

Send a one-time passcode to the cardholder via email.

Push Confirmation

Approve via in-app push notification.

Static Password

Verify against a fixed password stored in Apata.

Delegate SCA

Delegate authentication entirely to your own app.

KBA

Verify identity via issuer-configured security questions.

To configure a Challenge Method:

  1. Switch to your FI workspace
  2. Navigate to Challenge Methods
  3. Edit the default SMS OTP or create a new method
  4. Configure webhooks if using Delegate Send or Delegate Verify to hand off OTP delivery or verification to your systems

Step 4: Customise the Challenge Interface

The Challenge Interface is the UI presented to cardholders during authentication.

  1. Navigate to Challenge Interfaces in your FI workspace
  2. Edit the default interface or create a new one
  3. Customise:
    • Branding (logos, colours)
    • Copy and text content
    • Supported language locales
  4. Create Challenge Interface Locales for each language you need to support

Step 5: Configure Risk Profile and Rules

The default Risk Profile challenges all transactions. Add Risk Rules to enable frictionless flows and apply exemptions.

  1. Navigate to Risk Profiles in your FI workspace
  2. Edit the default profile or create a new one
  3. Add rules based on your requirements:
Low Value Payment

Exempt transactions under €30 in accordance with PSD2.

TRA

Apply TRA to exempt low-risk transactions up to a configured value limit.

Whitelist

Allow frictionless flows for merchants the cardholder has previously whitelisted.

Amount Threshold

Challenge or accept based on transaction amount.

Merchant Category

Apply different behaviour by MCC.

Geographic Rules

Adjust authentication behaviour based on merchant or device country.

📘

Use Backtesting to evaluate the impact of new rules against historical transactions before applying them to live traffic.


Step 6: Set Up Card Link

Card Link enables Apata to fetch card details from your system on demand, eliminating the need for pre-Enrolment.

  1. Navigate to Card Link in your FI workspace
  2. Configure:
TypeDescription
STANDARD_V1Standard card lookup. Apata calls your endpoint to retrieve card details.
STANDARD_V1_WITH_RISKStandard card lookup with an additional risk score returned from your system.
  1. Implement the Card Link endpoint per the API reference

Step 7: Test with the Merchant Simulator

Use the Merchant Simulator to validate your configuration before going live.

  1. Navigate to Merchant Simulator in your FI workspace
  2. Click Add Test Card
  3. Select a BIN range and generate a test PAN
  4. Configure test card properties (phone number, email, password)

Step 8: Go Live

Pre-launch checklist
  • Production BIN ranges configured and enabled
  • Challenge Interface branded and localised
  • Risk Profile rules reviewed and tested
  • Card Link endpoint deployed and tested in production
  • Webhooks configured for the Finalised Event
  • CAVV keys exchanged with payment schemes

Once the checklist is complete:

  1. Update the DS: Work with your scheme contacts to redirect your BIN ranges to the Apata ACS URL
  2. Live card testing: Perform end-to-end tests with live test cards
  3. Enable traffic: Confirm all transactions are flowing through the Apata ACS

Key Concepts

Organisation

Organisation - The top-level tenant in Apata, representing your company or an aggregator managing multiple issuers.

Financial Institution

Financial Institution - An isolated issuer entity within an Organisation, with its own cards, settings, and authentication configuration.

Card Program

Card Program - A grouping of cards within a Financial Institution that shares a common Risk Profile and Challenge Profile.

Challenge Profile

Challenge Profile - Defines which Challenge Methods are available to a cardholder and in what order.

Risk Profile

Risk Profile - A set of rules evaluated on each transaction to determine whether to approve frictionlessly, challenge, or reject.

Card Link

Card Link - Real-time card data retrieval from your systems, eliminating the need for pre-enrolment.


Support

For assistance during onboarding, contact your Apata Account Manager or reach out to the Apata Sales team at [email protected].