Jump to content

360Works Plastic - Plug-in Rejects MMYY expiration date format for Authorize.Net


This topic is 854 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 by Michael Frankel
left out necessary info
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

This topic is 854 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.