Changelog¶
2021-01-05¶
New column error_description
is now availabe in export for the payments collection. This column adds more context to the payment error occurred, the contents in this column is specific to the payment provider used in the payment.
This column is currently hidden from export and you need to request this new field for export once you have prepared for import in your systems. Please register a new support-ticket to have this request processed.
2020-11-25¶
New column merchant_reference
is now available in export of the orders collection. This column is currently hidden from export and you need to request this new field for export once you have prepared for import in your systems. Please register a new support-ticket to have this request processed.
Read more about merchant reference in Payway.
2020-10-29¶
New file has been added for export, order_creditcards
which contain information about creditcard expiration dates.
More details
2020-09-24¶
New export program is being used from this day, there are some changes that you need to be aware of.
Accounts¶
- Basic properties:
alias
,authentication_frozen_until
andlast_unfreeze
properties now have values, an error in the previous export produced blank values for these properties. - Account address:
staircase
,floor
andapartment
have been exported as""
in case of empty strings in previous version, now they are exported as nil values.
Orders¶
- Column
price
, in the previous export it was exported with either a 1 digit precision or 2 digit precision depending on if the last digit was zero or not. Example, price99.0
was exported as"99.0"
and price4.67
was exported as"4.67"
. Now all prices are exported with a 2 digit precision, example price99.0
is now exported as"99.00"
and4.67
as"4.67"
. - Column
payment_option
. If payment is an Adyen based payment, thepayment_option
field will also contain information about which payment method is used for this order, this information is added as a suffix to the field. Example: if payment is made using creditcard,payment_option
can have valueadyen_scheme
.
Order addresses¶
- Column
first_name
andlast_name
have been exported as""
in case of empty strings in previous version, now they are exported as nil values.
User Products (subscriptions)¶
- Column
days_active_until_cancelled
, export now produces correct number of days until cancellation date. This was previously incorrect.
2020-03-13¶
New collections/files available:
- product_relations
- product_descriptions
2019-12-17¶
New field in orders
collection => subscription_start_date
.
2019-09-23¶
New field in user_products
collection => deactivation_reason
.
2019-04-08¶
New fields in orders
collection => period_iterations
and period_price