Get Transactions by Customer
Zapier
Get Transactions by Customer
Get a list of all transactions for a given customer using their phone number
GET
Get Transactions by Customer
Authorizations
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Path Parameters
Body
application/json
Response
Successful Listing
Transaction
Example:
"100.00"
Transaction
Example:
"2020-10-15 12:00:00"
Transaction invoice number
Example:
"1234567890"
Customer's first name
Example:
"John"
Customer's first name
Example:
"Doe"
Customer's phone number
Example:
"1234567890"
Customer's email address
Example:
"email@email.com"
Example:
[
{
"amount": "100.00",
"transaction_date": "2020-10-15 12:00:00",
"invoice_number": "1234567890",
"first_name": "John",
"last_name": "Doe",
"phone": "1234567890",
"email": "email@email.com"
}
]
