Get a bucket transfer

This request retrieves a bucket transfer made on a line of credit account.

   Click here to learn more about this request

On a line of credit account, a borrower's balance is divided between several buckets which each have their own credit limit and interest rate. Bucket transfers move a balance from one bucket to another. Note the following when using this request:

The LineOfCreditBucketTransferTransactions object holds bucket transfer information. This object is nested within the LineOfCredits entity.

This request retrieves the info for a specific bucket transfer transaction. To pull all bucket transfer transactions within your environment, remove the credit ID path parameter. Alternatively, use the GET an account's bucket transfer request.

For more information, see our Buckets article.

Filtering

Results can be filtered by any field to shorten responses or select a specific result. Here's a few examples of filtering to retrieve a specific bucket transfers.

/odata.svc/LineOfCreditBucketTransferTransactions?$filter=applyDate gt datetime'2025-04-08'
/odata.svc/LineOfCreditBucketTransferTransactions?$filter=status eq 'lineOfCredit.transactionStatus.active'

For more information on filtering API responses, see Filtering and Paginating Responses

Database

For information regarding line of credit charge database tables, see the following articles:

Database – Line of Credit Bucket Transfers (line_of_credit_bucket_transfer_entity)

Database – Line of Credit Setup Bucket (line_of_credit_setup_bucket_entity)

Database – Line of Credit Account (line_of_credit_entity)

Language
Credentials
Click Try It! to start a request and see the response here!