Skip to main content

Capture Payment

POST 

/payments/:id/capture

Captures funds from a previously authorized payment. This endpoint can only be used with payments in AUTHORIZED status.

This operation completes the two-step authorization flow:

  1. Authorize: Create a payment with transactionType: AUTH to reserve funds
  2. Capture: Transfer the reserved funds to your account when ready to fulfill the order

Important: Authorized payments expire after exactly seven days. After expiration, they will be marked as EXPIRED and can no longer be captured. Be sure to capture funds within this timeframe or communicate with your customer about a new payment.

Request

Responses

A payment object