RUN REPORT
Payments API v1
Payments API v1
Aug 7, 2025 09:29:09
Collection
Payments API v1
Payments API v1
Environment -
Total run duration 1706 ms
Iterations 1
Collection Description
A simple RESTful API for handling payments and refunds. Contact Support: Name: API Support Email: support@example.com
Total tests 20
Passed
14 70%
Failed
6 30%
Skipped
0 0%

Run Summary

Item Executed Errored
Iterations
Total iterations run.
1 0
Requests
Total requests run, including any API calls triggered using scripts.
4 0
Pre-request scripts
Total pre-request scripts run, including those at the request, folder, and collection levels.
0 0
Post-response scripts
Total post-response scripts run, including those at the request, folder, and collection levels.
4 0

Failures & Errors

6 failed tests and 0 errors across 4 requests

Iteration 1
payments
payments
/
{paymentId}
{paymentId}
/
refund
refund
/
POST
Refund a payment
Refund a payment

Test Failure Response time is less than 200ms

  AssertionError expected 839 to be below 200  
Iteration 1
payments
payments
/
{paymentId}
{paymentId}
/
GET
Retrieve a payment by ID
Retrieve a payment by ID

Test Failure Response time is less than 200ms

  AssertionError expected 228 to be below 200  

Test Failure Currency should be a valid ISO 4217 currency code

  AssertionError Currency must be a valid ISO 4217 code: expected 'string' to match /^[A-Z]{3}$/  
Iteration 1
payments
payments
/
POST
Create a new payment
Create a new payment

Test Failure Currency is a non-empty string and follows the ISO 4217 format

  AssertionError Currency should follow ISO 4217 format: expected 'string' to match /^[A-Z]{3}$/  
Iteration 1
payments
payments
/
GET
List all payments
List all payments

Test Failure Response time is less than 200ms

  AssertionError expected 239 to be below 200  

Test Failure All currency codes are valid

  AssertionError expected 'HRK' to be one of [ 'USD', 'EUR', 'GBP', 'JPY', …(7) ]  
Iterations
Expand All
Collapse All