Account
Update account
Update account configuration such as state or spend limits. Can only be run on accounts that are part of the program managed by this API key. Accounts that are in the PAUSED state will not be able to transact or create new cards.
patch/v1/accounts/{account_token}
Path parameters
account_tokenstring uuid required
Globally unique identifier for account.
Request body
Response
OK
Example response
{
"account_holder": {
"business_account_token": "e87db14a-4abf-4901-adad-5d5c9f46aff2",
"email": "jack@lithic.com",
"phone_number": "+15555555555",
"token": "95e5f1b7-cfd5-4520-aa3c-2451bab8608d"
},
"cardholder_currency": "USD",
"spend_limit": {
"daily": 10000,
"lifetime": 100000,
"monthly": 40000
},
"token": "b68b7424-aa69-4cbc-a946-30d90181b621",
"verification_address": {
"address1": "124 Old Forest Way",
"address2": "Apt 21",
"city": "Seattle",
"country": "USA",
"postal_code": "98109",
"state": "WA"
}
}