Skip to main content
POST
/
admin
/
suspense
/
{id}
/
resolve
Resolve a suspense item
curl --request POST \
  --url https://api.useplinth.com/admin/suspense/{id}/resolve \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "Matched manually to customer cus_01JABC. Credited their balance."
}
'
{
  "object": "suspense_item",
  "id": "<string>",
  "resolved": true
}

Path Parameters

id
string
required

Body

application/json
note
string
required
Example:

"Matched manually to customer cus_01JABC. Credited their balance."

Response

200 - application/json

Suspense item resolved

object
enum<string>
Available options:
suspense_item
id
string
resolved
boolean
Example:

true