---
title: "PayPal Capture Order"
method: POST
path: "/api/billing/paypal/capture-order"
tags: ["Billing"]
---

# PayPal Capture Order

`POST /api/billing/paypal/capture-order`

Capture a PayPal order and credit the wallet.

## Request body

- PayPalCaptureRequest
  - `customer_id` string, required
  - `order_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-08** `cbe3ad94235c` — 2 breaking, 2 warning
  - the `customer_id` request property's minLength was increased from `0` to `1`
  - the `order_id` request property's minLength was increased from `0` to `1`
  - the `customer_id` request property's maxLength was set to `128`
  - the `order_id` request property's maxLength was set to `128`
- **2026-04-10** `95960849edcd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aabiro/apis/xcelsior/changes/api/billing/paypal/capture-order/post.md)

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/32211b6f9d65/schema)
