UseePay Open API
UseePay Portal
Product Docs
  • V2.0
  • V1.0
Mechant Dashboard
UseePay Portal
Product Docs
  • V2.0
  • V1.0
Mechant Dashboard
  1. About Testing
  • Intergration
    • About Payment Methods
      • Card
      • Apple Pay
      • Google Pay
      • Klarna
      • Naver pay
      • Kakao Pay
      • Toss Pay
      • Payco
      • Affirm
    • subscription
      • Get started with Subscription
    • online payment
      • Get started with online payments
    • Payment Capabilities
      • Adaptive Price
  • developer
    • Introduction
    • Authentication
    • Errors
    • error code
      • last_payment_error documentation
    • Best Integration
      • Quickly create a paymentIntent for a subscription
      • Auto-Charge Subscription Guide
    • Payment Intents
      • Payment Intent Overview
      • Quickly create a paymentIntent
      • Create a PaymentIntent
      • Retrieve a PaymentIntent
      • Update a PaymentIntent
      • Confirm a PaymentIntent
      • Cancel a PaymentIntent
      • Capture a PaymentIntent
      • List all payment intents
    • Customers
      • Create a customer
      • Retrieves a customer
      • Update a customer
      • List all customers
    • Subscriptions
      • Create a subscription
      • Retrieves a subscription
      • Update a subscription
      • List all subscriptions
      • Cancel a subscription
    • Invoices
      • Create a invoice
      • Retrieves 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
      • List all mandates
    • Refunds
      • Create a refund
      • Retrieves a refund
      • List all refunds
    • Webhooks
      • Webhook events
      • Webhook Activation/Signature Verification Steps
      • Create a webhook
      • Retrieves a webhook
      • Update a webhook
      • List all webhooks
    • Embedded Checkout
      • Payment Elements
    • case
    • objects
    • About Testing
      • Test Cards
      • ApplePay&GooglePay
  • message
    • Messaging Element
  • FAQ
    • Unable to receive Webhook notifications
  1. About Testing

ApplePay&GooglePay

🍏 Apple Pay & 🟩 Google Pay Test Guide#

Below are the recommended test scenarios for Apple Pay and Google Pay integration in UseePay's sandbox environment.

🧪 Test Cases#

Via Email#

Card NumberExpiryEmail AddressCVVExpected Result
Any valid card11/2027(no email filter)340✅ success
Any valid card11/2027decline@useepay.com221❌ failed
Any valid card11/2027pending@useepay.com111⏳ pending

Via Transaction Amount#

Card NumberExpiryAmountCVVExpected Result
Any valid card11/2027(any)340✅ success
Any valid card11/202777.77221❌ failed
Any valid card11/202766.66111⏳ pending

🍏 Apple Pay Testing Notes#

✅ Use a Sandbox Apple ID and Apple’s official sandbox cards.
These cards support various test scenarios.
💡 In production, use a real Apple Pay account tied to a non-mainland China bank card.
You may use a sandbox Apple ID in production only for connectivity testing, but real transactions will fail.

🟩 Google Pay Testing Notes#

1.
Use a Google account and add test cards:
Refer to Google’s test suite:
https://developers.google.com/pay/api/web/guides/resources/test-card-suite
2.
Test environment supports:
Visa, Mastercard, Discover, Amex
PAN_ONLY and CRYPTOGRAM_3DS auth methods
US billing addresses
Shipping to: US, AU, BR, CA, HK, JP, PL, RU, SG
3.
⚠️ In production, use REAL credit cards. Test cards only work in sandbox.

✅ Test Scenarios to Cover#

Successful payment
Failed payment
Pending payment

🔗 References#

Apple Pay testing instructions: sandbox and production flow guidelines :contentReference[oaicite:1]{index=1}
Google Pay test cards & environment support :contentReference[oaicite:2]{index=2}

ℹ️ Tips#

Always test all three result flows (success, failed, pending).
Sandbox vs production environments behave differently—test both.
Ensure HTTPS and proper environment setup for both Apple Pay and Google Pay.

Modified at 2025-07-15 07:12:02
Previous
Test Cards
Next
Messaging Element
Built with