payment

Requery payment status using webservice

Query payment status from iPay88 webservice with detailed card information

get/payment/requery/{refNo}

Path parameters

refNostring required

Response

Payment status retrieved successfully

successboolean required

Success indicator

messagestring required

Message

dataobject required

Payment status data

Example response

{
  "success": true,
  "message": "Payment status retrieved successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.