Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 884 Bytes

File metadata and controls

14 lines (9 loc) · 884 Bytes

MetadataCardAndAch

Properties

Name Type Description Notes
email String Email of the user.
phone_number Option<String> Phone number of the user in E.164 format. We recommend using a library such as libphonenumber to parse and validate phone numbers. [optional]
session_id String Hash of the session identifier; typically of the end user. This helps us make risk decisions and prevent fraud. IMPORTANT: Please hash the session identifier to prevent sending us actual session identifiers.
ip_address String Single IPv4 or IPv6 address of user'

[Back to Model list] [Back to API list] [Back to README]