Name | Description | Type | Additional information |
---|---|---|---|
Id |
Id of purchase |
globally unique identifier |
None. |
Description | string |
None. |
|
PurchaseDate |
Date of customer payment |
date |
None. |
PurchaseTotal |
Total amount of purchase |
decimal number |
None. |
InvoicingFee | decimal number |
None. |
|
PaymentProviderPurchaseNumber |
Payment providers identification number for purchase |
string |
None. |
MerchantPurchaseNumber |
Merchants identification numer for purchase |
string |
None. |
PaymentReference |
Payment reference given by payment provider |
string |
None. |
CustomerId |
Unique identifier of end customer |
globally unique identifier |
None. |
MerchantId |
Unique identifier of Merchant |
globally unique identifier |
None. |
Merchant | Customer |
None. |
|
PaymentProviderId |
Unique identifier of payment provider |
globally unique identifier |
None. |
PaymentProviderAccountTransactionId | globally unique identifier |
None. |
|
StatusEnum | PurchaseStatusEnumeration |
None. |
|
RegistrationTime |
Registration time when purchase was first restered |
date |
None. |
PaymentTime |
Time when end user confirmed payment |
date |
None. |
CancelTime |
Time when purchase was cancelled |
date |
None. |
ReverseTime |
Time when purchase was fully reversed |
date |
None. |
DeliveryTime |
Time when payment providered updated purchase delivered |
date |
None. |
SettlementTime |
Time when purchase was paid for payment provider |
date |
None. |
DeliveryAddressStreet | string |
None. |
|
DeliveryAddressZip | string |
None. |
|
DeliveryAddressCity | string |
None. |
|
DeliveryAddressCountry | string |
None. |
|
InvoiceAddressStreet |
Invoicing address; can be different from delivery address. If only one is given, assume same for both. |
string |
None. |
InvoiceAddressZip | string |
None. |
|
InvoiceAddressCity | string |
None. |
|
InvoiceAddressCountry | string |
None. |
|
CompanyBic |
Company Business Id (Y-tunnus in Finland) |
string |
None. |
CompanyName |
Company Name |
string |
None. |
CompanyEInvoicingAddress |
Company EInvoicing Address |
string |
None. |
CompanyEInvoicingIntermediatorCode |
Company EInvoicing Intermediator Code |
string |
None. |
InvoicingEmail |
Invoicing Email |
string |
None. |
InvoiceReferenceNumber |
Reference number for invoice to be delivered for end customer. Should be valid payment reference for bank transactions. |
string |
None. |
CostPoolCode |
Cost pool code to be included in invoice delivered for end customer |
string |
None. |
BuyerNote |
Note to be included in invoice delivered for end customer |
string |
None. |
SellerNote |
Note to be included in invoice delivered for end customer |
string |
None. |
BuyerReference |
Reference from merchant to be included in invoice delivered for end customer |
string |
None. |
SellerReference |
Reference from end customer to be included in invoice delivered for end customer |
string |
None. |
IsLimitPurchase |
Defines if purchase is paud with credit limit |
boolean |
None. |
ReversedTotal |
Total amount of credited purchases |
decimal number |
None. |
PurchaseItems |
List of purchase items included in purchase |
Collection of PurchaseItem |
None. |