Documentation
- Unify references to our sandbox environment (No more staging but only sandbox)
- Clarified description and use case of hi.direkteinreichung
- Typo & format fixes
- added
/payments/:id/cancel
endpoint - added
/payments/:id/capture
endpoint - added new, optional, body parameters for
POST /payments
request.cardCaptureMode
which can take the value of "AUTO" (default if not specified) or "MANUAL"
- removed the
x-api-key
header requirement from thePOST /payments
request. It is now possible to pass either a header or a pre-definedmerchantId
in the body of the request.
- added
PENDING
as a new Order Payment status - removed
CLAIMED
Order Payment status
- removed
amountDetails
property from Order Payment entity
- added a section about the no code integration with hi.linkzahlung
- added explanation of hi.direkteinreichung
- updated the error message for when a Payment Id is not found
- added error responses with their respective return codes and messages
- changed the
amount
body parameter for creating a Payment - added
cancelRedirect
parameter insidemerchantUrls
- updated code snippets accordingly
- added Postman collection
- added snippets to api documentation
- changed preview environment URL to: https://pay.staging.hi.health/ and api URL to: https://pay.api.staging.hi.health
Last modified 9mo ago