paymentMethod Structure
It contains all the necessary fields required to determine Payment Methods.
Name | Description | |
---|---|---|
ECRToken |
mandatory field for ERPs when type=7 The ECR Token, type of ECRTokens |
|
ProviderSignature |
mandatory field for Providers when type = 7. The Provider Signature, type of ProvidersSignature |
|
amount |
mandatory field. The amount, type of Double |
|
paymentMethodInfo | The payment method information, type of String | |
tid |
Mandatory field only when type=7 The terminal ID of the POS machine. |
|
tipAmount | The Tip Amount, type of Double | |
transactionID |
Mandatory field only when type=7 The Unique Payment Identity, type of String |
|
type |
mandatory field. The type, type of Integer Get a list of all payment types using myDATATools.getPaymentMethods |