Skip to main content
POST
/
v2
/
users
/
{userId}
/
virtual-accounts
/
{accountId}
/
settlement-rules
/
{ruleId}
Apply settlement rule to virtual account
curl --request POST \
  --url https://production.hifibridge.com/v2/users/{userId}/virtual-accounts/{accountId}/settlement-rules/{ruleId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hifi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user

accountId
string
required

ID of the virtual account

ruleId
string
required

ID of the settlement rule

Response

Success

message
string
required

Success message