Documentation Index
Fetch the complete documentation index at: https://apidocs.hopnow.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The account’s external ID (starts with acct_)
The beneficiary’s external ID (starts with bene_)
The payout destination’s external ID (starts with dest_)
Response
Returns the payout destination object with updated status.
Response Example
{
"id": "dest_1234567890abcdef",
"object": "payout_destination",
"beneficiary_id": "bene_9gt1ummgx127biovlurm9mq2",
"country": "US",
"payout_method": "ach",
"type": "bank_account",
"label": null,
"currency": "USD",
"network": null,
"status": "disabled",
"account_number_last4": "7890",
"routing_number": "021000021",
"account_type": "checking",
"is_default": true,
"created": "2024-01-15T10:00:00Z",
"updated": "2024-01-16T10:00:00Z"
}