Alipay+ DocsAlipay+ Docs

APIs and SDKs

This section introduces the APIs and SDKs that are provided in Alipay+ Cashier Payment.

APIs

The following table lists the APIs in terms of category, endpoint, and calling direction. You can click the interface name to see the detailed specification of each API.

Category

Interface name

Endpoint

Direction

Payment

pay

/aps/api/v1/payments/pay

ACQP > Alipay+

inquiryPayment

/aps/api/v1/payments/inquiryPayment

ACQP > Alipay+

notifyPayment

/aps/api/v1/payments/notifyPayment

Alipay+ > ACQP

cancelPayment

/aps/api/v1/payments/cancelPayment

ACQP > Alipay+

refund

/aps/api/v1/payments/refund

ACQP > Alipay+

Registration

registration

/aps/api/v1/merchants/registration

ACQP > Alipay+

inquiryRegistrationStatus

/aps/api/v1/merchants/inquiryRegistrationStatus

ACQP > Alipay+

notifyRegistrationStatus

/aps/api/v1/merchants/notifyRegistrationStatus

Alipay+ > ACQP

Dispute

initiateRetrieval

/aps/api/v1/disputes/initiateRetrieval

Alipay+ > ACQP

responseRetrieval

/aps/api/v1/disputes/responseRetrieval

ACQP > Alipay+

initiateEscaltion

/aps/api/v1/disputes/initiateEscalation

Alipay+ > ACQP

responseEscalation

/aps/api/v1/disputes/responseEscalation

ACQP > Alipay+

Customs

declare

/aps/api/v1/customs/declare

ACQP > Alipay+

inquireDeclarationRequests

/aps/api/v1/customs/inquireDeclarationRequests

ACQP > Alipay+

SDK

The following tables list the interfaces that are provided by the Alipay+ ACQP SDK in terms of the Android, iOS, and Web/WAP versions. You can click the interface name to see the detailed specification of each interface.

Android

Interface name

Direction

setConfiguration

ACQP -> SDK

inquirePaymentOption

ACQP -> SDK

showPaymentSheet

ACQP -> SDK

log

SDK -> ACQP

iOS

Interface name

Direction

setConfiguration

ACQP -> SDK

inquirePaymentOption

ACQP -> SDK

showPaymentSheet

ACQP -> SDK

canProcessOrderWithPaymentResult

ACQP -> SDK

processOrderWithPaymentResult

ACQP -> SDK

logWithName

SDK -> ACQP

Web/WAP

Interface name

Direction

AlipayPlus.create()

ACQP -> SDK

loadAlipayPlus()

ACQP -> SDK

inquirePaymentOption()

ACQP -> SDK