Get Most Recent Transaction
Zapier
Get Most Recent Transaction
Get the most recent transactions details
GET
Get Most Recent Transaction
Authorizations
You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.
Response
Successful Listing
Transaction
Example:
1
Customer's
Example:
"1234567890"
Transaction
Example:
"100.00"
Transaction
Example:
"2020-10-15 12:00:00"
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:
[
{
"id": 1,
"invoice_number": "1234567890",
"amount": "100.00",
"transaction_date": "2020-10-15 12:00:00",
"first_name": "John",
"last_name": "Doe",
"phone": "1234567890",
"email": "email@email.com"
}
]
