PayerAccountInformation: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "= Billing address structure = This structure represents information about the payer related to a payment. The data provided here is used to analyze and avoid possible fraud a...")
 
No edit summary
Line 1: Line 1:
= Billing address structure =
= 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.
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.
Line 21: Line 21:
* Optional  
* Optional  
|| How long did the payer created it's account in the merchant's shop.
|| How long 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 did the payer changed it's account in the merchant's shop.
|-
|-
|}
|}

Revision as of 07:29, 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.
AccountCreatedIndicator AccountCreationIndicator
  • Optional
How long 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 did the payer changed it's account in the merchant's shop.