Bank Account

Profile

A Bank Account represents details about the bank account to be used for payments to the Merchant.

Properties

name type read-only commentable
currency ISO 4217 3-letter code false true
bank string false true
swift_code ISO 9362 false true
iban ISO 13616-1 false true
rel conditional
self false
ch:application false
ch:comments false

Additional semantics

Field comments

This resource supports field comments. See Field comments for more information.

Example representation

{
  "currency": "DKK",
  "bank": "Acme Bank",
  "swift_code": "DABADKKK",
  "iban": "DK9230055205310542",
  "_links": {
    "self": {
      "href": "https://merchant.test.clearhaus.com/bank_accounts/9cb29cf0-d9f1-4fc0-aa21-8a5bce65a6c9"
    },
    "ch:application": {
      "href": "https://merchant.test.clearhaus.com/applications/3128a7e4-9594-42fb-a9bd-4f444b58110f"
    },
    "ch:comments": {
      "href": "https://merchant.test.clearhaus.com/bank_accounts/9cb29cf0-d9f1-4fc0-aa21-8a5bce65a6c9/comments{?page,per_page}"
    },
    "curies": [
      {
        "href": "https://developer.clearhaus.com/rels/{rel}",
        "templated": true,
        "name": "ch"
      }
    ]
  }
}
Open Navigation Close Navigation