POST /transactions API. The call requires an amount,
currency, and a payment_method for the card.
intent.
StatusesSee our guide on transaction statuses for more
details.
Capture
By default a card transaction is only authorized and not automatically captured. A transaction can be captured either directly when creating a transaction, or as a separate API call.Simultaneous authorize and capture
To capture a transaction immediately, set theintent to capture.
Capture after authorization
Alternatively, it is possible to perform a capture on a previously authorized transaction by calling thePOST /transactions/{transaction_id}/capture API.