This parameter posts the verification status in relation to the code provided in the request.
| Format | Length | Possible Values |
|---|---|---|
| Alphanumeric | 1 | “M” Address and ZIP/Postal match “N” Address and ZIP/Postal do NOT match “Z” ZIP/Postal matches, but Address does NOT match “A” Address matches, but ZIP/Postal does NOT match “U” AVS unavailable or not supported |
See Address Verification Status (AVS) Result Codes for complete result
Same as request parameter CompanyNumber
This email entered on the hosted payment page.
| Format | Length | Possible Values |
|---|---|---|
| Alphanumeric | 250 | “test@test.com” |
The return code identifies the exact status of a transaction result, indicating whether the transaction succeeded or failed. The return code for a successful transaction completion is ” 00”. All other return codes mean that a problem lead to a transaction failure. For a complete list, refer to the document on return codes.
| Format | Length | Possible Values |
|---|---|---|
| Alphanumeric | 4 | Example: “ 00” or “9121” |
The base64 encoded PNG image of the captured signature.
Since PNG is a compressed format, the length of the returned value is not static. The image as an uncompressed BPM is around 5000 bytes, usually much less when compressed into PNG (around 700 bytes).
| Format | Length | Possible Values |
|---|---|---|
| Alphanumeric(Base64) | Around 700 bytes | A 310×100 PNG encoded to base64 |
This parameter posts the verification status in relation to the code provided in the request
| Format | Length | Possible Values |
|---|---|---|
| Alphanumeric | 1 | “P” Passed validation “F” Failed validation “N” Not validated or not supported |
See 3D Secure Result Codes (VbV CAVV/ SafeKey AEVV) for complete results.
This code determines which transaction was processed.
| Format | Length | Possible Values |
|---|---|---|
| Alphanumeric | 2 | “00” Purchase “01” Pre-Authorization “02” Completion “03” Refund “04” Void Purchase “05” Void Refund “06” Void Completion “07” Force Post “08” Verify Account “50” Refund without card “51” Standalone Completion “52” Purchase with Token “53” Refund with Token “54” Pre-Authorization with Token “98” Recover “99” Cash |
The transaction method is the code that summarizes the transaction as a whole
| Format | Length | Possible Values |
|---|---|---|
| Alphanumeric | 3 | “D@1” “T@1” |
Description:
‘D@’ means the card was swiped in the terminal
‘T@’ means the card number was entered manually (credit card only)
‘1’ means the system authorized the transaction.
‘M’ means Manual
‘S’ means Swipe
‘D’ means Dipped
‘C’ means Chip
‘T’ means Tap (Contactless)