Documentation Index
Fetch the complete documentation index at: https://waffo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Node.js SDK (@waffo/waffo-node)
v2.4.0 (2026-03-14) — Latest
- Type alignment: all SDK type fields are consistent with the openapi.json definitions
- Fixed endpoint paths for
merchantConfigandpayMethodConfig - Added the
captureRequestedAtfield toCaptureOrderParams - Added the
captureModefield toPaymentInfo - Added Capture E2E tests and Schema field validation tests
v2.3.4 (2026-03-10)
- Made
RefundOrderParams.requestedAtoptional; the SDK will automatically inject the current UTC time
v2.3.3 (2026-03-03)
- Fixed
RefundOrderParamsfield names and types to align with openapi.json - Renamed
notifyUrltorefundNotifyUrl - Added refund Webhook E2E tests
v2.3.1 (2026-03-01)
- Important fix:
buildSuccessResponse()returns{"message":"success"}instead of{"status":"success"}
Java SDK (waffo-java)
v1.2.0 (2026-03-14) — Latest
- Type alignment: all SDK type fields are consistent with the openapi.json definitions
- Fixed Java 8 compatibility issues
- Added Capture E2E tests and Schema field validation tests
v1.1.2 (2026-03-10)
- Automatically inject
RefundOrderParams.requestedAt - Added
SUBSCRIPTION_CHANGE_NOTIFICATIONWebhook handling - Fixed
RefundOrderParamsfield alignment issues
v1.1.1 (2026-03-01)
- Important fix:
buildSuccessResponse()returns{"message":"success"}instead of{"status":"SUCCESS"}
Go SDK (waffo-go)
v1.3.0 (2026-03-14)
- Type alignment: all SDK type fields are consistent with the openapi.json definitions
- Fixed endpoint paths for
merchantConfigandpayMethodConfig - Added
RefundStatus,OrderStatus, andSubscriptionStatusconstants - Added Capture E2E tests and Schema field validation tests
v1.2.2 (2026-03-03)
- Fixed
RefundOrderParamsfields to align with openapi.json - Added refund Webhook E2E tests
v1.2.1 (2026-03-01)
- Important fix:
BuildSuccessResponse()returns{"message":"success"}instead of{"status":"success"}