Manual Capture
Manual Capture is a MultiSafepay solution that reduces your risk by letting you capture card payments either partially or in full when you ship the order.
How it works
Applying manual capture to your orders authorizes the card payment but doesn't immediately transfer the customer's funds to your account. Using manual capture, you can fully or partially capture the authorized funds after shipping the order:
- Full Capture: Transfers the full authorized amount for the order.
- Partial Capture: Transfers a portion of the authorized amount for the order. Use this option for separate shipments.
Activation
To activate Manual Capture for your MultiSafepay account, email [email protected]
Integration
Manual Capture is supported for our Magento 2 integration.
To activate it in other ready-made integrations, you can customize it via our API.
See Recipes:
See API reference:
- Create order > Set
manual
tocapture
. - Capture payment
- Cancel authorized payment
User guide
Expiration periods
- VISA: 7 days
- Mastercard and Maestro: 30 days
After expiration, the issuer can cancel the authorization.
Payment methods
- Maestro
- Mastercard
- Visa
Capture payments
You can capture payments:
- Via our API - Capture payment
- Via your dashboard
Cancellation
You can cancel a reservation created via manual capture:
- Via our API - Cancel authorized payment
- Via your dashboard
For partial captures, the cancellation will apply to the remaining amount.
Statuses
Action | Description | Order status | Transaction status |
---|---|---|---|
Authorize transaction | The transaction is authorized and the funds reserved. | Completed | Initialized |
Partial capture | A partial amount is captured relating to a previous order ID. | Completed | Completed |
Full capture | The full amount is captured relating to a previous order ID. | Completed | Completed |
Partial cancel reservation | The reserved or remaining amount that was partially captured has been cancelled. | Void | Void |
Full cancel reservation | The fully captured reserved amount has been cancelled. | Void | Void |
Partial authorization expiry | The remaining authorized amount expired without being captured. | Void | Void |
Full authorization expiry | The full authorized amount expired without being captured. | Void | Void |
Support
Email [email protected]
Updated about 17 hours ago