Skip to main content
GET
/
v1
/
businesses
/
{businessId}
/
bank-accounts
/
{bankAccountId}
/
decrypt
Get decrypted bank account data
curl --request GET \
  --url https://api.halth.com/v1/businesses/{businessId}/bank-accounts/{bankAccountId}/decrypt
{
  "accountNumber": "<string>"
}

Path Parameters

businessId
string
required
bankAccountId
string
required

Response

200 - application/json
accountNumber
string
required