Search Payments
You can retrieve details of payments by searching Payout records from Yuansfer's system.
Inquiry
POST
https://mapi.yuansfer.com/v3/payouts/inquiry
Request Body
merchantNo
string
Merchant ID
storeNo
string
Store ID
verifySign
string
The parameter signature.
invoiceId
string
The Invoice Number of the transaction in the merchant's system.
Response
Parameter
Type
Description
result
object
The result object.
ret_msg
string
The response return message.
Result Object
Parameter
Type
Description
amount
string
The transaction amount.
receiver
string
The receiver of the payment.
transactionNo
string
The Transaction ID in the Yuansfer system.
createdTime
string
The date and time when the transaction was created.
Format : "yyyy-MM-dd HH:mm:ss".
invoiceId
string
The Invoice Number of the transaction in the merchant's system.
currency
string
The supported currency are "USD", "CNY", "PHP", "IDR", "KRW", "HKD".
status
string
The status of the transaction.
Last updated