Transfers - for Payments v1

Get a transfer

The GET /transfers/{transferId} endpoint retrieves information about a specific transfer in a given account.

get/transfers/{transferId}

Path parameters

transferIdstring required

The unique id of the transfer sent in the POST /transfers response and/or included in a respective GET /transfers response.

Query parameters

skipTransferUpdateboolean

If skipTransferUpdate is false, the request will call the bank for a status update. If set to true, the cached result will be returned instead.

Response

Successful response

Changes

No recorded changes to this endpoint across all 2 revisions of this API.