Skip to content

API-20 docs: add pre-authorization increase/capture endpoints#181

Open
ecunado wants to merge 1 commit intodevfrom
API-20
Open

API-20 docs: add pre-authorization increase/capture endpoints#181
ecunado wants to merge 1 commit intodevfrom
API-20

Conversation

@ecunado
Copy link
Copy Markdown
Contributor

@ecunado ecunado commented Apr 14, 2026

Summary

  • Document POST /preauthorization/increase in restendpoints.md: parameter table, return codes (200/400/403/422), behaviour examples (increase, decrease with subtract, with tip+reference, validation error), and curl code example
  • Document POST /preauthorization/capture in restendpoints.md: same structure with capture-specific fields
  • Add PreauthIncreaseRequest and PreauthCaptureRequest objects to restobjects.md with property tables and code examples
  • All cross-links wired up between endpoints and objects sections

Related

Follows the implementation in cloudapi#414 (commit 424cc61).

Test plan

  • Verify Docusaurus renders the new ## Pre-authorization Operations section on the REST Endpoints page
  • Confirm cross-links from endpoint page to objects page and back resolve correctly
  • Check Required/Optional badges display correctly on all property tables
  • Review curl examples for correctness against the actual endpoint paths

🤖 Generated with Claude Code

Document POST /preauthorization/increase and POST /preauthorization/capture
in restendpoints.md, with full parameter tables, return codes, behaviour
examples and curl snippets. Add PreauthIncreaseRequest and
PreauthCaptureRequest objects to restobjects.md with cross-links.
@ecunado ecunado changed the base branch from main to dev April 14, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants