December 16, 20214 yr I'm using version 3.2201 on Windows 7 under FileMaker 18. Here is the command I'm running: CCProcessPayment ( $API_Login_ID & "," & $TransactionKey; $charge_amount; $real_cc_number; $exp_date; "chargeDescription=" & $charge_description; "verificationCode=" & $cvc ) This account is a Sandbox account, in case that matters. The date I'm using is 0623. It's failing with the error message "Incorrect date format, expiration dates should be formatted as MMYY or MM/YY". Is this a bug in this version? Edited December 17, 20214 yr by Michael Frankel left out necessary info
December 17, 20214 yr Author OK - well I've been told that the documentation had a typo, so I've changed my code to: CCProcessPayment ( $API_Login_ID; $TransactionKey; $charge_amount; $real_cc_number; $exp_date; "chargeDescription=" & $charge_description; "verificationCode=" & $cvc ) Now it's telling me my credentials are incorrect, however I've verified them with Authorize.net. They are, however, Sandbox/Developer credentials. They should still work, right?
Create an account or sign in to comment