Skip to main content
GET
Returns a disbursement by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

disbursementId
string
required

ID of the disbursement

Response

Successful operation

id
string
status
string
Example:

"PENDING"

amountInCents
integer<int64>
Example:

10000

bankName
string
Example:

"JP Morgan Chase"

accountNumberLastFour
string
paymentIds
string[]
createdAt
string<date> | null
paidAt
string<date> | null