2022-11-29 - Metadata on order items
almost 2 years ago by Gustav Fransson
- 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
about 2 years ago by Johan Eriksson
- 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
about 2 years ago by Tobias Pettersson Jensen
- 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
about 2 years ago by Johan Eriksson
- 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
about 2 years ago by William Ganrot
Initiate Payment V1:: Added EUR, GBP & DKK as available currencies Read more
added
2022-10-17 - Deposit account in inititate payment response
about 2 years ago by Tobias Pettersson Jensen
- Initiate Payment V1:
deposit_account
field added toping_deposit_response
Read more
added
2022-10-12 - UNDERFUNDED and OVERFUNDED payments
about 2 years ago by Johan Eriksson
-
Get Payments V1: Added
UNDERFUNDED
andOVERFUNDED
to Payment status enum -
Get Payments V1: Added
funds
property tostatus_history
items.
added
2022-10-07 - Endpoint for fetching PaymentOrder split result
about 2 years ago by William Ganrot
- Get Allocations V1: Added new endpoint for fetching allocations after the PaymentOrder is split. This can be used to verify that the split outcome looks as expected before settling the order.