developer.authorize.net
developer.cybersource.com
Cybersource Developer Community
Cybersource Developer Community
Cybersource Developer Community
cybersource APIs
cybersource Developer Blog
cybersource Payments
cybersource Technology Partners and ISVs
Cybersource Products Blog
Authorize.net Developer Community
News and Announcements
News and Announcements
Authorize.net Developer Blog
The authorize.net Developer Blog
Authorize.net Community Discussions
Integration
Help
Sign In
Browse
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Ask a question
dgw2jr
Member
since
07-08-2014
11-25-2014
Your latest statistics
6
Replies
0
Solutions
0
Kudos given
0
Kudos received
About dgw2jr
User Activity
Posts
Replies
No posts to display.
Re: Masked Expiration Date in Hosted CIM's getCustomerProfileRequest
11-25-2014
This is getting very frustrating. No CardType or Expiration values come back with the PaymentProfiles, but the properties exist in the SDK? Why?
Re: Getting the duplicate ID from a E00039 error
07-09-2014
I submitted a pull request on github after implementing my own method and it was accepted. So hopefully they will release it soon.
Re: Error processing request: E00001 - An error occurred during processing.
07-09-2014
GetUnsettledTransactionList is working now.
Re: Error processing request: E00001 - An error occurred during processing.
07-09-2014
It happens with the SDK and API
Re: Getting the duplicate ID from a E00039 error
07-08-2014
In C#, I do this: catch (InvalidOperationException ex){Match findCustomerId = Regex.Match(ex.Message, @"\b\d+\b");if (findCustomerId.Success){// return the existing customeroutCustomer = GetCustomer(findCustomerId.Value);}}
View more