| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| paymentMethodId | String | The Payment Method to look for. | ||
| bankingDetails | finBankingDetails | ByRef | If details for the payment method are found, a populated finBankingDetails object is returned. | |
| found | Boolean | ByRef | Indicates whether a match was found. | |
| searchBankTransactions | Boolean | Optional | Should previous Bank Transactions be searched? If omitted, a value of True is assumed. | |
| searchBankTransactionsRefund | Boolean | Optional | Should previous "Refund" Bank Transactions be searched? Note, searchBankTransactions must also be True. If omitted, a value of False is assumed. |
A Boolean value indicating success.