Skip to main content
GET
/
v1
/
crm
/
merchants
/
{merchantId}
/
decrypt
/
{field}
Decrypt Merchant Sensitive Data
curl --request GET \
  --url https://api.example.com/v1/crm/merchants/{merchantId}/decrypt/{field} \
  --header 'Authorization: Bearer <token>'
{
  "federalTaxId": "<string>"
}

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

field
enum<string>
required
Available options:
federal_tax_id
merchantId
string
required

Response

The decrypted sensitive data.

federalTaxId
string | null