Skip to main content
GET
Get Payer Name
Retrieves one payer name, including its documents and the reviewer’s note if a decision has been made.

Example Request

Example Response (changes requested)

decisionNote is the reviewer’s own words, and it is the whole point of a changes_requested or rejected outcome — show it to whoever has to act on it. It is cleared when you resubmit.
A payer name id that belongs to another account answers 404, the same as one that does not exist.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

payerNameId
string<uuid>
required

The payer name id.

Response

Payer name retrieved

status
integer

HTTP status code, repeated in the body

Example:

200

message
string
Example:

"Payer name retrieved"

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.