Added examples to all API reference fields
Each query parameter, body parameter, and response field in the API reference now has an example value.
Added descriptions to all API reference fields
All query parameters, body parameters, and response fields in the API reference now have a description.
Added details for implementing rate limited endpoints
In the Rate Limits guide, added specific rates for Create Wallet and Create Disbursement, and added implementation details for tuning a rate-limiting token bucket.
Added Secret Key Management Guide
Added a guide describing how to manage secret keys for webhooks and the API.
Added org_paid_fee field to Get External Card Payout response
Get External Card Payout now includes org_paid_fee
to designate the portion of the disbursement fee that is paid by the organization instead of the worker.
Added Branch Direct Disbursement Testing guide
Testing Branch Direct Disbursements involves using the TabaPay sandbox to select test cards and amounts, and the details of these test cases are now documented.
Improved API endpoint naming consistency
GET requests are now universally named as "Search" if they return a filterable paginated list. References to Organization scoping in endpoint names have been removed due to redundancy. Parameters and return values have been analyzed to ensure endpoint naming simplicity and correctness.
Improved API Reference URL readability
API Reference endpoints now use easily readable hyphenated slugs in the URL which match their name.
Clarified ACH Invoicing Schedule
The ACH invoicing schedule now uses unambiguous language and examples to make it simple for your company's financial stakeholders to understand when money will be retrieved from their bank for disbursement repayments.
Added Branch Direct Embedded Guides
A new collection of guides for implementing Branch Direct Embedded have been added, demonstrating how to use the Branch API and your company's UI in harmony for a native payments experience.