AddCreditCardToVault Parameters logon Type: Logon The user name and password to be used for the operation companyCode Type: string The company from which to add the credit card data to the vault paymentType Type: string The payment type used for the credit card creditcardData Type: string The credit card number and expiration date formatted as follows: nnnnnnnnnnnnnnnn|mmyy Return Value Type: string A GUID that can be used in future calls to PreAuthorizeCreditCard eBusiness Web Services Installation and Reference Guide 47 _____________________________________________________________________________________________ PreAuthorizeCreditCard Remarks This operation adds a credit card number and expiration date to the Sage Exchange secure vault and returns a unique identifier that can be used in future calls to PreAuthorizeCreditCard and is also placed in the SalesOrder contract for various sales order operations. The following is an example of data that should be passed into the creditcardData parameter: 4111111111111111|0616 Note that the pipe character is used to separate the credit card number from the expiration date.
↧