Overview
Tax API Overview
Tax API helps merchants create tax information collection form links, retrieve form status, and receive asynchronous notifications, so you can complete payee tax information collection, result synchronization, and follow-up business processing.
What You Can Do
- Generate a collection link for a specific business object
- Retrieve the current form status and submitted result
- Receive form status change notifications through webhook
Recommended Reading Path
- Start with Integration Guide
- Then complete Authentication and Webhook
- Finally integrate the APIs you need:
Documentation Scope
Current Scope
- Request authentication uses the
ApiKeyheader - Status notifications are delivered through webhook
- Webhook signature verification uses
x-timestamp + "." + rawBodywith HMAC-SHA256