PurchaseInformation: Difference between revisions
Jump to navigation
Jump to search
m (→Property list) |
m (→Property list) |
||
Line 51: | Line 51: | ||
| PurchaseType || [[PurchaseType]] || | | PurchaseType || [[PurchaseType]] || | ||
* Optional | * Optional | ||
|| The type of the purchase | || The type of the purchase. | ||
|- | |- | ||
| GiftCardPurchase || [[GiftCardPurchase]] || | | GiftCardPurchase || [[GiftCardPurchase]] || | ||
* Optional | * Optional | ||
|| If the purchased items included gift cards, fill out the information about them | || If the purchased items included gift cards, fill out the information about them. | ||
|- | |- | ||
| PurchaseDate || datetime|| | | PurchaseDate || datetime|| |
Revision as of 08:22, 7 November 2020
Purchase information structure
This structure represents information about the purchase related to a payment. The data provided here is used to analyze and avoid possible fraud attempts and assure frictionless 3D secure flow.
API usage
This structure is used by the following API endpoints:
Property list
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
DeliveryTimeframe | DeliveryTimeframeType |
|
The speed of the delivery method. |
DeliveryEmailAddress | string |
|
If the goods are sent electronically to the payer, here should be the e-mail address where the payer asked the goods to. |
PreOrderDate | datetime |
|
If the payer pre-ordered the goods, here should be the date when the goods will be available. |
AvailabilityIndicator | AvailabilityIndicator |
|
When will the goods be available. |
ReOrderIndicator | ReOrderIndicator |
|
Is this purchase a re-order of a previous one. |
ShippingAddressIndicator | ShippingAddressIndicator |
|
What kind of shipping is used. |
RecurringExpiry | datetime |
|
What is the last date when the payment can be used as a recurring source. |
RecurringFrequency | int |
|
What is the minimum number of days between subsequent payments. |
PurchaseType | PurchaseType |
|
The type of the purchase. |
GiftCardPurchase | GiftCardPurchase |
|
If the purchased items included gift cards, fill out the information about them. |
PurchaseDate | datetime |
|
The time of the purchase. |