Delivery Estimate

Endpoints
GET/v1/delivery-estimates/{{transferId}}

GET /v1/delivery-estimates/{{transferId}}

Get the live delivery estimate for a transfer by the transfer ID.

The delivery estimate is the time at which we currently expect the transfer to arrive in the beneficiary's bank account.

This is not a guaranteed time but we are working hard to make these estimates as accurate as possible.

Response
estimatedDeliveryDatetimestamp

Estimated time when funds will arrive to recipient's bank account

Example Request
curl -X GET https://api.sandbox.transferwise.tech/v1/delivery-estimates/{{transferId}} \
-H 'Authorization: Bearer <your api token>'
Example Response
{
"estimatedDeliveryDate" : "2018-01-10T12:15:00.000+0000"
}