Skip to main content
GET
/
transfers
/
bulk
/
{id}
cURL
curl --request GET \
  --url https://dev-api.hyperail.io/api/v1/transfers/bulk/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-service-source: <x-service-source>'

Authorizations

Authorization
string
header
required

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

Headers

x-service-source
string
default:HyperRails
required

Identifies the calling service

Example:

"HyperRails"

Path Parameters

id
string
required

This is the specific id used to get the individual transfer details in the uploaded bulk disbursement file.

Response

A JSON array of bulk disbursement details objects.