cancel
Showing results for 
Search instead for 
Did you mean: 
jeremiahlukus1
Member
since ‎03-05-2021
‎03-12-2021

Your latest statistics

  • 3 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

When making a post request to the sandbox url im getting Access to XMLHttpRequest at 'https://apitest.authorize.net/xml/v1/request.api' from origin 'http://localhost:62537' has been blocked by CORS policy: Request header field access-control-allow-or...
When setting up the payement system fior Apple Pay its asking for `Apple Merchant ID` which is for enable your apps to process transactions for physical goods and services to be used outside of your appsSo it seems for IOS i cannot use in app purchas...
I created a new flutter plugin that wraps the ios and andriod SDK's https://pub.dev/packages/authorize_net_plugin feel free to use.
I make a post request to https://apitest.authorize.net/xml/v1/request.api and no matter what i put i get a response code as 200. Why not return 422 unprocessable entity? Now insteaad of looking at the response code i have to dig into the response bod...
I am using the mobile sdk for andriod and ios to create a pluging for Flutter. I am getting `COMMON.ACCEPT.INAPP.PAYMENT` as my DataDescriptor and i am getting a token. This is where the sample app stops https://github.com/AuthorizeNet/accept-sample-...