I configured following developer UPS details under magento-2:
Live Account: No
Access License Number: ***
Mode: Developer
User ID:***
Password: ***
However, UPS shipping methods not rendering on cart and checkout.
Please help.
Solution:
UPS can be tested in dev or productin environment, not works in local environment.
Please provide the complete address at cart/checkout including country, state, zipcode e.g.:
USA
California
90014
It must work.
If zipcode is * then methods will not appear.
Thanks,
Related
I've resubmitted Admob address verification PIN 3 times but still not received.
I've passed my threshold period too.
1'st Attempt - Add my residence address where I got almost all courier.
2'nd Attempt - Add my office address.
On detailed research, after 2 months I've found some forum post with same DUBAI UAE address verification PIN not receiving due to POST OFFICE CODE (P.O.BOX) required in DUBAI.
On my 3'rd Attempt - I've tried my Office Address with P.O.BOX number. BUT Still PIN not arrived.
I'm very much disappointed on Google Services and lack of information on UAE postal service.
My whole payment is still uncleared (i.e. AED 30K+).
If someone from UAE or experienced with this type of issue - Please let me know.
Thank you
Hie I had the same problem but after requesting the PIN for the 3rd time i waited 30 days. Then i attached my Emirates ID and Etisalat Telephone Bill showing my name and address. Within minutes i was verified and now will be receiving my payments.
Thank you for your help. I've added my Dubai ID proof with my company's service license and I've verified and got payment
When I try to create a business sandbox account it first has a status of processing but then always results in an error status code. It says the sandbox account could not be created, please delete it and create another one.
I saw that the paypal forms have some validation issues so I have already tried the following:
Password more than 8 characters containing uppercase,lowercase,numbers and symbol characters.
Positive balance < $1000
Valid fictional email address that is not the same as my address.
Tried different countries including the US.
Filled in the optional fields of first name and last name
But still the same error.
I solved this by using a different browser. So I guess this was cache related in some way. I entered the following data:
Country: United States
Didn't fill in optional fields
Bank verified
Visa
$100 in account
I used Microsoft Edge instead of Chrome.
I currently use a Paypal button on my website. When a customer clicks the button, they are taken to Paypal's website to make the purchase. Once the purchase is complete, I am sent an email notification by Paypal. The email notice contains a section like this:
Buyer:
Acme Inc
acme#acme.com
Unconfirmed shipping address
John Smith
123 Main Street
Mytown AB 12345
United States
My problem has to do with the fact that there are no field headers to parse this data by. IOW, I have a back end software program that takes these incoming emails and parses them (or at least, tries to parse them). Problem is, there is nothing telling me what the customer's last name is, or their first name. What if the email contained this?:
John de Machio Jr.
123 Main Street
My Town AB 12345
United States
Is "Machio" this person's last name, or is it "de Machio", or is it "Jr."?
Is there no way to get field headers with the customer information? Kind of like this:
First name: John
Last name: de Machio
Address line 1: 123 Main Street
Address line 2: Apt. 4
City: My Town
State/province: AB
ZIP/Postal code: 12345
Country: United States
Email address: acme#acme.com
Please don't start parsing emails. We do occasionally change the structure of our emails and email is inherently poor to base something as critical as your order management on.
We have PayPal Instant Payment Notification which takes care of all of this for you instead.
We've got sample code up on GitHub for most major languages, as well as a 'HowTo' guide here.
PayPal's IPN, though created back quite a few years ago, is similar to what may now be commonly known as webhooks.
Whenever a transaction-related event occurs on your account, we trigger a HTTP POST request to a defined URL.
For security reasons, you should then take that POST payload, send it back to us and check for the response to ensure the HTTP POST you received is genuine.
I'd be happy to walk you through setting up IPN.
The easiest I can make it is:
1. Download the sample code
2. Set it up for your environment and make sure it accessible publicly
3. If you're using PayPal buttons, add:
<input type="hidden" name="notify_url" value="http://url/to/your/ipn/script">
Once you've got this, IPN works.
Alternatively, if you'd rather not specify your IPN URL in your buttons, you can simply enable it in your account via Profile > My selling tools > Instant Payment Notification and save the URL there.
I have an "Apple ID" (which I assume is Apple's way of saying "account") that is associated with two iPhone Developer Programs as a team member. I'm trying to add a personal Developer Program subscription using this same Apple ID. I found this answer here, which implies that it should/may be possible (some of the comments seem to contradict the accepted answer):
Multiple accounts on iPhone Developer Program
So I went and paid my $99 using my current Apple ID. I got an "Order Acknowledgement" e-mail from Apple shortly after placing the order. If I follow the order status link in the e-mail, my order shows up as being "Electronically Delivered". However, when I log into the Apple developer portal, I am not given the option to choose my personal subscription. I can only choose between the two companies at which I am a team member.
So my questions are:
Is the question cited above correct in that I should be able to do what I am trying to do?
Does Apple send any communication after the "Order Acknowledgement" message, or is that all I should expect to get?
How am I supposed to log into my personal subscription?
Give it a little time. I don't think the 'order acknowledgement' means that the account has been created or is ready to use. It can take 24 hours before the account is created, perhaps longer over a weekend. So, wait at least 24 hours from when you submitted the application before you get too worried. BTW, the "electronically delivered" bit just means that they're not going to ship anything to you with this purchase.
You can check the status of your application in the iOS developer portal. Look for the "Check the status of your pending iOS Developer Program enrollment" link in the right hand column.
If the issue doesn't resolve itself after a day or two, contact Apple's developer support group: you can reach them by phone at 800-633-2132.
To address your question specifically:
Yes, you can definitely use the same AppleID to be a member of several development teams. However, a single AppleID can only be in the "team agent" role for a single account. If you're the agent for your company, you'll need to create a different AppleID for your personal account. (You'll know if it you're the agent -- you'll have to accept changes to Apple's developer agreement on behalf of your company every time they change it, which is at least several times each year.)
Yes, I believe you'll receive additional communication when your account is ready, or if there's any problem in creating your account.
Once your personal account is set up, you'll have to choose which development team you're using each time you log into the developer portal.
I am attempting to follow the instructions on this page:
http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW4
To write a Java based test server that will push a payload on the sandbox push service to a test device.
I am an admin on the account, but not the owner.
I have two App IDs.
XXX.cs.* and
XXX.cs.apns
where XXX are the identical 10 character strings that Apple assigns.
Step 2 says I must locate the App ID for the sandbox. And later talks about a configuration button I do not see...
Do I have to create a third App ID for XXX.cs.apnsSandbox or similar?
Thanks in advance,
It seems only the account owner can configure App IDs and setup the provisioning, thus invalidating my question.
Thanks regardless.