Skip to main content
This guide explains:
  • How the Acclaim test environment behaves
  • How to use test cards and test bank accounts
  • How to test the full flow from saving payment method to payment requests and webhooks

Test environment overview

The Acclaim test environment is designed to behave as close to production as possible, with a few key differences.
  • No real charges are made. Test cards and bank accounts never pull or deposit real funds.
  • Same API base URL:
    https://api.withacclaim.com/v1
    You switch between test and live using different API keys.
  • Separate API keys. Use test keys from the Acclaim Console when running automated tests.
  • Lifecycle and webhooks. Payment requests in test mode still move through lifecycle states and emit webhooks so you can verify your handling logic.

Test card details

In the test environment you can use special card numbers to simulate different outcomes. Expiry dates and CVC values are usually flexible, as long as the date is in the future.

How to use test cards

  1. Create a setup request for your test payer.
  2. Load the Payment Element in your UI using the setup request.
  3. Enter one of the test card numbers with a future expiry and CVC.
  4. Complete the flow and observe how the payment method and subsequent payment requests behave.
Use different cards to validate:
  • Successful flows
  • Declines and error messages
  • 3DS or additional authentication flows
See Payment failures for how failed payments are categorized and reported.

Test bank account details

For bank based payment methods (for example ACH or SEPA) you can use special test account details. These accounts never move real money but are accepted by the sandbox as valid instruments.

Example US ACH test accounts

Example EU SEPA test IBANs

Use these IBANs or your configured equivalents when testing SEPA collection flows for Collect.
Last modified on June 14, 2026