Capture a Transaction
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
amount |
int | ✔️ | The amount in cents. Nullable for Transactions Details. | 754 |
currency |
str | ✔️ | The 3-digit ISO code for the currency. Nullable for Transactions Details. | USD |
merchant_event_id |
Optional[str] | ➖ | The reference ID associated with a transaction event (auth, capture, refund, void). This is an arbitrary identifier created by the merchant. Bolt does not enforce any uniqueness constraints on this ID. It is up to the merchant to generate identifiers that properly fulfill its needs. | dbe0cd5d-3261-41d9-ba61-49e5b9d07567 |
skip_hook_notification |
Optional[bool] | ➖ | Set to true to skip receiving a webhook notification from Bolt that is triggered by this update to the transaction. |
false |
transaction_reference |
str | ✔️ | The transaction's 12-digit Bolt reference ID. Nullable for Transactions Details. | LBLJ-TWW7-R9VC |