Connector Contracts - Payment Capture
Changed on:
13 Dec 2023
Overview
Payment Capture is the flow in which some or all of the authorized funds are taken.
In many jurisdictions, this must happen at the point of shipping the product, in which case Fluent will send a to the Payment Service Provider with details of the authorization and capture amount.
Flow
Typically, the is placed on an e-commerce system with appropriate payment information, and the and authorized transaction information are passed to Fluent (see Order Connector Contract).
Once we’re ready to capture some or all of that payment, Fluent workflows will produce the “capture request” for the Payment .
The Payment Service Provider will then validate and the request and respond (asynchronously) with either a “success” or “error” .
API Details
Event Names
`fc.connect.payment.capture`
API contract
To download the payment capture payload schema, click here.
Interface Contract
Diagram

Configuration example
1Not available
Request Payload
Property | Description | Type | Required? | Notes |
Version History
v0.0.0
Initial release