---
title: "Fulfill Credit Purchase"
method: POST
path: "/v1/billing/credit-purchase/fulfill"
tags: ["billing"]
---

# Fulfill Credit Purchase

`POST /v1/billing/credit-purchase/fulfill`

Fulfill a completed credit purchase and add credits to your balance.

Idempotent — safe to call multiple times for the same session.

## Headers

- `authorization` string

## Request body

- CreditFulfillRequest
  - `session_id` string, required

## Response `200`

Successful Response

- CreditFulfillResponse
  - `status` string, required
  - `balance_cents` integer, required

---

[API](https://skmtc.dev/beeble/apis/beeble-developer-api.md) · [All operations](https://skmtc.dev/beeble/apis/beeble-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beeble/beeble-developer-api/revisions/f35ce0de5d00/schema)
