v2

latestOpenAPI 3.0.02026-07-3139594346.4 KB
Configuration

Get Merchant Identifiers

This endpoint returns the merchant's public ID and the publishable key related to the merchant division.

get/v1/merchant/identifiers

Response

Merchant Identifiers Retrieved

merchant_idstring

The public ID of this merchant.

signing_secretstring

Bolt generates one secret key per merchant and uses it to securely sign requests.

Example response

{
  "merchant_divisions": [
    {
      "division_id": "IraJdeIgmdsO",
      "publishable_key": "8fd9diIy59sj.IraJdeIgmdsO.fd233434fg2c616cgo932aa6e1e4fc627a9385045gr395222a127gi93c595rg4"
    }
  ],
  "merchant_id": "8fd9diIy59sj",
  "signing_secret": "xf833434fg2cffos92632aa6e1e4fc627a9385045gdj937fg2a127gi93cgos873"
}