Action: Get all payment transactions from lead
This will allow you to retrieve all the individual payment transactions from one particular lead, as well as all the details of those transactions (returned as an array of objects).
Type | Parameters | Values |
POST | cmd* | get_transactions_from_lead |
POST | email** id |
string integer |
* Required: the CMD parameter must be included in the API call.
** Either the Lead ID or the Lead EMAIL must be passed in order to locate the lead
Here is an example:
'lead' => [ 'email' => 'example@email.com' ], 'actions' => [ '0' => [ 'cmd' => 'get_transactions_from_lead' ], ]