Get Contact
EFT
Contact
Retrieve a stored contact by its ID.
GET
Get Contact
Retrieve a stored contact by its ID. This is typically used to look up contact details before creating an EFT transaction using a
contactId reference instead of providing name fields inline.
Usage in the EFT Flow
When creating a transaction, you can pass either inline name fields (firstName + lastName, or legalName) or a contactId in the contactInfo object. Use this endpoint to verify the stored contact details before submitting the transaction.Headers
Path Parameters
Response
Success
Unique contact identifier.
Example:
"dc48faa6-ea0e-484d-8e1b-a73887a11d49"
Contact's first name.
Example:
"Jane"
Contact's last name.
Example:
"Doe"
Legal entity name.
Contact's email address.
Example:
"jane.doe@example.com"
Contact type classification.
Available options:
Individual, Business