url
POST https://ph-openapi.toppayment.com/ph/disbursement/query
requestParameters
| parameters | required | type | describe | example |
| mchNo | string(32) | Y | mchNo,in`Merchant Platform - Personal Center - Personal Information | PHOT000001 |
| timestamp | long | Y | timestamp | 11749029774 |
| sign | string | Y | signature | PHOT000001 |
| orderNum | string(64) | Y | merchantOrderNumber | T1231511321515 |
| platOrderNum | string(64) | Y | platOrderNum | PRE1234567890 |
responseParameters
| parameters | type | describe | example |
| orderNum | String | merchantOrderNumber | 23645782 |
| platOrderNum | String | platOrderNum | 987654321 |
| amount | string | amount | 10000 |
| fee | String | theAmountOfTheHandlingFee | 12.25 |
| feeType | String | theTypeOfCommission | 0 or 1 |
| status | String | status | |
| statusMsg | String | statusMsg | |
| bankCode | String | bankCode | referToAppendixII BankCode directory |
| bankCard | string(64) | bankCard | 12312431241 |
| accountName | String(64) | customerName | Amot |
| description | string(255) | description | description |
requestExample