Skip to main content
GET
/
disbursement
/
{disbursementId}
Returns a disbursement by id
curl --request GET \
  --url https://virtserver.swaggerhub.com/nickel-ace/apiv1/1.0.0/disbursement/{disbursementId}
{
  "id": "<string>",
  "status": "PENDING",
  "amountInCents": 10000,
  "bankName": "JP Morgan Chase",
  "accountNumberLastFour": "<string>",
  "paymentIds": [
    "clkqzo2y1000cx9tfohoiodq1"
  ]
}

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[]