Edit Account Features

Use /editAccountFeatures to toggle account-level features for a given account. This endpoint allows you to enable account-specific attributes like 'early ACH access' or 'express shipping.' It also allows you to limit your customer's card and transaction behavior. For more info and value enumeration, please see Account Features.


📘 Note: Account Features affect all cards associated with the account (where applicable). For example, enabling 'Express Shipping' will cause all future cards to ship via express shipping until the account feature is turned off.

Path Params
string
required

Pass in the Spidr account ID

Body Params

PATCH /v1/account/:id/editAccountFeatures Request body

string

The session key for the user. Created via Create ZTM Session and used for ZTM checks if your program is configured for ZTM.

boolean

Indicates whether to bypass the ZTM checks if your program is configured for ZTM.

feature
required

Type of account feature(s) set for the account. For more information and enumeration, please refer to Account Features.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json