Skip to main content
P

Sandbox

Configuration

Security Note
We do not store your keys. Feel free to use a test key or any value you've set as PAYME_KEY in your backend for safe testing.

1. Invalid Data Tests

1. Basic Error Handling

Check how your server handles invalid requests. We will send requests with missing auth, invalid amounts, and non-existent accounts.
1. Missing Auth (Expects -32504)
2. Invalid Auth (Expects -32504)
3. Invalid Amount (Expects -31001)
4. Invalid Account (Expects -31050)

2. Payment Lifecycle

2.1 Full Payment Flow

Runs a complete payment cycle: CheckPerformTransaction → CreateTransaction (State 1) → PerformTransaction (State 2) → CheckTransaction.
Includes idempotency and concurrency checks at each stage.

3. Transaction History

3.1 GetStatement

Retrieves the transactions list and checks data integrity (timestamps, reason codes).