Change Log
Track product updates, deployments, and API changes.
MoneyGram Redirect — new attribute on Status API & Webhook
Apr 16, 2026
New
Applies to MoneyGram Redirect transactions only. No changes to other transaction types. Low volume impact expected.
Status API — MoneyGram Redirect response changes
Endpoint: GET /v1/status
-
status(string) — unchanged
RemainsCLOSED. No change to the existingstatusfield. -
subStatus(string) — updated, MoneyGram Redirect only
New value sourced from ODM:
Transaction has been closed and redirected by MoneyGram. New Reference Number issued. -
redirectedReferenceNumber(string) — new, conditional, MoneyGram Redirect only
The new 8-digit reference number for the transaction created from an MoneyGram Redirect. Only present when an MoneyGram Redirect is returned.Example:
{ "redirectedReferenceNumber": "12345678" }
Webhook — Option O event changes
-
redirectedReferenceNumber(string) — new, conditional, MoneyGram Redirect only
Same field returned in the webhook payload for MoneyGram Redirect events. This is the 8-digit reference number for the newly created transaction. Omitted from all non-MoneyGram Redirect payloads.Example:
{ "redirectedReferenceNumber": "12345678" }
Deployment timeline
- Apr 16, 2026 — External deployment
Changes deployed to external environments. Available for integration testing. - Apr 16, 2026 — Production deploy — flag off
Deployed to Production with feature flag disabled. No impact to live traffic. - May 19, 2026 — Production enable
redirectedReferenceNumberbegins appearing live for MoneyGram Redirect responses.
Updated 1 day ago
