Dinger

Developer / Production API / Get Token

Get Token


Get Authentication

Sign up your staging merchant account here to get your projectName, staging apiKey and merchantName.



Get Token

{{baseurl}}api/token?projectName={{projectName}}&apiKey={{apiKey}}&merchantName={{merchantName}}

baseurl for production - https://api.dinger.asia/

This API allow to get authentication token to access Dinger payment.



Define PARAMS



curl --location --request GET '{{baseurl}}api/token?projectName={{projectName}}&apiKey={{apiKey}}&merchantName={{merchantName}}'