You can delete a payment method on a member's account, by creating a line with the following variables:
Field Name |
Description |
Action |
DELETE_PAYMENT |
Username |
The username of the member, who the payment method is being deleted from. |
Payment ID# |
The ID# of the payment method that is being deleted. This can be found through the Transaction->Manage Account menu of the Admin Control Panel.
NOTE: You can only delete payment methods, which are not assigned to any transactions. |
Below shows some example lines, which will delete a payment method from a member's account:
DELETE_PAYMENT jsmith 1299
DELETE_PAYMENT tyler 2971
|