POST /payments/fiat/intent. Use this endpoint to poll for payment confirmation after the supporter has been shown checkout or bank transfer instructions. The response reflects the most up-to-date state, including completedAt when the payment has settled.
Request
GET https://tipstack.fun/api/payments/fiat/status
string
required
The intent identifier returned by
POST /payments/fiat/intent. Must be the fossa_xxx formatted ID — not a transaction signature.Response
boolean
true when the intent was found and the status was retrieved successfully.string
The intent identifier you queried.
string
Current payment state. One of:
string | null
ISO 8601 timestamp of when the payment was confirmed.
null while the intent is still pending.Example request
cURL
Example response — pending
JSON
Example response — completed
JSON
This endpoint sets
Cache-Control: no-store on every response. Do not cache status responses — always fetch fresh data when polling.