Collect (Finance & Billing) (v1-2025-04-18)

The Finance, or Collect, API provides all the accounts receivable capabilities in Rhythm. This includes all aspects of Invoices, Credits, Payments, Credit Memos, and Debit Memos. Additionally, this API manages Batches and Fiscal Periods and can be used to download batches for import into your accounting package.

Like most of the other Rhythm apps, the Collect API includes endpoints for Query Definitions. These endpoints are commonly used to retrieve saved queries, which can then be executed using the Query endpoints of the System API.

Download OpenAPI description
Languages
Servers
Mock server

https://docs.api.rhythmsoftware.com/_mock/apis/collect/collect-v1/

https://collect.api.rhythmsoftware.com/

Accounting Projects

Accounting Projects

Operations

Bank Accounts

Bank Accounts

Operations

Batch Assignment Settings

Batch Assignment Settings

Operations

Batch Downloading

Batch Downloading

Operations

Batch Posting

Batch Posting

Operations

Initiates workflow to warm up inventory transactions

Request

curl -i -X POST \
  https://docs.api.rhythmsoftware.com/_mock/apis/collect/collect-v1/batchPosting/warmUpStepFunctions \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring

Previews the batch to ensure it can be posted, and reports any errors

Request

Previews the batch to ensure it can be posted, and reports any errors

Path
tenantIdstringrequired

The id of the tenant being accessed

Bodyapplication/jsonrequired

Paylaod containing the batches to unpost and other options

batch_idsArray of strings(Batches)non-emptyrequired

The IDs of the batches to post

business_unit_idstring(Business Unit)required

The business unit

curl -i -X POST \
  'https://docs.api.rhythmsoftware.com/_mock/apis/collect/collect-v1/batchPosting/{tenantId}/batchPostingPreviewRequest' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "batch_ids": [
      "string"
    ],
    "business_unit_id": "string"
  }'

Responses

An execution ARN to be used to monitor the batch unposting process.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
batches_to_postArray of objects
ineligible_batchesArray of objects
productsArray of objects
products_without_financial_configurationArray of objects
Response
application/json
{ "batches_to_post": [ {} ], "ineligible_batches": [ {} ], "products": [ {} ], "products_without_financial_configuration": [ {} ] }

Initiates workflow to post multiple batches

Request

This method will initiate the batch posting process for one or more supplied batches

Path
tenantIdstringrequired

The id of the tenant being accessed

Bodyapplication/jsonrequired

Paylaod containing the batches to post and other options

batch_idsArray of strings(Batches)non-emptyrequired

The IDs of the batches to post

business_unit_idstring(Business Unit)required

The business unit

curl -i -X POST \
  'https://docs.api.rhythmsoftware.com/_mock/apis/collect/collect-v1/batchPosting/{tenantId}/batchPostingRequest' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "batch_ids": [
      "string"
    ],
    "business_unit_id": "string"
  }'

Responses

An execution ARN to be used to monitor the batch posting process.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
executionArnstring(Executionarn)required

The arn of the execution

notification_channelstring(Notification Channel)

The id of the channel where progress updates will be posted

notification_publishKeystring(Notification Publishkey)

The publish key for the channel where progress updates will be posted

notification_subscribeKeystring(Notification Subscribekey)

The subscribe key for the channel where progress updates will be posted

start_datestring(date-time)(Start Date)

The start date of the execution

Response
application/json
{ "executionArn": "string", "notification_channel": "string", "notification_publishKey": "string", "notification_subscribeKey": "string", "start_date": "2019-08-24T14:15:22Z" }

Initiates workflow to unpost multiple batches

Request

This method will initiate the batch unposting process for one or more supplied batches

Path
tenantIdstringrequired

The id of the tenant being accessed

Bodyapplication/jsonrequired

Paylaod containing the batches to unpost and other options

batch_idsArray of strings(Batches)non-emptyrequired

The IDs of the batches to post

business_unit_idstring(Business Unit)required

The business unit

curl -i -X POST \
  'https://docs.api.rhythmsoftware.com/_mock/apis/collect/collect-v1/batchPosting/{tenantId}/batchUnpostingRequest' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "batch_ids": [
      "string"
    ],
    "business_unit_id": "string"
  }'

Responses

