Skip to main content
Skip table of contents

Modify CALLBACK API

Modify CALLBACK API
  1. 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.
Using tooltip we should define what kind of token is supported.
Note: JWT token format consist of three parts separated by dots
Header
Payload
Signature
Ex: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJWb2RhZm9uZSIsImF1Z
CI6IkFDQ0VTUyIsInNjb3BlcyI6IkFETUlOIiwiaXNzIjoiSW9
UUHJvZHVjdGlvbiIsImlhdCI6MTYwMjY4MTM3MSwiZXhwIjoxN
jAyNjk1NzcxfQ.Wh47h30K-mKE7iMkRnJHZKo0TC0E-FbbEI_v
SU0CJD7oSBmPIoai2F5CLiOeK-xel0ucEZHIs955-NnXhj6h4A

Process ID

Indicates the specific and unique ID of the each Process.
Non-editable

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.
Non-Editable

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. 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.