August 31, 2026
· 4 min read
This release enhances referral program tracking and invoice management capabilities. Developers can now access detailed referral statistics, retrieve invoice receipt URLs, and view enriched currency formatting information for referral rewards. Additionally, account status responses now include referee service fee discount information for billing transparency.
- GET /platform/referral_code now returns referral statistics, enabling developers to track referral performance metrics directly through the API
- GET /invoices now includes receipt URLs for each invoice in the list, allowing clients to provide direct download links to payment receipts
- GET /invoices/{id} now includes a receipt URL, enabling clients to retrieve and display the payment receipt for a specific invoice
- GET /platform/referral_program now provides detailed currency formatting information for reward amounts, including symbol, position, decimal formatting, ISO code, and formatted string representation for proper localized display
- GET /providers/{id}/account_status now exposes referee service fee discounts in the billing information, allowing developers to display discount details for referred providers
GET /platform/referral_code
- the
share_urlresponse's propertyformatchanged fromuritononefor status200(media type: application/json) - added the required property
statsto the response with the200status (media type: application/json) - the response required property
codebecame read-only for the status200(media type: application/json) - the response required property
share_urlbecame read-only for the status200(media type: application/json)
GET /invoices
- added the required property
results/items/receipt_urlto the response with the200status (media type: application/json)
GET /invoices/{id}
- added the required property
receipt_urlto the response with the200status (media type: application/json)
GET /platform/referral_program
- added the optional property
reward_amount/currency_symbolto the response with the200status (media type: application/json) - added the optional property
reward_amount/currency_symbol_positionto the response with the200status (media type: application/json) - added the optional property
reward_amount/decimalto the response with the200status (media type: application/json) - added the optional property
reward_amount/iso_currency_codeto the response with the200status (media type: application/json) - added the optional property
reward_amount/stringto the response with the200status (media type: application/json)
GET /providers/{id}/account_status
- added the required property
teamup_billing/allOf[subschema #1: TeamUpBilling]/referee_service_fee_discountto the response with the200status (media type: application/json)