Now I elaborate my question, I want to make offer on my own site and send it to google wallet for add. I haven't found any API for add offers in google wallet. If you guys know about it please tell me.
Your suggestions and links definitely considerable.
Thanks in advance.
P.S: I am using PHP.
Google Wallet recently launched a Wallet Offers API.
You can find API documentation, tutorials, code samples on the developer site:
https://developers.google.com/commerce/wallet/objects/
https://developers.google.com/commerce/wallet/objects/offers/offers-flows
Also relevant: Google I/O 2013 talk - Digitizing The Entire Wallet: Introducing Wallet Objects.
https://www.youtube.com/watch?v=VvZsFw8D_8c
Related
I'm implementing a PHP Web application that uses PayPal for payments. I'm using for all the things the REST API.
My problem is how can I get the list of withdraws from PayPal API?
I'm going to use the functionality to withdraw to a bank every day, but I will need to see, with the API, those withdraws...
Any idea? I'm a little bit lost after spending two days searching and trying page on google.
Thank you in advance,
Rui
I don't think the REST API supports it yet. The Classic API does, though, with the TransactionSearch API.
Our PayPal PHP SDK will make this very quick and easy for you to setup.
Hello everyone I am developing a website that provides unlock code to mobile user who request. but i am new in druv api so please can anyone provide a documentation or guide to use it.some error are listed below,
i am using dhru unlocking API for unlock mobile but getting error when going to place imei order by using curl.
error is.
{"ID":"1234","IMEI":"111111111111119","ERROR":[{"MESSAGE":"ValidationError123","FULL_DESCRIPTION":"Service Not Active"}],"apiversion":"3.1"}
Realize this is a bit old, but it will probably help someone I'm sure. Here's the link to the api stuff http://kb.dhru.com/Dhru_Fusion/Developer_Resources
Also, I found it by googling "dhru fusion api" wasn't all that hard to find lol probably why this topic never got answered.
I need to add purchase order in XERO using an API. But, i can't get the endpoint for this service.
Please Let me know if you have any idea about this.
Thanks ahead the time.
This is a reply from official XERO
not at the moment, I’m afraid. We’ll be assessing demand for an import
function and the API team could come to the rescue with support there
– again this will depend on demand.
source :https://www.xero.com/blog/2013/11/purchase-orders/
You can now create purchase orders through the Xero API using the /purchaseorders endpoint.
Documentation is here: https://developer.xero.com/documentation/api/purchase-orders
How we can use vtiger crm existing api mobile api, please let me know with example ,also dont suggest me for vtwsclib-1.4.
I want to use vtigercrm/modules/Mobile/api/ws.
Help me please.
You cannot use vtwsclib-1.4 with the "Mobile" API.
I was in the same situation as you, so I started documenting the Mobile API myself.
I shared the current status of my findings on this GitHub page: http://gixworks.github.io/vtiger-mobile-client-ios/
I have to integrate chase paymentech Orbital with PHP, have worked with paypal and google checkout, but no clue how to integrate paymentech orbital, actually I first need to authorize(validate) the card and then have to make transaction after 30 days any help or sample code for the
thanks you
They have API and some integration tools, so fistly I advice you to browse it
Here's a link to IP Commerce PHP Code on Github: https://github.com/ipcommerce/Commerce-Web-Services-PHP
Full Disclosure: I work for IP Commerce and we operate lab.chasepaymentechxpress.com on behalf of Chase Paymentech. The code you get from lab.chasepaymentechxpress is the same as you will get from the github link above.
After you get the github code, you will need to create a project at either https://my.ipcommerce.com or mylab.chasepaymentechxpress.com (same thing) in order to get access to the sandbox environment to test.