Retempo coordinates real recurring USDC settlement state for services and agents.

Build developer services, attach payment plans, create checkout sessions, issue invoices, and track settlement records from the live backend API. Operational state stays in the database; settlement proof belongs on Arc.

API base URL

https://api.retempo.xyz

0

Services

0

Selected plans

-

Last settlement

Status labels on this screen are returned by the backend. The UI does not mark checkout, invoice, or settlement records as paid, confirmed, or completed by itself.

Service detail

GET /api/v1/services/:serviceId

Select or create a service to load backend detail.

Create payment plan

POST /api/v1/services/:serviceId/plans

Payment plans

GET /api/v1/services/:serviceId/plans

No plans returned for the selected service.

Create checkout session

POST /api/v1/checkout-sessions

Checkout status

GET /api/v1/checkout-sessions/:checkoutSessionId

Create invoice

POST /api/v1/invoices

Invoice detail

GET /api/v1/invoices/:invoiceId

Create settlement

POST /api/v1/settlements

Settlement detail

GET /api/v1/settlements/:settlementId