Shown below is a sample responses of a Generate Checkout Link API.
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"order_id": "v1-5757575757-aa-hU1rUd",
"redirect_url": "https://api.pluralonline.com/api/v3/checkout-bff/redirect/checkout?token=REDIRECT TOKEN",
"response_code": 200,
"response_message": "Order Creation Successful."
}The table below lists the various parameters returned in the Generate checkout link response object.
| Parameter | Type | Description |
|---|---|---|
| token | string | Token generate by our system for Pine Labs Online Infinity Checkout. Example: |
| order_id | string | Unique identifier of the order in the Pine Labs Online database. Example: |
| redirect_url | string | The checkout link generate on our system. Example: |
| response_code | integer | Response code of the request. Example: |
| response_message | string | Corresponding message to the response code. Example: |
