Overview
Overview
For each transaction status change, Carat Portal will notify the merchant about the changes according to the image below:
Important:
In order for the status notification to work in REST transactions, it's necessary for the store to be configured on version 6. If you have any questions, contact the production team.
sequenceDiagram
Client ->>+ E:Transaction Confirmed/Denied/Cancelled/Expired
participant L as Virtual Store;
participant E as : Carat;
E ->>+ L:Warning Status (POST HTTPS);
L -->>- E: HTTP Status-Code 200: OK;
Updated 6 days ago