An execution ARN to be used to monitor the batch unposting process.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
executionArnstring(Executionarn)required

The arn of the execution

notification_channelstring(Notification Channel)

The id of the channel where progress updates will be posted

notification_publishKeystring(Notification Publishkey)

The publish key for the channel where progress updates will be posted

notification_subscribeKeystring(Notification Subscribekey)

The subscribe key for the channel where progress updates will be posted

start_datestring(date-time)(Start Date)

The start date of the execution

Response
application/json
{ "executionArn": "string", "notification_channel": "string", "notification_publishKey": "string", "notification_subscribeKey": "string", "start_date": "2019-08-24T14:15:22Z" }

Retrieves a subledger entry for a transaction

Request

Retrieves a subledger entry for a transaction

Path
tenantIdstringrequired

The id of the tenant being accessed

batchIdstringrequired

The id of the batch

transactionIdstringrequired

The id of the transaction

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/collect/collect-v1/batchPosting/{tenantId}/subledgerEntry/{batchId}/{transactionId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The transaction

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
batch_idstring(Batch)required

The batch the entry is tied to

business_unit_idstring(Business Unit)required

The business unit that the batch belongs in

cogs_entry_idstring(Cogs Entry)
contact_idstring(Contact)
credit_card_last_five_digitsstring(Credit Card Last Five Digits)

For payments, the last five digits of the credit card

credit_idstring(Credit)
credit_memo_idstring(Credit Memo)
credit_usage_idstring(Credit Usage)
customer_typestring(Customer Type)
Enum"contact""organization"
datestring(date)(Date)required

The date of the batch

debit_memo_idstring(Debit Memo)
fiscal_periodinteger(Fiscal Period)[ 1 .. 12 ]required

The fiscal period of the batch

fiscal_year_idstring(Fiscal Year)required

The fiscal year of the business unit

gift_idstring(Gift)
idstring(ID)required

A unique id for the entry

inventory_receipt_idstring(Inventory Receipt)
invoice_idstring(Invoice)
itemsArray of objects>= 2 itemsrequired
items[].​accounting_project_codestring(Accounting Project Code)
items[].​accounting_project_idstring(Accounting Project)
items[].​bank_account_idstring(Bank Account)
items[].​credit_usage_line_item_idstring(Credit Usage Line Item)
items[].​creditsnumber(double)(Credits)required
items[].​debitsnumber(double)(Debits)required
items[].​deferral_end_datestring(date-time)(Deferral End Date)
items[].​deferral_start_datestring(date-time)(Deferral Start Date)
items[].​department_codestring(Department Code)
items[].​department_idstring(Department)
items[].​due_to_due_from_business_unit_idstring(Due To Due From Business Unit)
items[].​gl_account_codestring(Gl Account Code)required
items[].​gl_account_idstring(Gl Account)required
items[].​gl_account_namestring(Gl Account Name)
items[].​invoice_idstring(Invoice)
items[].​invoice_line_item_idstring(Invoice Line Item)
items[].​merchant_account_idstring(Merchant Account)
items[].​payment_line_item_idstring(Payment Line Item)
items[].​product_idstring(Product)
items[].​product_namestring(Product Name)
items[].​product_typestring(Product Type)
items[].​transaction_creditsnumber(double)(Transaction Credits)required
items[].​transaction_currency_codestring(Transaction Currency Code)required
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
items[].​transaction_debitsnumber(double)(Transaction Debits)required
items[].​typestring(Type)required
Enum"accounts receivable""cash""cogs expense""credit expense""credit liability""credit usage""currency trading""deferred revenue""due to/due from""gift debit"
notesstring(Notes)
order_datestring(Order Date)
order_idstring(Order)
organization_idstring(Organization)
payment_card_typestring(Payment Card Type)

The tyep of card for payment

payment_idstring(Payment)
payment_reference_numberstring(Payment Reference Number)

For payments, the reference or check #

payment_typestring(Payment Type)

The payment type

refund_idstring(Refund)
revenue_recognition_schedule_entry_idstring(Revenue Recognition Schedule Entry)
revenue_recognition_schedule_idstring(Revenue Recognition Schedule)
sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

transaction_datestring(Transaction Date)
transaction_idstring(Transaction)
transaction_typestring(Transaction Type)
write_off_idstring(Write Off)
Response
application/json
{ "batch_id": "string", "business_unit_id": "string", "cogs_entry_id": "string", "contact_id": "string", "credit_card_last_five_digits": "string", "credit_id": "string", "credit_memo_id": "string", "credit_usage_id": "string", "customer_type": "contact", "date": "2019-08-24", "debit_memo_id": "string", "fiscal_period": 1, "fiscal_year_id": "string", "gift_id": "string", "id": "string", "inventory_receipt_id": "string", "invoice_id": "string", "items": [ {}, {} ], "notes": "string", "order_date": "string", "order_id": "string", "organization_id": "string", "payment_card_type": "string", "payment_id": "string", "payment_reference_number": "string", "payment_type": "string", "refund_id": "string", "revenue_recognition_schedule_entry_id": "string", "revenue_recognition_schedule_id": "string", "sys_bulk_load_at": "string", "sys_bulk_load_id": "string", "sys_bulk_load_pk": "string", "sys_bulk_load_record_no": 0.1, "sys_bulk_load_source_file": "string", "sys_calculated_field_error": "string", "sys_calculated_field_errors": [ {} ], "sys_configuration_snapshot_id": "string", "sys_created_at": "2019-08-24T14:15:22Z", "sys_created_by_id": "string", "sys_deleted_by_id": "string", "sys_directive": "string", "sys_external_id": "string", "sys_has_files_in_s3": true, "sys_last_bulk_data_operation_id": "string", "sys_last_bulk_data_operation_sys_version": "string", "sys_last_modified_at": "2019-08-24T14:15:22Z", "sys_last_modified_by_id": "string", "sys_last_security_context": {}, "sys_locked": true, "sys_snapshot_base_version": 0.1, "sys_version": 0.1, "transaction_date": "string", "transaction_id": "string", "transaction_type": "string", "write_off_id": "string" }

Batch Templates

Batch Templates

Operations

Batches

Batches

Operations

Billing Notices

Billing Notices

Operations

Billing Run Actions

Billing Run Actions

Operations

Billing Runs

Billing Runs

Operations

Billing Templates

Billing Templates

Operations

Business Units

Business Units

Operations

Check Request Processes

Check Request Processes

Operations

Check Request Templates

Check Request Templates

Operations

Check Requests

Check Requests

Operations

Cogs Entries

Cogs Entries

Operations

Credit Memos

Credit Memos

Operations

Credits

Credits

Operations

Currency Mapping Policies

Currency Mapping Policies

Operations

Debit Memos

Debit Memos

Operations

Departments

Departments

Operations

Donation Products

Donation Products

Operations

Exchange Rates

Exchange Rates

Operations

External Payments

External Payments

Operations

Fiscal Years

Fiscal Years

Operations

Gateway Entities

Gateway Entities

Operations

Gateway Entries

Gateway Entries

Operations

Gateway Fees

Gateway Fees

Operations

Gl Accounts

Gl Accounts

Operations

Installment Plans

Installment Plans

Operations

Installment Schedules

Installment Schedules

Operations

Invoice Payment Terms

Invoice Payment Terms

Operations

Invoice Templates

Invoice Templates

Operations

Invoice Types

Invoice Types

Operations

Invoices

Invoices

Operations

Late Fee Rules

Late Fee Rules

Operations

Late Fees

Late Fees

Operations

Legacy Import Products

Legacy Import Products

Operations

Merchant Accounts

Merchant Accounts

Operations

Miscellaneous Products

Miscellaneous Products

Operations

Payment Receipt Templates

Payment Receipt Templates

Operations

Payments

Payments

Operations

Product Financial Configs

Product Financial Configs

Operations

Query Definitions

Query Definitions

Operations

Recurring Batches

Recurring Batches

Operations

Recurring Billing Runs

Recurring Billing Runs

Operations

Refund Receipt Templates

Refund Receipt Templates

Operations

Refunds

Refunds

Operations

Revenue Recognition Schedules

Revenue Recognition Schedules

Operations

Settings

Settings

Operations

Statement Templates

Statement Templates

Operations

Statements

Statements

Operations

Statistics

Statistics

Operations

Stored Payment Methods

Stored Payment Methods

Operations

Subledger Entries

Subledger Entries

Operations

Write Offs

Write Offs

Operations