voxel.billing.payment_methods.list
list payment methods
Parameters
NoneExample Response
<rsp stat="ok">
<payment_methods>
<payment_method id="786" payment_type="cc">
<billing_contact>
<first_name>first name</first_name>
<last_name>last name</last_name>
<company/>
<address>5678 NoWhere Circle</address>
<city>City</city>
<state>NC</state>
<zip>55555</zip>
<country>US</country>
<phone>4155555555</phone>
<email>random_client@voxel.net</email>
</billing_contact>
<credit_card expiration_month="11" expiration_year="10" type="visa">1111</credit_card>
<account routing_number="" bank="" type="">123456789</account>
</payment_method>
....
</payment_methods>
</rsp>
Notes
The list of payment methods
Method Specific Error Codes
-
None

