Is the bigcommerce payment endpoint to get bin/AVS/CVS information going to be available for the api users soon. Is there a release date planned?
Related
Is there any api which gives transaction data to authenticate the payment through qr code of upi
Note: paytm, google and other api give test api keys but for production api registration is important
I don't need payment gateway I just need transaction id and amount to verify payment in my mern stack web application
I am looking for source code of free apis for my web application using react express node js and mongodb
We are building SAAS platform like Shopify. Now we would like our customers to install MailChimp on their store just like Shopify customer installs on their store.
When I was trying MailChimp on Shopify platform, i noticed somehow Shopify receives some key/token from MailChimp when installation completes and then Shopify uses this key/token to update MailChimp list of that store whenever some events occurs. That's what we are looking to build.
I tried MailChimp API (on Playground) with the generated key. But, this API creates store, list etc under my account, then how do i enable this against our customer's MailChimp account?
I would greatly appreciate it if you kindly give me some feedback.
Both Shopify and MailChimp use OAuth to exchange API credentials for users accounts between each other.
In your case, you should probably check out MailChimps OAuth 2 documentation on this topic.
When it comes to integrating MailChimp with your SaaS, your application as to acts as a client to MailChimp. Use OAuth to let your users connect their MailChimp account to your application and store the Refresh and Access Tokens in your database. This allows you to make requests to the MailChimp API to access your user's MailChimp data.
I'm developing a B2B web app and one of the planned features is to initiate and process payments from a user's PayPal account to a third party email (for example to pay a supplier on the user's behalf). Assuming I can get users to authorise our integration with their PayPal account, is there existing functionality from PayPal (presumably through an API) to enable us to do this? If there is does anyone know what the functionality is called and what level of authentication/permission I'd need from users?
Many thanks for any help.
Take a look at the PayPal Permissions API.
I want to generate pay request in paypal using Paypal Api. I am using the following
reference link https://www.x.com/developers/paypal/documentation-tools/api/pay-api-operation
But they people have not explained how to use that code in c#. I want to give a button to user and he'll fill the oauth key and payment request will be sent to merchant account.
Please suggest
Sample codes are here
https://www.x.com/developers/paypal/documentation-tools/paypal-code-samples
PayPal provides Web Service API for the following methods -
1) Website Payments Pro
2) Payflow Gateway
3) PayPal Express Checkout
Updated - 9/11/2014
PayPal provides REST API now.
In addition, sample code is moved to GitHub
We're using Shopify with WorldPay as a payment processor. Is there any way of getting the WorldPay authorization token for an order via the Shopify API?
Payment gateway info (aside from the name of the gateway) is excluded from the API, primarily for security reasons.