Reject a credit-rail delivery before its deadline and refund the hold
Authorizations
Better Auth account-session JWT. The token audience must be ${GOLOCO_PUBLIC_API_URL}/v1.
Headers
A unique key for this logical mutation. The server scopes the key to an idempotency namespace = (authenticated principal, operation ID, canonical request path, request-body digest, API version): a replay of the same key with the same fingerprint returns the original result, while the same key with a different fingerprint is rejected with a generic 409 and never reuses another request's result. Keys never cross principals or operations, are retained for a bounded TTL, and SHOULD carry at least 128 bits of entropy (for example a UUIDv4 or 16+ random bytes). Reuse a key only when retrying the exact same request.
1 - 255Path Parameters
^[A-Za-z0-9_-]{1,128}$^[A-Za-z0-9_-]{1,128}$Body
The body is of type object.
Response
Credit task funding result.
^[A-Za-z0-9_-]{1,128}$^[A-Za-z0-9_-]{1,128}$Extensible response enum.
intent, funded, released, refunded, abandoned ^[1-9][0-9]{0,18}$Extensible response enum.
accepted, rejected, timed_out, undelivered, insufficient_credits, abandoned, null