PayerAccountInformation: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 46: Line 46:
* If provided, must be greater than 0
* If provided, must be greater than 0
|| 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.
|-
| ShippingAddresAdded || datetime ||
* Optional
* In UTC
* Expected format: "2019-06-27T07:15:51.327"
|| The timestamp when the shipping address used for this payment was added to the payer's account.
|-
|-
|}
|}

Revision as of 08:13, 27 June 2019

Payer account indormation 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
AccountCreated datetime
  • Optional
  • In UTC
  • Expected format: "2019-06-27T07:15:51.327"
The timestamp when the payer created it's account in the merchant's shop.
AccountCreationIndicator AccountCreationIndicator
  • Optional
How long ago did the payer created it's account in the merchant's shop.
AccountLastChanged datetime
  • Optional
  • In UTC
  • Expected format: "2019-06-27T07:15:51.327"
The timestamp when the payer last changed it's account in the merchant's shop.
AccountChangeIndicator AccountChangeIndicator
  • Optional
How long ago did the payer changed it's account in the merchant's shop.
PasswordLastChanged datetime
  • Optional
  • In UTC
  • Expected format: "2019-06-27T07:15:51.327"
The timestamp when the payer last changed it's password in the merchant's shop.
PasswordChangeIndicator PasswordChangeIndicator
  • Optional
How long ago did the payer changed it's password in the merchant's shop.
PurchasesInTheLast6Months integer
  • Optional
  • If provided, must be greater than 0
The number of successful purchases of the payer in the merchant's shop in the last 6 months.
ShippingAddresAdded datetime
  • Optional
  • In UTC
  • Expected format: "2019-06-27T07:15:51.327"
The timestamp when the shipping address used for this payment was added to the payer's account.