Upload credit memos

This guide shows you how to upload credit memos, so your customers can apply them to their balances. It is written for the accounts receivable user.


You will:

  1. Create a comma-separated values (CSV) file of credit memos
  2. Upload the file for ingestion

Create a comma-separated values (CSV) file of credit memos

  1. Gather your list of credit memos from your system-of-record
  2. Create a row for each credit memo, using the structure below. The first row should be the names of the columns (e.g., account_id, adjustment_id, amount, ... )

* indicates the field is required.

Column Header Constraints What is this column?
account_id *
unique invoicing account id from your system-of-record
adjustment_id *
unique credit memo id from your system-of-record
amount *
Original credit memo amount
outstanding_amount *
Amount remaining for use
currency *
Amount's currency
payment_due_date YYYY-MM-DD
transaction_date YYYY-MM-DD
voucher_id

adjustment_invoice_id

job_id
Unique id of the job/project in your system-of-record
job_name
Name of the job/project in your system-of-record

You should now have a file that looks like this.

account_id,adjustment_id,amount,outstanding_amount,curr...<and so on>
123-123-123,333-333-333,15.00,15.00,USD,...
123-123-123,444-444-444,300.00,200.00,USD,...
789-789-789,555-555-555,17.00,17.00,USD,...

Upload the file into Drypowder

Now it is time to upload the file to Drypowder for ingestion.


  1. Navigate to Integrations -> Integrations
  2. Click the Upload File tab
  3. Click Select your credit memos file

  1. Choose the CSV file you created earlier
  2. Click Upload Files. Drypowder will begin uploading the credit memos to the invoicing accounts. You are finished.

Visit Integration reference guide to learn more, including how to track the status of the upload.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us