x

Can I add Google Pay to my website if I'm in Dubai?

The title of this thread has been edited from the original: How does invoicing work with Square?

 

Im trying to implement on the live the google pay here. but nothings works . i copied and paste the working code from github 

but does not showing the buttons. 

 

can anyone helo me ? needing this badly .

4,866 Views
Message 1 of 13
Report
1 Best Answer
Super Seller

Best Answer

the Square blog post on medium should be updated to say that it only works in the US and Canada (if that is an official Square communication platform), it only states that the transaction must be in USD at the end of the article.  

 

maybe that's a google pay limitation too, I don't know what it's worldwide rollout status is.

View Best Answer >

5,225 Views
Message 11 of 13
Report
12 REPLIES 12
Super Seller

I'm not sure what you are asking.  IF you could explain what you are trying to do and how that would be great.

4,800 Views
Message 2 of 13
Report

im trying to implement a google pay button on our site. i follow the instruction given by you but does not show up. 

4,796 Views
Message 3 of 13
Report
Super Seller

4,792 Views
Message 4 of 13
Report

Hi Van,

 

I already follow the instructions for implementing google pay. but its not showing up. the methods always return false. is there a restriction of country ? cause i am from dubai and i think there is a problem with this ?

 

Thanks!

4,785 Views
Message 5 of 13
Report

I Console.log the methods and this is always the return how can i able to show this one am i missing something configuration on the square pay ?

square-pay.PNG

and this is the code behind that

 

square-pay2.PNG

4,782 Views
Message 6 of 13
Report
Super Seller

I don't see the part in your code but are you billing in USD?  currently, the integration only supports transactions in US dollars.

4,770 Views
Message 7 of 13
Report

What do you mean ? this one ? createPaymentRequest: function () { return { requestShippingAddress: false, requestBillingInfo: true, currencyCode: "USD", countryCode: "US", total: { label: "The 'No Secret Diet' Package ", amount: "9.99", pending: false }, lineItems: [ { label: "Subtotal", amount: "9.99", pending: false } ] } },
4,767 Views
Message 8 of 13
Report

square-pay-10.PNGthis is the one ?

4,766 Views
Message 9 of 13
Report
Admin

@boy-lighting I noticed that you mentioned you're located in Dubai? Currently the Checkout APIs are only available to sellers in the US and Canada. Sorry for the confusion! 

️ Helen
Seller Community Manager

Did you find help in the Seller Community? Mark a Best Answer to help others.
4,762 Views
Message 10 of 13
Report
Super Seller

Best Answer

the Square blog post on medium should be updated to say that it only works in the US and Canada (if that is an official Square communication platform), it only states that the transaction must be in USD at the end of the article.  

 

maybe that's a google pay limitation too, I don't know what it's worldwide rollout status is.

5,226 Views
Message 11 of 13
Report
Admin

Good call @VanKalkerFarms, I agree. I'll let the Developers team know this should be clearer in the post.  And yes the Square Corner Blog is written and published by Square!  

️ Helen
Seller Community Manager

Did you find help in the Seller Community? Mark a Best Answer to help others.
3,615 Views
Message 12 of 13
Report

@Helen @VanKalkerFarms Thanks for your answer . it's all clear now.

3,614 Views
Message 13 of 13
Report