Skip to main content
POST
Attach Documents
Adds supporting documents to a payer name that is still in review — the usual answer to a reviewer asking for better evidence.

Example Request

Repeat documents once per file. documentDescriptions labels them positionally: the first description belongs to the first file. A file with no description is stored unlabelled.

Example Response

The full payer name, with the new documents included.

Accepted files

Anything else is rejected with a 400, and no file in the call is stored.
Unlike an update, attaching documents does not reset the review status or clear the reviewer’s note. The name stays where it is, with more evidence on it.

Errors

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

payerNameId
string<uuid>
required

The payer name id.

Body

multipart/form-data
documents
file[]
required

Supporting files. PDF, JPEG, PNG or Word (.doc, .docx), up to 10MB each. Repeat the field to attach more than one.

documentDescriptions
string[]

Labels for the files, positionally: the first value labels the first file. Repeat the field once per file.

Response

Documents attached. The full payer name is returned, with the new documents included.

status
integer

HTTP status code, repeated in the body

Example:

201

message
string
Example:

"Documents attached"

success
boolean
Example:

true

data
object

A payer name: the name a beneficiary sees on a payout you send. Responses are camelCase; request bodies are snake_case.