| helpers.js |
Creates a Payment Method Identifier (PMI) URL pointing to payment-method-identifier.py.
@param {string} testId - The unique test run token.
@returns {string} Fully qualified PMI URL.
|
2046 |
- |
| payment-method-identifier.py |
Server handler for Payment Method Identifier (PMI) endpoints.
Logs incoming request metadata into request.server.stash under `id`.
Responds with a default Link header pointing to payment-method-manifest.py.
|
1714 |
- |
| payment-method-manifest.py |
Server handler for Payment Method Manifest (PMM) JSON files.
Logs incoming request metadata into request.server.stash under `id`.
Responds with a default JSON manifest body containing supported_origins.
|
1708 |
- |
| server_constants.py |
Shared constants for payment-method-manifest server handlers.
|
122 |
- |
| stash-query.py |
Server handler for inspecting server access logs.
Given an `id` query parameter, this handler reads and returns the JSON list of
recorded request objects (containing endpoint, method, url, and headers) logged
for that specific test run.
Supports CORS (Access-Control-Allow-Origin: *) to allow cross-origin test
scripts to query server access logs.
|
1227 |
- |