Contents

GET /account/check#

Check account existence.

Since protocol v4.

Request:

Query Parameters:
  • account – Payto URI of the account.

Response:

200 OK:

JSON object of type AccountInfo.

400 Bad request:

Request malformed. The bank replies with an ErrorDetail object.

401 Unauthorized:

Authentication failed, likely the credentials are wrong.

404 Not found:
  • TALER_EC_BANK_UNKNOWN_ACCOUNT: unknown account.

501 Not Implemented:

This server does not support account check.

Details:

interface AccountInfo {
}