Merchant Top-ups
Top-up Status
Poll the state of a top-up
GET
Free, public status of a top-up. The
Poll until the state is terminal:
topupId comes from the POST response. The row never exposes the payment signature.
Path
string
default:"antseed"
required
Merchant id. Currently
antseed. Returns 404 for ids that belong to a
different merchant.string
required
Top-up id (
topupId from the create response).States
deposited, refunded, failed, or
needs_review. A status request advances non-terminal top-ups. The gateway also
resumes them in the background and after restarts. Use the Retry-After value
from a pending POST (currently 5 seconds).
A clean settlement failure appears as failed. It is terminal for status
polling, but the same X-PAYMENT can be resubmitted while its authorization is
still unused and unexpired. bridge_expired, bridge_timeout, or any
needs_review state requires Meridian operations review.