• Resolved nduraiswamy

    (@nduraiswamy)


    Google has approved the company profile. We have configured the merchant id as well. however, we are seeing the below exception.
    ———————————————————–
    You have not registered to use this API.

    Double check your Android app or web domain registration.
    ————————————————————

    Configured the fully qualified domain name as well..

Viewing 15 replies - 1 through 15 (of 21 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @nduraiswamy

    Per our GPay docs, the description for the domain name is misleading in the Google Pay Console.

    Not all domains require the www prefix. If you added that to your hostname config, or didn’t add it, you will want to do the opposite. So if you did www.example.com then you want to change it to example.com.

    Kind Regards,

    Thread Starter nduraiswamy

    (@nduraiswamy)

    I followed the documentation to configure the plugin. There is no prefix i.e. www.

    is it possible to capture the entire log.

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @nduraiswamy,

    There is no prefix i.e. www.

    If your GPay Console domain setting doesn’t have the www prefix, then that means you need to add it because your host is resolving with www. The error message You have not registered to use this API. always means there is an issue with the domain setting.

    You can do a search in the support threads and see there are quite a few similar requests and the resolution was to fix the domain setting.

    is it possible to capture the entire log.

    That error message is the complete message from the GPay API. They don’t provide any additional info beyond that message.

    Kind Regards,

    Thread Starter nduraiswamy

    (@nduraiswamy)

    is there an option to verify where the site/host is resolving with www or non-www?

    Thread Starter nduraiswamy

    (@nduraiswamy)

    by the way, your document says to setup “Select the API integration type: Gateway” but there is no such option available on the google pay business console?

    is the plugin compatible with the most recent version of the google pay?

    Plugin Author Payment Plugins

    (@mrclayton)

    by the way, your document says to setup “Select the API integration type: Gateway” but there is no such option available on the google pay business console?

    I just checked and that option is available on the GPay Console via the Google Pay API link in the navigation menu.

    It looks like they changed it’s location recently so we’ll update the docs.

    is the plugin compatible with the most recent version of the google pay?

    Yes.

    Thread Starter nduraiswamy

    (@nduraiswamy)

    @mrclayton,

    I am unable to find out the location Google Pay API link. Can you pls share the URL or link?

    It is impacting mu live site.

    Thread Starter nduraiswamy

    (@nduraiswamy)

    Can you pls share the exact location (link or page navigation detail) on the google pay business console to “Select the API integration type: Gateway”?

    Really appreciate your quick response

    Plugin Author Payment Plugins

    (@mrclayton)

    @nduraiswamy It’s located at https://pay.google.com/business/console/payment/${merchantID} Where you should replace your merchant ID where it says ${merchantID}.

    https://imgur.com/NQb7FFh

    Thread Starter nduraiswamy

    (@nduraiswamy)

    https://pay.google.com/business/console/in/payment/{merchantID}? … I see the below sections,
    —————————–

    Using the Google Pay API

    Use the Google Pay API to add Google Pay as a payment option using the Unified Payments Interface (UPI) intent mechanism. Enable seamless payment flows for customers on your Android app or website.
    Developer documentation

    To get started, take a look at our developer documentation for your Android app or website.

    Your UPI Integration
    To keep your account safe, we need to verify your UPI ID. This must be done before you can integrate with the Google Pay API.

    ——————————————

    are you referring to the “Your UPI Integration” section? if so, it is configured and verified successfully.

    Plugin Author Payment Plugins

    (@mrclayton)

    It sounds like you are based in India since you see the UPI section. Per my original reply, if you have already configured your domain, then the issue is you caused by your domain name configuration.

    You need to re-enter your domain name, this time either adding “www” if it’s missing or removing “www” if it’s there.

    Regards,

    Thread Starter nduraiswamy

    (@nduraiswamy)

    Yes. Modified the URL but still it is not working.

    Can you please confirm the plugin follows the below method (as suggested by google pay for India).

    https://developers.google.com/pay/india/api/web/create-payment-method

    Plugin Author Payment Plugins

    (@mrclayton)

    Yes. Modified the URL but still it is not working.

    Please provide a screenshot.

    Can you please confirm the plugin follows the below method (as suggested by google pay for India)

    That’s for the UPI, which is separate from the GPay integration.

    Just use the PaymentRequest Gateway provided by this Stripe plugin since you’re having trouble setting this up. The Payment Request Gateway includes a GPay integration and you don’t have to go through the whole GPay approval process.

    Thread Starter nduraiswamy

    (@nduraiswamy)

    here you go (this is from gpay business console)
    —————————————————-
    Customer support
    Corporate website
    https://www.aalamroots.com
    —————————————————-

    Plugin Author Payment Plugins

    (@mrclayton)

    When attempting to create an account on your site, the following error message appears:

    hostname match not found.

    I’d recommend you go with the Payment Request Gateway.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Google Pay Integration issue’ is closed to new replies.