eta

ETA (Estimated Time of Arrival) endpoints

Get ETA Information

Get estimated time of arrival (ETA) for a transfer based on transfer method and scheduled date.

Securityx-api-key
Request
query Parameters
transfer_method
required
string

The transfer method for calculating ETA. Must be one of the supported payment methods.

Enum: "ACH" "NEXTDAYACH" "SAMEDAYACH" "PAPERCHECK"
scheduled_date
required
string <date>

The scheduled date for the transfer

Responses
200

ETA response

400

Bad Request

401

Unauthorized

403

Forbidden

get/eta
Request samples
Response samples
application/json
{
  • "eta": "2023-10-27T13:00:00+00:00"
}
Copyright © RoadSync 2023. All right reserved.