v1
latestOpenAPI 3.0.02026-07-26280204.9 KBPayin 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
Example request
{
"capture_type": "PARTIAL",
"total_capture_count": 3,
"capture_amount": 1
}