From sumup
Set up and run SumUp sandbox tests. Use when configuring a SumUp test merchant, picking test cards, triggering deliberate failure (`amount = 11`), or building a SumUp end-to-end test harness.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sumup:sumup-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for test setup, scenario design, and verification of SumUp integrations.
Use this skill for test setup, scenario design, and verification of SumUp integrations.
Default values unless docs specify otherwise:
123)12/30)Happy path cards:
4200 0000 0000 00915200 0000 0000 00073DS challenge cards:
4200 0000 0000 00425200 0000 0000 0015amount = 11 as the default forced-failure trigger.42.01, 42.76, 42.91), run both patterns and document which one is authoritative for that flow.checkout_reference.curl -X POST "https://api.sumup.com/v0.1/checkouts" \
-H "Authorization: Bearer $SUMUP_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"checkout_reference": "order-12345",
"amount": 11,
"currency": "EUR",
"pay_to_email": "[email protected]",
"description": "Sandbox test payment"
}'
Adjust payload fields to the selected flow and auth model.
success, pending, failed.When asked for test planning, always provide:
Scans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.
npx claudepluginhub sumup/sumup-skills --plugin sumup