Difference between revisions of "PayerAccountInformation"
Jump to navigation
Jump to search
(→Property list) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
{{api_input_table_header}} | {{api_input_table_header}} | ||
+ | |- | ||
+ | | AccountId || string || | ||
+ | * Optional | ||
+ | * Max length 64 charachters | ||
+ | || A unique ID of the payer's account in the merchant's system | ||
|- | |- | ||
| AccountCreated || datetime || | | AccountCreated || datetime || | ||
Line 44: | Line 49: | ||
| PurchasesInTheLast6Months|| integer || | | PurchasesInTheLast6Months|| integer || | ||
* Optional | * Optional | ||
− | * If provided, must be greater than 0 | + | * If provided, must be greater than 0 and maximum 9999 |
|| The number of successful purchases of the payer in the merchant's shop in the last 6 months. | || The number of successful purchases of the payer in the merchant's shop in the last 6 months. | ||
|- | |- | ||
Line 56: | Line 61: | ||
* Optional | * Optional | ||
|| How long ago was the shipping address added to the payer's account. | || How long ago was the shipping address added to the payer's account. | ||
+ | |- | ||
+ | | ProvisionAttempts || int || | ||
+ | * Optional | ||
+ | * Between 0 and 999 | ||
+ | || How many times did the customer try to add a card to it's account during the last 24 hours | ||
+ | |- | ||
+ | | TransactionalActivityPerDay || int || | ||
+ | * Optional | ||
+ | || The number of purchases attached to this payer in the last 24 hours | ||
+ | |- | ||
+ | | TransactionalActivityPerYear || int || | ||
+ | * Optional | ||
+ | || The number of purchases attached to this payer in the last 365 days | ||
|- | |- | ||
|} | |} |
Revision as of 13:07, 17 July 2019
Payer account information structure
This structure represents information about the payer 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 |
---|---|---|---|
AccountId | string |
|
A unique ID of the payer's account in the merchant's system |
AccountCreated | datetime |
|
The timestamp when the payer created it's account in the merchant's shop. |
AccountCreationIndicator | AccountCreationIndicator |
|
How long ago did the payer created it's account in the merchant's shop. |
AccountLastChanged | datetime |
|
The timestamp when the payer last changed it's account in the merchant's shop. |
AccountChangeIndicator | AccountChangeIndicator |
|
How long ago did the payer changed it's account in the merchant's shop. |
PasswordLastChanged | datetime |
|
The timestamp when the payer last changed it's password in the merchant's shop. |
PasswordChangeIndicator | PasswordChangeIndicator |
|
How long ago did the payer changed it's password in the merchant's shop. |
PurchasesInTheLast6Months | integer |
|
The number of successful purchases of the payer in the merchant's shop in the last 6 months. |
ShippingAddresAdded | datetime |
|
The timestamp when the shipping address used for this payment was added to the payer's account. |
ShippingAddresUsageIndicator | ShippingAddresUsageIndicator |
|
How long ago was the shipping address added to the payer's account. |
ProvisionAttempts | int |
|
How many times did the customer try to add a card to it's account during the last 24 hours |
TransactionalActivityPerDay | int |
|
The number of purchases attached to this payer in the last 24 hours |
TransactionalActivityPerYear | int |
|
The number of purchases attached to this payer in the last 365 days |