v1

latestOpenAPI 3.0.02026-07-26280204.9 KB
Payin Intent

Capture Payin Intent

Use this endpoint to manually capture a payin intent. This endpoint can only be used for payin intent created with is_auto_capture as false

patch/payin-intent/{payin_intent_id}/capture

Path parameters

payin_intent_idstring required
Example:payin_intent_b1dd32c61b634a7bb5251604a1e62051

Payin Intent reference (payin_intent_*)

Request body

capture_typestring

PARTIAL | FULL

total_capture_countnumber

Total number of captures

capture_amountnumber

Amount to be captured

Example request

{
  "capture_type": "PARTIAL",
  "total_capture_count": 3,
  "capture_amount": 1
}