Payment flow understanding
Card transactions, acquiring, money transfers, chargebacks, refunds, reversals, fraud monitoring and 3DS/MPI verification.
Payment systems QA / REST API / transaction diagnostics
I help teams verify payment flows, backend services, API contracts and data consistency across logs, databases and product behavior.
What I bring to a QA team
Card transactions, acquiring, money transfers, chargebacks, refunds, reversals, fraud monitoring and 3DS/MPI verification.
REST API validation in Postman: request and response data, HTTP statuses, authorization, negative paths and regression scenarios.
Diagnostics across API, application logs and PostgreSQL to confirm whether product behavior matches business rules.
Second Line Support background helps me read incidents, communicate with technical and business teams, and protect critical workflows.
Career trajectory
Manual testing of Java/Spring backend systems and Angular web applications in payment and transaction processes.
Technical analysis of payment systems, production and test environments, incidents, logs, API data and business inconsistencies.
Technical incident handling, access issues, banking application support and collaboration with IT teams and vendors.
Portfolio concept
API and backend checks for amount, currency, merchant configuration, authentication result and final transaction state.
Scenario coverage for partial refund, failed reversal, duplicate request prevention and correct customer-facing status.
Microservice and RabbitMQ-oriented analysis when frontend state, API response and database record do not agree.
Interactive recruiter endpoint
A lightweight Postman-style console built into the portfolio. It turns the CV into structured, testable information.
Recruiter and QA Lead evidence
Synthetic sample
Synthetic sample
Synthetic sample
Synthetic sample
pm.test("transaction is authorized", () => {
pm.response.to.have.status(201);
pm.expect(json.status).to.eql("AUTHORIZED");
pm.expect(json.amount).to.eql(pm.environment.get("amount"));
});
One anonymized Jira defect, one Postman collection screenshot, one SQL/log investigation note, one regression checklist and one Confluence-style technical analysis. All with fake IDs, fake data and no client or production details.
Tools and methods
Available for QA opportunities
I am ready to support teams building payment, transaction, banking and e-commerce products where quality depends on details hidden behind the UI.