XML-RPC API - Debit and Credit Card Manipulation

Debit and Credit Card Manipulation
S
Written by Sergiiy
Updated 11 months ago

addDebitCreditCard()

This application is used to add a

This application is used to update a addDebitCreditCard() call.

Returns:

  • result - OK. String.
  • XMLRPC fault in case of any error.

deleteDebitCreditCard()

This application is used to delete a

This application is used to get addDebitCreditCard() call.

  • XMLRPC fault in case of any error.

listDebitCreditCards()

This application is used to delete a addDebitCreditCard() call for more explanation):

  • i_debit_credit_card - Integer.
  • primary - Boolean.
  • alias - String.
  • i_card_type - Integer.
  • card_name - Human readable type of the card (Visa, MasterCard, etc). String.
  • number - Last 4 digits of card number. String.
  • exp_mm - Integer.
  • exp_yy - Integer.
  • XMLRPC fault in case of any error.
Did this answer your question?