Regenerates a pre-built transaction for an order.
Offramp orders (status: Created): The new transaction will be sent over the webhook asynchronously. Returns HTTP 202 Accepted.
Stellar onramp orders with claimable balances (status: Completed): If the stored claim transaction has a stale sequence number (e.g., the user transacted on Stellar before claiming), this endpoint rebuilds the unsigned XDR with a fresh sequence number and returns it synchronously. The order’s stellarClaimTransaction field is also updated. Returns HTTP 200 with the fresh XDR in the response body.
API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.
ID of the order to regenerate the transaction for
Stellar claim transaction regenerated successfully. The fresh unsigned XDR is returned in the response body and stored on the order.
Base64-encoded unsigned XDR for the claim transaction (ChangeTrust + ClaimClaimableBalance)