Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7903183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:41:02+00:00 2026-06-03T09:41:02+00:00

I am using Authorize.net and device registered successfully but getTransactionDetailsSucceeded is not called? how

  • 0

I am using Authorize.net

and device registered successfully but getTransactionDetailsSucceeded is not called?

how can I test it..

namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute
ttp://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"

Also followed this url but still no success…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T09:41:04+00:00Added an answer on June 3, 2026 at 9:41 am

    Thanks for your response .. But its already done…

    //Call this method at once in project
    -(void)registerDevice
    {
        NSLog(@"registerDevice");
        MobileDeviceRegistrationRequest *registrationRequest=[MobileDeviceRegistrationRequest mobileDeviceRegistrationRequest];
    
        registrationRequest.anetApiRequest.merchantAuthentication.name= txtUserName.text;
    
        registrationRequest.anetApiRequest.merchantAuthentication.password = txtPassword.text;
    
        registrationRequest.mobileDevice.mobileDescription=@"iPhone";
        registrationRequest.mobileDevice.phoneNumber = @"7889999999";
        registrationRequest.mobileDevice.mobileDeviceId=[[[UIDevice currentDevice] uniqueIdentifier]
                                                         stringByReplacingOccurrencesOfString:@"-" withString:@"_"]; 
        NSLog(@"registrationRequest %@",registrationRequest);
        [AuthNet authNetWithEnvironment:ENV_TEST];
    
        AuthNet *an = [AuthNet getInstance];
    
        [an setDelegate:self];
    
        [an mobileDeviceRegistrationRequest:registrationRequest];
    
    }
    
    
    //And after above method call below method
    
    - (void) loginToGateway {
          MobileDeviceLoginRequest *mobileDeviceLoginRequest =
            [MobileDeviceLoginRequest mobileDeviceLoginRequest];
          mobileDeviceLoginRequest.anetApiRequest.merchantAuthentication.name = txtUserName.text;
          mobileDeviceLoginRequest.anetApiRequest.merchantAuthentication.password = txtPassword.text;
          mobileDeviceLoginRequest.anetApiRequest.merchantAuthentication.mobileDeviceId =
            [[[UIDevice currentDevice] uniqueIdentifier]
                     stringByReplacingOccurrencesOfString:@"-" withString:@"_"];
    
          AuthNet *an = [AuthNet getInstance];
    
          [an setDelegate:self];
          [an mobileDeviceLoginRequest: mobileDeviceLoginRequest];
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Authorize.net in test mode, how I can test declines? If the test mode
I am seeking a sample implementation of Authorize.Net DPM using Webforms, but I can't
I am trying to do a CIM transaction using authorize.net but whenever i am
I have created a test account with Authorize.net and am using ActiveMerchant to process
Authorize.net provides some sample code for using CIM with ruby but its uses XML.
I'm using ASP.NET MVC 3 with the Authorize attribute, but it keeps kicking me
I signed up for a test account with Authorize.net because you can't do test
I'm using SIM. I perform a transaction, but Authorize.net doesn't return all the transaction
I'm looking to do Authorize.net payment integration with a website using PHP. My questions
I have an MVC site, secured using [Authorize] attributes, but have an issue on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.