Skip to main content

Wallet and Payment Tests

IDTest CaseTypePriorityExpected ResultEvidence RequiredStatus
TC-WAL-001Authorized user searches walletPositiveHighWallet results are returned within scopeScreenshot or API responseNot Run
TC-WAL-002Unauthorized user searches walletNegativeCriticalAccess deniedScreenshot or API 403 responseNot Run
TC-PAY-001Create payment sessionPositiveCriticalPayment session is createdAPI response or provider recordNot Run
TC-PAY-002Submit successful payment transactionPositiveCriticalTransaction succeeds and is recordedTransaction recordNot Run
TC-PAY-003Submit duplicate payment transaction/webhook/jobNegativeCriticalFinancial effect is not duplicated due to server-to-server status checks and single-update enforcementPayment logs, DB record evidence, or code/test referenceConfirmed by technical team; Evidence Pending Attachment
TC-PAY-004Submit invalid payment payloadNegativeHighRequest is rejectedAPI 422/400 responseNot Run
TC-PAY-005Payment provider failure handlingNegativeHighFailure is recorded and visible to operationsLog/Sentry/payment recordNot Run