Alipay+ DocsAlipay+ Docs

APIs and SDKs

This topic lists all the interfaces that are used in User-presented Mode Payment.

APIs for integration

This section introduces the interfaces that are used in integration with the Alipay+client SDK.

APIs

The following table lists the APIs that are used in the integration process.

Interface name

Endpoint

Direction

pay

/v1/payments/pay

Alipay+ ->Mobile Payment Provider

inquiryPayment

/v1/payments/inquiryPayment

cancelPayment

/v1/payments/cancelPayment

refund

/v1/payments/refund

applyToken

/v1/authorizations/applyToken

notifyPayment

/v1/payments/notifyPayment

Mobile Payment Provider->Alipay+

Client SDK interfaces

The following table lists the Alipay+ client SDK interfaces that are used in the integration process.

Interface name

Direction

Android: init/initWithContext

iOS: init/initWithContext

Mobile Payment Provider App -> Alipay+ client SDK

Android: getPaymentCode

iOS: getPaymentCode

Android: clear

iOS: clear

Android: getCurrentRegion

iOS: getCurrentRegion

Android: isAlipayPlusSupportedRegion

iOS: isAlipayPlusSupportedRegion

Android: getAcceptanceMarkLogos

iOS: getAcceptanceMarkLogos

Android: getAuthCode

iOS: getAuthCode

Alipay+ client SDK ->Mobile Payment Provider App