BlendFi
APIUsuários

Request a transfer-limit upgrade for a user

Submit a request to raise the user transfer-limit tier. Each user has a daily and monthly BRL ceiling resolved from a server-managed tier; this endpoint is the partner-facing channel to request a review.

POST
/v1/users/{user_id}/limit-upgrade-requests
AuthorizationBearer <token>

Paste your BlendFi API key. Sandbox keys start with sk_test_. The Bearer prefix is added automatically.

Em: header

Parâmetros de path

user_id*string
Formatouuid

Parâmetros de header

idempotency-key*string

Client-generated unique key to make the mutation safe to retry.

Tamanho1 <= length

Corpo da response

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.sandbox.blendfi.com.br/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/limit-upgrade-requests" \  -H "idempotency-key: 0196c5d9-2e34-7c24-a47e-a0e1f89bb8a9"
{
  "code": "validation_error",
  "message": "Request validation failed.",
  "request_id": "01KPR9F6MM8G147177J7ZQPJHG",
  "details": {
    "issues": [
      {
        "path": "source_amount",
        "message": "Required"
      }
    ]
  }
}

{
  "code": "authentication_required",
  "message": "No valid credentials provided.",
  "request_id": "01KPR9F6MM8G147177J7ZQPJHG"
}

{
  "code": "missing_capability",
  "message": "Your API key does not have the required capability for this endpoint.",
  "request_id": "01KPR9F6MM8G147177J7ZQPJHG"
}
{
  "code": "user_not_found",
  "message": "User not found.",
  "request_id": "01KPR9F6MM8G147177J7ZQPJHG"
}
{
  "code": "rate_limit_exceeded",
  "message": "Too many requests. Try again after the retry_after_seconds window.",
  "request_id": "01KPR9F6MM8G147177J7ZQPJHG",
  "details": {
    "retry_after_seconds": 60
  }
}
{
  "code": "internal_error",
  "message": "Internal server error.",
  "request_id": "01KPR9F6MM8G147177J7ZQPJHG"
}
{
  "code": "limit_upgrade_not_available",
  "message": "Limit upgrade requests are not yet available. This endpoint will be enabled in a future release.",
  "request_id": "01KPR9F6MM8G147177J7ZQPJHG"
}