Skip to main content

After your order has been created, the next step is to pass the order_id, access_key and token to your client and launch the Nimbbl Standard Checkout. In this section you will find detailed documentation to invoke the checkout for your desired client.

Client-server

After the checkout is launched by your client, you need not worry about initiating the payment request and getting a payment response from the Nimbbl servers as the checkout will handle these calls on your behalf.

Information from your Server

The respective client SDK will need the following information from your server in order to be able to launch the checkout

Client SDKorder_idaccess_keytoken
Web or Javascript✖️✖️✔️
Android✔️✔️✔️
iOS✔️✔️✖️
React Native✔️✔️✖️

Steps on the Client-SDK

Please refer to the detailed documentation of the respective SDK to understand each step in detail

  1. Installing and/or Initialising the SDK - this will help you include or install the SDK in your codebase
  2. Invoking the Standard Checkout - this will help you launch the checkout
  3. Getting the Response - this will help you get the response from the checkout