Getting Transaction Details of a Customer

Description

Gets the transaction details of a Customer. This includes tax amount, address, etc..

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
transaction-ids Array of Integer Required The Transaction IDs.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/billing/customer-transactions.json?auth-userid=0&api-key=key&transaction-ids=0&transaction-ids=1

Response

Returns a map of the Customer's transactions with their details.