Modify CALLBACK API
Modify CALLBACK API
On the CALLBACK API screen, click
to Modify the Token and URI. Refer to the following screen.
Figure 1 Edit Token
2. Modify Token details screen will be as below,
Figure 2 Update Token
3. After clicking Update a confirmation message is displayed indicating the "Modify Token success".
Figure 3 Confirmation Message
4. Modify URI details screen will be as below.
Figure 4 URI Modification
5. After clicking UPDATE a confirmation message is displayed indicating the "Modify Call Back URI success".
Figure 5 Confirmation Message
6. The following CALLBACK API details are displayed on the modification screen.
Field | Description |
|---|---|
Token Value | Indicates the field where a user can upload/Modify (JWT) token. |
Process ID | Indicates the specific and unique ID of the each Process. |
Process Name | Indicates the name of the process as we define it in the backend during process integration with callback and define customer tier id so that based on tier id show the process list to customers. |
CallBack URI | Indicates the URI provided by customer. This is relative to the Callback domain. If non provided it should have the "Provide your URI" as a feed back. •maximum URL Length: Must not exceed 2,000 characters. (was 300 chars) •Path Segment Length: Each segment (between slashes /) must be no longer than 255 characters. (was 50 chars) •Scheme Requirement: Only https:// URLs are accepted. •Allowed characters: Only below mentioned special characters are allowed, except these characters, no other special characters are allowed in the URL as we have some security checks and regex validations in place. •dot . •hyphen - •underscore _ •forward slash / •colon : When colon character is used when port number is used in the URL. |