PayerAccountInformation: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 14: Line 14:
| AccountId || string ||
| AccountId || string ||
* Optional
* Optional
* Max length 64 charachters
* Max length 64 characters
|| A unique ID of the payer's account in the merchant's system
|| A unique ID of the payer's account in the merchant's system
|-
|-
Line 49: Line 49:
| PurchasesInTheLast6Months|| integer ||  
| PurchasesInTheLast6Months|| integer ||  
* Optional  
* Optional  
* If provided, must be greater than 0
* Must be between 0 and 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.
|-
|-
| ShippingAddresAdded || datetime ||  
| ShippingAddressAdded || datetime ||  
* Optional  
* Optional  
* In UTC  
* In UTC  
Line 58: Line 58:
|| The timestamp when the shipping address used for this payment was added to the payer's account.
|| The timestamp when the shipping address used for this payment was added to the payer's account.
|-
|-
| ShippingAddresUsageIndicator|| [[ShippingAddresUsageIndicator]] ||  
| ShippingAddressUsageIndicator|| [[ShippingAddressUsageIndicator]] ||  
* 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
* Must be 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
* Must be between 0 and 999
|| The number of purchases attached to this payer in the last 24 hours
|-
| TransactionalActivityPerYear || int ||
* Optional
* Must be between 0 and 999
|| The number of purchases attached to this payer in the last 365 days
|-
| PaymentMethodAdded || datetime ||
* Optional
* In UTC
* Expected format: "2019-06-27T07:15:51.327"
|| When has this card been added to the payer's account
|-
| SuspiciousActivityIndicator || [[SuspiciousActivityIndicator ]] ||
* Optional
|| Was there any suspicious activity regarding this payer
|-
|-
|}
|}

Latest revision as of 12:16, 26 August 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
  • Optional
  • Max length 64 characters
A unique ID of the payer's account in the merchant's system
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
  • Must be between 0 and 9999
The number of successful purchases of the payer in the merchant's shop in the last 6 months.
ShippingAddressAdded 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.
ShippingAddressUsageIndicator ShippingAddressUsageIndicator
  • Optional
How long ago was the shipping address added to the payer's account.
ProvisionAttempts int
  • Optional
  • Must be 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
  • Must be between 0 and 999
The number of purchases attached to this payer in the last 24 hours
TransactionalActivityPerYear int
  • Optional
  • Must be between 0 and 999
The number of purchases attached to this payer in the last 365 days
PaymentMethodAdded datetime
  • Optional
  • In UTC
  • Expected format: "2019-06-27T07:15:51.327"
When has this card been added to the payer's account
SuspiciousActivityIndicator SuspiciousActivityIndicator
  • Optional
Was there any suspicious activity regarding this payer