The Record and Application resources have been updated to be consistent with support for multiple accounts in the context of a single Application.
Deprecations
Removal of deprecated properties and link relations will take effect from August 25, 2020.
Record Properties
merchant_id
-
mcc
(replaced bymccs
) -
states.contract
(replaced bystates.contracts
) -
states.account
(replaced bystates.accounts
) -
currencies
will be converted from a set of currencies (["DKK", "EUR"]
) to an object of currency counts ({ "DKK": 1, "EUR": 2 }
)
See https://developer.clearhaus.com/rels/record#properties.
Record and Application link relations
-
ch:account
(replaced bych:accounts
) -
ch:contract
(replaced bych:contracts
)
See https://developer.clearhaus.com/rels/record#link-relations and https://developer.clearhaus.com/rels/application#link-relations.