Object

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.

ParameterTypeDescription
tokenstring

Token generate by our system for Pine Labs Online Infinity Checkout.

Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

order_idstring

Unique identifier of the order in the Pine Labs Online database.

Example: v1-5757575757-aa-hU1rUd

redirect_urlstring

The checkout link generate on our system.

Example: <https://api.pluralonline.com/api/v3/checkout-bff/redirect/checkout?token=><<Redirect Token>

response_codeinteger

Response code of the request.

Example: 200

response_messagestring

Corresponding message to the response code.

Example: Order Creation Successful

Ask AI
Assistant
Order Lifecycle
Refunds
Settlements
Checkout
Dashboard
International Payments
How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
Assistant