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

Void Credit

post: https://easypay5.com/APIcardProcNumber/v1.0.0/Intl/VoidCredit

This API call is for merchant accounts that are specifically configured for international processing.

{
  "TransID": "a88ed0e4-5a3b-11ef-b49b-46647bd59a7a",
  "CreditAmt": 5.0
}
{
  "Intl_VoidCredtResult": {
    "CreditAmt": 5.0,
    "ErrCode": 0,
    "ErrMsg": "",
    "FunctionOk": true,
    "RespMsg": "Succesfull VOID\/Credit",
    "TransID": "a88ed0e4-5a3b-11ef-b49b-46647bd59a7a",
    "TxApproved": true
  }
}

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?