> For the complete documentation index, see [llms.txt](https://docs.saferpay.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saferpay.com/home/integration-guide/payment-methods/alipay+.md).

# Alipay+

{% hint style="info" %}
Alipay is now Alipay+.&#x20;

To migrate from Alipay to Alipay+, an additional agreement must be signed. Please contact your account manager or our [**customer service** ](/home/integration-guide/support.md#customer-services)
{% endhint %}

Alipay+ transactions can be processed via the Saferpay JSON API. However, as Alipay+ is a third party provider, there are a few things to consider.

## General requirements

The handling of Alipay+ payments with Saferpay requires:

* A [corresponding license ](/home/master/licensing.md)and thus a valid identification with a username and password for the Saferpay system.
* At least one active Saferpay terminal on which the payment can be carried out. This could be a Saferpay Payment Page or a Saferpay Secure PayGate terminal.
* A valid Alipay contract.&#x20;

{% hint style="info" %}
Need an Alipay+ contract? Simply [contact our sales](/home/integration-guide/support.md#worldline-sales-team) to get one.
{% endhint %}

### Technical requirements

The general integration of Alipay+ can only be done via the [Payment Page](/home/integration-guide/licences-and-interfaces/payment-page.md) and requires the following things to be noted:

* JSON API Version 1.11 or later
* **Refund:**&#x20;
  * A refund has always the status **`CAPTURED`** and thusly cannot be cancelled. Make sure that you really want to execute it. Furthermore, in order to execute a refund, the turnover on this day must be greater than or equal to the amount to be refunded. The refunded amount won't be taken from your bank account, instead it will be subtracted from the overall turnover since the last batch close.
  * Note that the **CaptureId**, needed for a refund, is returned as part of the response of [Payment Page Assert](https://saferpay.github.io/jsonapi/#Payment_v1_PaymentPage_Assert).
* The parameter **`OrderId`** is limited to 50 characters.
* The notification URLs, inside th&#x65;**`Notification`** conatiner are **mandatory**, in order to avoid missing payment successes. See the [Payment Page process](https://docs.saferpay.com/home/integration-guide/payment-methods/pages/-Me4jFEJClrxX7AII0gz#notification.successnotifyurl-and-notification.failnotifyurl) for further information.

### Supported features

| Feature                                                                                     |                                   Support                                   |
| ------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------: |
| Capture/Cancel                                                                              |                                   ❌**/**❌                                   |
| Multipart Captures                                                                          |                                      ❌                                      |
| Secure Card Data                                                                            |                                      ❌                                      |
| [Refunds](/home/integration-guide/licences-and-interfaces/transaction-interface/refunds.md) | <p>✅</p><p><a href="#integration"><strong>Needs attention!</strong></a></p> |
| Recurring Payments                                                                          |                                      ❌                                      |
| 3D Secure                                                                                   |                                      ❌                                      |
| Dynamic Currency Conversion (DCC)                                                           |                                      ❌                                      |
| Mail Phone Order                                                                            |                                      ❌                                      |
| [Testing](#testing)                                                                         |                                      ✅                                      |
| [Omni-Channel](/home/integration-guide/licences-and-interfaces/omni-channel.md)             |                                      ✅                                      |

## Testing

Please refer to [this chapter](/home/integration-guide/testing-and-go-live.md#alipay), if you want to test Alipay+.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.saferpay.com/home/integration-guide/payment-methods/alipay+.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
