---
title: "Test Card Numbers"
slug: "test-card-numbers"
updated: 2025-03-07T09:22:49Z
published: 2025-03-07T09:22:49Z
canonical: "docs.apcopay.com/test-card-numbers"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apcopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test Card Numbers

### Testing your Card Integration

The base URL is the same for both the Test and Production environments. However, to perform a test transaction, set the `IsTest` parameter to `true` in the payload.

```
API Base URL: https://payments.apcopay.tech/merchanttools
```

To perform a test transaction, set the `IsTest` parameter to `true` in the payload.

For each test case, you can specify the desired authentication flow to be simulated. You have the option to test various scenarios such as success or decline.

### Test Card Data

**Below are the required card holder name inputs** required to be inputted on `Hosted Payment Page` or using our `Direct Connect API`.

| Card holder Input | Description | Status |
| --- | --- | --- |
| "Frictionless Processed" | Success transaction via the frictionless route | Processed |
| "Frictionless Declined" | Failure transaction via the frictionless route | Declined |
| "Challenge Processed" | Success transaction with 3D challenge | Processed |
| "Challenge Declined" | Failure transaction with 3D challenge | Declined |

          Coming Soon - More Test Cases

          

We are actively expanding the range of use cases which can be tested in the table above.

#### Testing your card integration including the connection with the acquirer.

Should you wish to test the integration, including the connection with the acquirer, you can find the test card details specified by that particular acquirer. You can find the a list [here](/v1/docs/card-acquirer-specifications).

#### Testing your APM integration

You can access instructions for testing your integration in the APM specification document. Because the test data is tailored to each APM, we are unable to provide a universal set of test data applicable to all APMs. You can find a list of APMs [here](/v1/docs/apm-specifications).
