Skip to main content
2026-07-17
Documentation
  • Added a top-level Overview group so integrators new to CHIP Send can find product positioning, the typical payout flow, and a one-line summary of authentication without diving straight into the API reference.
2026-07-16
Send limits
  • Clarified in both the OpenAPI spec and the docs that the RM 1,000 daily cap on budget allocation is staging only. In production, the allocation is limited only by the available settlement balance returned as convertible_balance_from_statement.
2026-07-03
Base URL fix
  • Fixed the Send base URL across the spec, the docs, and llms.txt: it is https://api.chip-in.asia/api (production) and https://staging-api.chip-in.asia/api (sandbox), not /api/v1. A handful of older examples were still writing /api/v1; this aligns everything with the real endpoint.
2026-06-28
Send auth guide rewritten
  • Rewrote the Send introduction from scratch. The new version covers credentials, the epoch + checksum signing algorithm, full request examples in Node/Ruby/Python/PHP, and a troubleshooting table for the most common 401 responses.
2026-06-26
Send recipient receipts
  • Added send_recipient_receipt so merchants can request a receipt be sent to the recipient of a payout (default off).
2026-04-29
Webhooks