added
2023-03-27 Support for multiple bank_accounts in KYC API
Posted by Tobias Pettersson Jensen 3 days ago
Added support for a legal entity to have multiple bank accounts
added
2023-01-17 Added PlusGiro and BankGiro
Posted by Gustav Fransson 2 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 4 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 4 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 5 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 5 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 5 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 5 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 5 months ago
- Initiate Payment V1:
deposit_account
field added toping_deposit_response
Read more
added
2022-10-12 - UNDERFUNDED and OVERFUNDED payments
Posted by Johan Eriksson 6 months ago
-
Get Payments V1: Added
UNDERFUNDED
andOVERFUNDED
to Payment status enum -
Get Payments V1: Added
funds
property tostatus_history
items.