Update a Lockbox
patch/lockboxes/{lockbox_id}
Path parameters
lockbox_idstring required
The identifier of the Lockbox.
Request body
Example request
{
"check_deposit_behavior": "disabled"
}Response
Lockbox
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"address": {
"city": "San Francisco",
"line1": "1234 Market St",
"line2": "Ste 567",
"postal_code": "94114",
"recipient": "Company Inc. ATTN: VRE6P",
"state": "CA"
},
"check_deposit_behavior": "enabled",
"created_at": "2020-01-31T23:59:59Z",
"description": "Lockbox 1",
"id": "lockbox_3xt21ok13q19advds4t5",
"idempotency_key": null,
"recipient_name": "Company Inc.",
"type": "lockbox"
}