Card Transactions
Card Transactions
Receive TRANS|POST Webhook with Transaction Details
Notify User of the Transaction (typically via app popup)
Date
Merchant Name
Amount
Fees
Receive TRANS|PATCH Webhook with settled Transaction Details
Notify the user of any changes to final transaction amount
Notes:
Card transactions have 2 primary stages: Authorization and Clearing
The authorization and clearing amounts can be different due to:
Changes in final amount (Gas stations and restaurants with tipping frequently)
Changes in currency conversion rates
Transactions can only be rejected during the authorization stage
By default, Synapse approves any transaction if the user has balance and the transaction does not exceed their limits.
Last updated