Capture purchase attempt.

Captures an authorized attempt when manual capture is configured for the product lane. Installment attempts are usually auto-captured after provider approval; loan and other manual-capture lanes require this call before fulfillment.

Path Parameters
  • attempt_id
    Type: string
    required
Responses
  • application/json
  • application/json
Request Example for post/v1/bnpl/attempt/{attempt_id}/capture
curl '/v1/bnpl/attempt/{attempt_id}/capture' \
  --request POST
{
  "attempt_id": "string"
}