EWallet
A payment that is facilitated through virtual wallet, where the paying party has deposited funds and the payee is receiving the payment from the wallet rather than the party committing to the payment.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
authorizationIdentifier |
Authorization string provided by a third party that is not a party to the Agreement or the Payment Commitment of the Agreement, confirming that the committed funds have been secured or will be secured from the payer. |
string |
true |
|
|
false |
commitmentToPay |
A form of procedure for the payment of goods or services, plus any transactional information specific to the payment method other than the amount. |
PaymentMethod |
true |
|
|
false |
iataEasyPay |
An IATA EasyPay is a payment instrument with a specific remittance mechanism. This FOP is not limited to BSP. |
IataEasyPay |
true |
|
|
false |
{
"authorizationIdentifier" : "string",
"commitmentToPay" : {
"accountableDoc" : { },
"bankTransfer" : { },
"carrierFee" : { },
"cash" : { },
"check" : { },
"commitmentToPay" : [ { } ],
"directBill" : { },
"ewallet" : { },
"iataEasyPay" : { },
"loyaltyRedemption" : { },
"otherPaymentMethod" : { },
"paymentCard" : { },
"paymentInfo" : { },
"shoppingCriteria" : { },
"typeCode" : { },
"voucher" : { }
},
"iataEasyPay" : {
"accountNumber" : "number",
"approvalCode" : "string",
"ewallet" : { },
"expirationDateText" : "string",
"iataEasyPayEncryptedData" : { },
"paymentMethod" : { },
"paymentMethodCriteria" : { },
"settlementData" : { }
}
}