UseePay API
  1. About Testing
UseePay API
  • Introduction
  • Product Overview
  • Authentication
  • Errors
  • Changelog
  • Integration
    • Get started with online payments
    • Get started with subscriptions
  • Payment Intents
    • Create a PaymentIntent
      POST
    • Retrieve a PaymentIntent
      GET
    • Update a PaymentIntent
      POST
    • Confirm a PaymentIntent
      POST
    • Cancel a PaymentIntent
      POST
    • Capture a PaymentIntent
      POST
    • List all payment intents
      GET
  • Customers
    • Create a customer
      POST
    • Retrieves a customer
      GET
    • Update a customer
      POST
    • List all customers
      GET
  • Subscriptions
    • Create a subscription
      POST
    • Retrieves a subscription
      GET
    • Update a subscription
      POST
    • List all subscriptions
      GET
    • Cancel a subscription
      POST
  • Invoices
    • Create a invoice
    • Retrieves a invoice
    • Update a invoice
    • List all invoices
    • Pay a invoice
  • Payment Methods
    • Create a payment method
    • Retrieves a payment method
    • Update a payment method
    • List all payment methods
  • Mandates
    • Create a mandate
    • Retrieves a mandate
    • Update a mandate
    • List all mandates
  • Refunds
    • Create a refund
    • Retrieves a refund
    • Update a refund
    • List all refunds
  • Webhooks
    • Webhook envents
    • Create a webhook
    • Retrieves a webhook
    • Update a webhook
    • List all webhooks
  • Payment Links
    • Create a payment link
    • Retrieves a payment link
    • Update a payment link
    • List all payment links
  • Embedded Checkout
    • Payment Elements
  • About Testing
    • Test Cards
    • ApplePay&GooglePay
  1. About Testing

Test Cards

đŸ’ŗ Test Cards#

This page lists test card numbers for simulating payment results during UseePay integration. Use these cards to test success and failure flows in sandbox environments.
âš ī¸ Note: These test cards only work in sandbox (test) mode and will not trigger real transactions.

📋 Card List#

Card NumberResult
4444 3333 2222 1111✅ Success
4024 0238 5274 3737❌ Failed

✅ Success Scenario#

Use the card 4444 3333 2222 1111
The transaction will be processed as successful
You can verify webhook callbacks, success pages, and subscription activation

❌ Failure Scenario#

Use the card 4024 0238 5274 3737
The transaction will fail
This allows you to test error handling, retry UI, and fallback logic

â„šī¸ Tips#

Use any valid expiration date (e.g., 12/30)
Use any 3-digit CVV (e.g., 123)
Name and postal code can be arbitrary unless required by your form

Modified at 2025-07-15 07:10:36
Previous
Payment Elements
Next
ApplePay&GooglePay
Built with