5. Query latest payment info

POST /api/merchant/query_latest_payment_info

Alipay use this interface to initiate a account query to merchant.

This API call typically occurs in scenarios where:

  • The user enter『Bills & Utilities』 without binding their account to AlipayHK.


Request parameters

openId string  

ID of AlipayHK user.

For keys 「openId」 & 「userId」, one of them must have content

userId string  

ID of AlipayHK user.

For keys 「openId」 & 「userId」, one of them must have content

Response parameters

result object  REQUIRED

Result of response

Show child parameters

openId string  REQUIRED

ID of AlipayHK user.

accountPaymentInfos Array<object>  REQUIRED

Account payment information

Show child parameters
API Explorer

Request

Request Body

Response

Response Body