i am developing shopping cart site in which i want to use USPS(united states postal service)for shipping.can anybody know the fields which are to be required for this service.
Full details on the USPS API can be found here:
USPS Web Tools
The fields that are required depend on which service you are using. The parcel tracking service, for example, requires only a username and tracking ID.
Related
I ma developing a mobile app with a wordpress backend that was developed by someone else and the person is unreachable. I have the usual Woocomerce membership plans built on the backend. The website works perfectly fine. The issue is this
I checked the REST API endpoints through 'discovery' and found all the usual endpoints, but my issue is how will i test the if the user has a membership plan via REST API. I have already wasted a lot of time figuring out the solution.
/wc/v3/memberships lists all the endpoints
/wc/v3/memberships/plans/ lists all the plans
when i make a call to all these endpoints, it gives me all the users which have memberships.
My question is how would i know if the current loggedin user has purchased a membership, there is no such specific endpoint to it, plus the docs are not very specific. They are vaugue. Good enough for a beginner but not for a production level.
This is the url which i am referring to, which i got from the "official" Woocomerce Membership website
https://skyverge.github.io/woocommerce-memberships-rest-api-docs/#get-user-memberships
Use this endpoint :
GET http://example.com/wp-json/wc/v3/memberships/members/
Just replace with current user id. you can get current user id through this endpoint :
GET http://example.com/wp-json/wp/v2/users/me
Currently, I have an e-book I want to sell via Shopify, I already have added the dynamic buttons, but one of them is a third party Bank that I'm using to process the payment.
The issue is, I don't know if is possible to integrate a third-party functionality (external bank), when after the payment has been done, a download link is sent via email, so the person who just purchased the book can donwload it.
Anybody know the answer to this or now a possible integration solution with a third-party?
Thank you so much.
I already have added the dynamic button, but I can't find a way to customize the liquid code, so when after the payment is done, it redirects and the donwload link is sent via email.
You can visit your
admin > settings > payment providers > choose thrid party providers
https://{{yourstorename}}.myshopify.com/admin/settings/payments/third-party-providers
Shopify provide integration with Third-party payment providers. I hope you can get third party payment provider.
Otherwise, you can request to shopify to build/integrate new payment method with hosted payment gateway. For this you need to submit google form to shopify team, once they approved then you can integrate third party payment method.Better way you can discuss with your payment provider to build app if more shopify users have same requirements.
I am a payment processing site for several different companies. I currently use Cybersource and it allows me to pass transactions under separate company credentials so payments are processed to the correct company.
With PayPal, I am trying to find which API I should use so that I can do an Express Checkout payment and pass different usernames and signatures for different companies. So far NVP seems like one that would work but I am using VS2015 with ASP.Net (VB).
The SDK for PayPalCoreSDK.Dll uses a Configuration.cs file to store credentials. I don't know how to provide each company's credentials "on the fly".
Any suggestions? Thanks!
PayPal provides option to use 3rd party API permission. Your system will do the API call and you will include the email address of other companies in subject field to receive the payment.
https://developer.paypal.com/docs/classic/admin/third-party/
I am working on this website: http://wolves.phiresky.com/
It is an ASP.NET webpage using entity framework.
How can I make this a shopping cart?
How can I make this a shopping cart which can integrate with PayFast.co.za Payment Gateway?
The way that most developers create a shopping cart, including myself, is to create a object, often called cart, and then place that cart object into the visitor's session. This way the cart is accessible via the session object each page request. Integrating with a payment gateway is a whole other matter. To do that you will need to review the api documentation from the payment gateway company and then call the payment api's as appropriate.
The easiest to get started with a payment gateway is to try out Paypal, they offer test accounts and there is plenty .Net documentation to get you started. So using that you can run a test and see how online payments can be integrated. Also i see your prices are in ZAR, there is a couple of SA based payment gateway companies that you can easily integrate with, just run a google on SA payment gateway companies.
I have created one woocommerce project.I used three type shipping method plugins for that project.that are
ups
usps
FedEx
Here Usps and FedEx are working fine.But ups is not working fine.when i give country,stare,zip code it's showing
There doesnât seem to be any available shipping methods. Please
double check your address, or contact us if you need any help
I got some values as an array. that showing
UPS post response
WooCommerce UPS packages1.00FailureHard10002The XML document is well formed
but the document is not validAccessRequest/AccessLicenseNumber
I would check to see if you have a SOAP client installed on your server. In WooCommerce click "System Status" and next to Soap Client you may see "Your server does not have the SOAP Client class enabled - some gateway plugins which use SOAP may not work as expected." . I recommend create a backup of your database and files firstly, then install soap client