Schedule editing
#
OverviewCarat Portal provides services for altering data of a schedule previously done. With this, it’s possible, for example, to inactivate the schedule or to change the card data.
To assure the integrity of the schedule data, the editing flow requires an authentication step, where Carat Portal sends a POST to the registered authentication URL of the merchant with the necessary data in order to continue the flow and alter the schedule.
And to learn more about these nomenclatures (Bin, Software Express, Carat, e-Sitef) Learn more
Flow description:
- 1. The merchant initiates a schedule editing passing the SID of the desired transaction. If successful, Carat Portal will return code and message accordingly.
- 1.1. During the schedule editing creation call, Carat Portal will send a POST to the registered authenticity URL of the merchant with the SEID (schedule editing identifier). The merchant must then respond to this POST with an HTTP
200
(OK) code. If this code is not returned, Carat Portal will interpret as a failure in this operation and will invalidate the SEID.
- 1.1. During the schedule editing creation call, Carat Portal will send a POST to the registered authenticity URL of the merchant with the SEID (schedule editing identifier). The merchant must then respond to this POST with an HTTP
- 2. The merchant proceeds the flow calling the schedule editing service, passing the SEID obtained on the authenticity POST and the data to be altered. If no problems occur, Carat Portal will return a success message and the schedule data.