Bunq · Schema

TransferwiseUser

Banking

Properties

Name Type Description
oauth_code string The OAuth code returned by Transferwise we should be using to gain access to the user's Transferwise account.
View JSON Schema on GitHub

JSON Schema

bunq-transferwiseuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransferwiseUser",
  "title": "TransferwiseUser",
  "type": "object",
  "properties": {
    "oauth_code": {
      "type": "string",
      "description": "The OAuth code returned by Transferwise we should be using to gain access to the user's Transferwise account.",
      "readOnly": false,
      "writeOnly": true
    }
  }
}