requestParameters
parameters | type | required | describe | example |
mchNo | string(32) | Y | merchantID,in`Merchant Platform - Personal Center - Personal Information' | PHOT000001 |
timestamp | Long | Y | timestamp | 1749029774 |
sign | string | Y | signature | ePvTFhiRrARcZKBcRG0l89rqisPIuZQStYqBIwSMPaqvqbc3dFevgS9jt |
currency | string | N | currency | PHP |
responseParameters
parameters | type | required | describe | example |
success | boolean | Y | | |
code | String | Y | code | |
timeStamp | String | Y | timeStamp | |
data | Object | Y | response Data | JSON object, the following are the fields in data |
mchNo | String | Y | merchantNo | PHOT000001 |
currency | string | Y | currency | PHP |
balance | String | Y | availableBalance | 1000.00 |
freeze | String | Y | freezeBalance | 10.00 |
waitingSettleAmount | String | Y | pendingSettlement | 200.00 |
freezeWaitingSettleAmount | String | Y | freezeTheAmountToBeSettled | 100.00 |
totalAmount | String | Y | theFullAmount(Available Balance + Frozen Balance + Pending Amount + Frozen Pending Amount) | 20000.00 |