| Capture mode | Configuration | Description |
|---|---|---|
| Automatic capture | auto_capture=true | Funds are captured automatically after successful authorization |
| Manual capture | auto_capture=false | Funds are authorized first and must be captured later |
payment_method_options.{
"payment_method_options": {
"link": {
"auto_capture": false
}
}
}auto_capture setting.{
"auto_capture": true,
"payment_method_options": {
"link": {
"auto_capture": false
}
}
}requires_payment_method
↓
requires_customer_action
↓
pending
↓
requires_capture
├── Capture → succeeded
└── Cancel → canceledrequires_customer_action and pending statuses might not appear in every transaction.requires_capturerequires_capture status means that the payment has been successfully authorized but has not yet been captured.succeeded.