This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Content is moved to vipps-developer-docs (#367)
* Content is moved to vipps-developer-docs * Add link to guide and spec * Simplify message
- Loading branch information
1 parent
a2a3ebd
commit f0f407b
Showing
70 changed files
with
1 addition
and
8,740 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,5 @@ | ||
<!-- START_METADATA | ||
--- | ||
title: Introduction to the eCommerce API | ||
sidebar_label: Introduction | ||
sidebar_position: 1 | ||
hide_table_of_contents: true | ||
description: Use the eCommerce API to create various online payment flows using Vipps MobilePay, including express checkout. | ||
pagination_next: null | ||
pagination_prev: null | ||
--- | ||
END_METADATA --> | ||
|
||
# eCom API | ||
|
||
<!-- START_COMMENT --> | ||
ℹ️ Please use the website: | ||
[Vipps MobilePay Technical Documentation](https://developer.vippsmobilepay.com/docs/APIs/ecom-api/). | ||
<!-- END_COMMENT --> | ||
|
||
![Vipps](./images/vipps.png) *Only available for Vipps. All new integrations use the | ||
[ePayment API](https://developer.vippsmobilepay.com/docs/APIs/epayment-api).* | ||
|
||
**Important:** All new integrations should use the new | ||
[ePayment API](https://developer.vippsmobilepay.com/docs/APIs/epayment-api). | ||
See the [eCom to ePayment Migration guide](https://developer.vippsmobilepay.com/docs/APIs/epayment-api/migration/) for help migrating older integrations. | ||
|
||
## Overview | ||
|
||
The eCommerce API (eCom API) allows you to create various online payment flows, | ||
including express checkout. Initiate payments, get payment details, capture | ||
payments, and refund payments. | ||
|
||
The eCom API supports | ||
[Vipps på nett](https://vipps.no/produkter-og-tjenester/bedrift/ta-betalt-paa-nett/ta-betalt-paa-nett/), | ||
[Vipps Checkout](https://vipps.no/produkter-og-tjenester/bedrift/ta-betalt-paa-nett/vipps-checkout/), | ||
[Vipps i kassa (POS)](https://vipps.no/produkter-og-tjenester/bedrift/ta-betalt-i-butikk/vipps-i-kassa/), | ||
native apps and other solutions. | ||
|
||
## How it works | ||
|
||
* [eCommerce and Express Checkout demo pages](https://demo.vipps.no/): Try out the demo webshop to experiment with using eCommerce and Express Checkout. | ||
* [How the eCom API works online](./how-it-works/vipps-ecom-api-howitworks.md): Let your customers pay with Vipps online or in your app. All your customer needs to provide is their mobile number, then they pay in Vipps with one click. | ||
* [How the eCom API works in the Store](./how-it-works/vipps-in-store-howitworks.md): How the eCom API can be integrated in your Point Of Sale (POS) system. | ||
|
||
## Plugins for eCom | ||
|
||
* [Commerce Vipps (Drupal)](https://developer.vippsmobilepay.com/docs/plugins-ext/drupal/) | ||
* [Vipps Payment Module for Magento 2](https://developer.vippsmobilepay.com/docs/plugins-ext/magento/) | ||
* [Vipps for Optimizely](https://developer.vippsmobilepay.com/docs/plugins-ext/episerver/) | ||
* [Vipps for Shopify](https://developer.vippsmobilepay.com/docs/plugins-ext/shopify/) | ||
* [Vipps Payment for Wix](https://developer.vippsmobilepay.com/docs/plugins-ext/wix/) | ||
* [Vipps for WooCommerce](https://developer.vippsmobilepay.com/docs/plugins-ext/woocommerce/) | ||
|
||
|
||
## Next steps | ||
|
||
* [API quick start](vipps-ecom-api-quick-start.md): Run the basic examples in curl or Postman. | ||
* [API guide](vipps-ecom-api.md): Learn about the eCom API features. | ||
* [API checklist](vipps-ecom-api-checklist.md): Complete the checklist for direct and POS integrations. | ||
* [API FAQ](vipps-ecom-api-faq.md): Look for your question among those people have asked before. | ||
* [API reference](https://developer.vippsmobilepay.com/api/ecom): Go straight to the endpoint specifications. | ||
|
||
If you're new to the platform, see | ||
[Getting started](https://developer.vippsmobilepay.com/docs/getting-started/) | ||
for information about API keys, product activation, and the test environment. | ||
<!-- This content has moved to https://github.com/vippsas/vipps-developer-docs/tree/main/docs/APIs/ecom-api --> |
Oops, something went wrong.