International

Generate a receipt for an international transaction

post: https://easypay5.com/APIcardProcREST/v1.0.0/Intl/ReceiptGenerate

REFID will be the transaction ID ReceiptType will always be 23 for International

Consuming the Response The member named ReceiptHtml holds the receipt data Important you must replace all Unicode characters to consume clean HTML Example : CleanHtml = Regex.Replace(my, @"[^\u0000-\u007F]+", string.Empty);

{
  "REFID": "5eef4782-5be1-11ef-bbc1-46647bd59a7a",
  "ReceiptType": 23,
  "Recipient": 1
}

Last updated

Was this helpful?