Connector Contracts - Payment Authorise
Changed on:
13 Dec 2023
Overview
Authorization transactions reserve funds in the customer’s to be used in a future payment.
Note that in most cases, this flow should be handled on the e-commerce side but may be applicable for certain types of integration (like “store credit”). Please do not share customer credit card details with Fluent.
Flow
Payment is usually authorized when an e-commerce is placed. This authorization ensures the can get funds from the customer once the items are shipped.
The payment Service Provider validates the received authorized payment request and sends a valid authorized payment response token back to the ; the sends the token back to the Fluent system for further processing of the .
API Details
Event Names
`fc.connect.payment.authorise`
API contract
To download the payment-authorized payload schema, click here.
Interface Contract
Diagram

Configuration example
1Not Available
Request Payload
Property | Description | Type | Required? | Notes |
Version History
v2.0.0
First release