Preparation / Prerequisites
This section explains the preparations that are required to get started with Durian Checkout integration.
Create a Durianpay account
If you haven't done it already, click here to sign up. Sign up for Durianpay account here to retrieve API keys for Sandbox environment and to test integrations end-to-end.
Generate API Keys
Retrieve Sandbox API keys that will be used in next section(s) It is okay to have only the
sandbox
key for now. If you havelive
key, you can use it too.If applicable, check if view port meta tag is added in the tag of your webpage HTML code. If not, add the following line.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
If this meta tag is not present, there will be overflow issues.