IataEasyPayEncryptedData
A container for the encrypted Easy Pay data.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
approvalCode |
Authorization result Approval code |
string |
false |
|
|
false |
encryptedAccountBinaryObject |
Tokenized EasyPay Account number |
BinaryObject |
false |
|
|
false |
iataEasyPay |
An IATA EasyPay is a payment instrument with a specific remittance mechanism. This FOP is not limited to BSP. |
IataEasyPay |
true |
|
|
false |
keyNameText |
encryption key |
string |
false |
|
|
false |
{
"approvalCode" : "string",
"encryptedAccountBinaryObject" : {
"characterSetCode" : "string",
"encodingCode" : "string",
"fileName" : "string",
"format" : "string",
"mimeCode" : "string",
"uniformResourceIdentifier" : "string",
"value" : "string"
},
"iataEasyPay" : {
"accountNumber" : "number",
"approvalCode" : "string",
"ewallet" : { },
"expirationDateText" : "string",
"iataEasyPayEncryptedData" : { },
"paymentMethod" : { },
"paymentMethodCriteria" : { },
"settlementData" : { }
},
"keyNameText" : "string"
}