Skip to main content

Upload Disbursement Instructions

POST 

/disbursements/:id/instructions

Adds a file containing a list of receivers to a draft disbursement. This step is required before a disbursement can begin. The file must be a CSV and has a standard format that can be found at dev/sample/sample-disbursement.csv. The operation is idempotent, guaranteed by deleting and recreating the disbursement attributes when this endpoint is called.

Request

Path Parameters

    id stringrequired

    ID of the Disbursement

Body

required
    file binaryrequired

    Disbursement instructions file to upload. The CSV file should be in the following format: phone,id,amount,verification

Responses

Created

Response Headers
    Schema
      message string
    Loading...