Skip to main content
Poll this endpoint to check the confirmation status of a settlement. The response includes the full settlement record along with nested details about the associated invoice, service, payer, and merchant. If the settlement is in SUBMITTED status and has a transaction hash, Retempo automatically re-checks the on-chain receipt on every request — no separate polling mechanism is needed.

Path Parameters

string
required
The unique identifier of the settlement to retrieve.

Response

A successful request returns HTTP 200 OK with the full settlement object and all related records.
object
The requested settlement record with all related objects.

200 — Settlement retrieved

Example Request

Error Codes

If the settlement status is SUBMITTED, the API automatically re-checks the on-chain receipt on each GET request and updates the status. Poll this endpoint until status transitions to CONFIRMED or FAILED.