Transfer Status
Authentication
This endpoint requires a Bearer token. Obtain one first from the Get Access Token endpoint, then pass it as Authorization: Bearer <token>.
This endpoint retrieves the status of an initiated transfer.
Check
transactionStatus, not just the HTTP codeOnly HTTP status codes in the 2xx range indicate a processed request. Always inspect data.transactionStatus in the response body for the actual outcome of the transfer — a 200 response does not guarantee the transfer succeeded.
Loading API reference…