added
2023-05-29 Ability to create agreements in KYC API
Posted by Tobias Pettersson Jensen 4 months ago
It is now possible to create agreements for on-boarding of merchants in the KYC API. There are five new endpoints for the handling of agreements. These are the following:
added
2023-03-27 Support for multiple bank_accounts in KYC API
Posted by Tobias Pettersson Jensen 6 months ago
Added support for a legal entity to have multiple bank accounts
added
2023-01-17 Added PlusGiro and BankGiro
Posted by Gustav Fransson 8 months ago
Added support for plusgiro
and bankgiro
to the Bank_ccount
object when using the KYC API.
added
2022-12-14 Support for german persons as legal entities
Posted by Gustav Fransson 9 months ago
- The person object has been extended with a field named
country
- Added support for German persons as legal entities.
2022-11-29 - Metadata on order items
Posted by Gustav Fransson 10 months ago
- Initiate Payment V1: When initiating a payment, you can now add metadata to order items with the field
metadata
.
added
2022-10-31 - FUNDED but not COMPLETED deposit Payments
Posted by Johan Eriksson 11 months ago
- Initiate Payment V1: When creating a deposit Payment
complete_when_funded
can be specified in theprovider_method_parameters
field, making the Payment go toFUNDED
instead ofCOMPLETED
upon proper funding. Read more
added
2022-10-28 - Reuse deposit reference
Posted by Tobias Pettersson Jensen 11 months ago
- Initiate Payment V1: When creating a deposit Payment
reference
can be specified in theprovider_method_parameters
field. Read more
added
2022-10-20 - Reconciling insufficient/excessive payment funds
Posted by Johan Eriksson 11 months ago
- Reconcile Payment Funding V1: Added new endpoint for reconciling discrepancy between expected amount and received amount of funds to handle
UNDERFUNDED
andOVERFUNDED
Payments
Read more
added
2022-10-18 - Supporting additional currencies EUR, GBP & DKK
Posted by William Ganrot 11 months ago
Initiate Payment V1:: Added EUR, GBP & DKK as available currencies Read more
added
2022-10-17 - Deposit account in inititate payment response
Posted by Tobias Pettersson Jensen 11 months ago
- Initiate Payment V1:
deposit_account
field added toping_deposit_response
Read more