added

January 2023 Recap

Payments API

Added support for plusgiro and bankgiro to the bank_account object when using the KYC API.

Merchant verification: Users can now input and store PlusGiro and BankGiro numbers in addition to bban, bic, clearing and iban.

Example:

 "bank_account": 
{
  "bban": "41971150033",
  "bic": "NDEASESS",
  "clearing": "6985",
  "iban": "SE7280000810340009783242",
  "plusgiro": "4197113",
  "bankgiro": "427586",
}

KYC API

Improved Developer Experience for the merchant verification request by adding constructors in the C# SDK, making it easier to identify required fields due to some having default values (3.0.0 - 2023-03-15).