Alipay+ DocsAlipay+ Docs

API and SDKs

This section introduces the APIs that are used in Cashier Payment and must be integrated by the Acquiring Service Provider (ACQP).

APIs

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

Interface name

Endpoint

Direction

consultPayment

/aps/api/v1/payments/consultPayment

ACQP > Alipay+

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

/aps/api/v1/merchants/registration

ACQP > Alipay+

inquiryRegistrationStatus

/aps/api/v1/merchants/inquiryRegistrationStatus

ACQP > Alipay+

notifyRegistrationStatus

/aps/api/v1/merchants/notifyRegistrationStatus

Alipay+ > ACQP

SDK

The following tables list the interfaces that are provided by the Alipay+ Android SDK and Alipay+ iOS SDK. You can click the interface name to see the detailed specification of each interface.

Android

Interface name

Direction

setConfiguration

ACQP -> SDK

showPaymentSheet

ACQP -> SDK

log

SDK -> ACQP

iOS

Interface name

Direction

setConfiguration

ACQP -> SDK

showPaymentSheet

ACQP -> SDK

canProcessOrderWithPaymentResult

ACQP -> SDK

processOrderWithPaymentResult

ACQP -> SDK

logWithName

SDK -> ACQP