For the complete documentation index, see llms.txt. This page is also available as Markdown.

Annual Consent Receipt Query

post: https://easypay5.com/APIcardProcNumber/v1.0.0/Query/ConsentAnnualReceipt

{
  "ConsentID": 2,
  "ReceiptType": 2
}
{
  "ConsentAnnualReceiptQryResult": {
    "ErrCode": 0,
    "ErrMsg": "",
    "FunctionOk": true,
    "ReceiptHtml": "html",
    "RespMsg": "Successfully Returned Transaction Receipt Markup"
  }
}

SessKey string required

A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.

Example: A1842D663E9A4A72XXXXXXXX303541303234373138


Content-Type string required

Example: application/json


Accept string required

Example: application/json

Last updated

Was this helpful?