Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
description: "Product updates and announcements"
rss: true
---

# Upcoming changes

<Update label="Q1 2026" description="v2 API">
**Stablecoin Conversions API Service** will be deprecated on March 9th, 2026. Customers using the Stablecoin Conversions API should migrate to the [Orchestrations API](https://docs.paxos.com/guides/developer/orchestrations/orchestrations) for conversions.
</Update>

<Update label="Q1 2026" description="Reports">
**Profile Transaction Reconciliation Reports**: Paxos is enhancing reconciliation reports with the following changes:

- **[Orchestration API](https://docs.paxos.com/api-reference/endpoints/orchestration/overview) transactions** will have additional entries in the report:
- New Resource Type: `ORCHESTRATION`
- New Resource Transaction Types: `ORCHESTRATION_RESERVE`, which reserves funds during an orchestration flow, and `ORCHESTRATION_UNRESERVE`, which returns funds in case of an orchestration failure.

These changes will improve tracking of multi-step transactions and provide better visibility into fund allocation during processing.
</Update>

## Released changes

<Update label="December 22, 2025" description="v2 API">
**v2 API**: Add value `AIPRISE` to parameter `person_details.passthrough_verifier_type` on Create Identity and Update Identity request and response for passthrough person IDV.
</Update>
Expand Down Expand Up @@ -36,10 +55,10 @@
</Update>

<Update label="August 15, 2025" description="Docs, v2 API">
**Crypto Deposits and Withdrawals (Stellar PYUSD)**: Updated API documentation to clarify trustline requirements for PYUSD transfers on Stellar network. Documentation now includes:

Check warning on line 58 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L58

Did you really mean 'trustline'?
- Trustline requirement details - destination addresses must have an established trustline with the PYUSD issuer

Check warning on line 59 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L59

Did you really mean 'Trustline'?

Check warning on line 59 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L59

Did you really mean 'trustline'?
- Step-by-step instructions for establishing trustlines using Stellar wallets or SDK

Check warning on line 60 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L60

Did you really mean 'trustlines'?
- Verification methods for checking trustline status via blockchain explorers, Horizon API, or Stellar SDK

Check warning on line 61 in changelog.mdx

View check run for this annotation

Mintlify / Mintlify Validation (paxos-0ac97319) - vale-spellcheck

changelog.mdx#L61

Did you really mean 'trustline'?
</Update>

<Update label="July 31, 2025" description="v2 API">
Expand Down
Loading