| Name | Description | Type | Additional information |
|---|---|---|---|
| Source |
The system that create the credit transaction |
string |
Max length: 50 |
| SourceReservationIdentifier |
The unique reservation identifier in the system |
string |
Max length: 50 |
| Supplier |
Credit card gateway (like credit guard) |
string |
Max length: 20 |
| Action |
Debit/Refund |
string |
Max length: 50 |
| PaymentType |
The type of the transaction made to the gateway |
EPaymentType |
None. |
| CreditCardToken |
Credit card token, generated by the gateway |
string |
Max length: 50 |
| CreditCardExpiration |
Credit card expiration MM/yy format(05/21) |
string |
Max length: 5 |
| CardCompanyCode |
Credit card company code(VI,DC,MC,AX) |
string |
Max length: 2 |
| CardHolderID |
Credit card holder government ID number |
string |
Max length: 50 |
| TerminalNumber |
The transaction terminal number |
string |
Max length: 20 |
| TransactionDateTime |
The UTC transaction date time |
date |
None. |
| TransactionNumber |
The unique transaction number received from the gateway |
string |
Max length: 50 |
| AuthorizationNumber |
The unique authorization number received from the gateway |
string |
Max length: 50 |
| Message |
The transaction message received from the gateway |
string |
Max length: 500 |
| TotalAmount |
The total amount of the transaction |
decimal number |
None. |
| Currency |
Transaction curecny code( USD/EUR/ILS/...) |
string |
Max length: 3 |
| NumberOfPayments |
The total number of payments |
integer |
None. |
| InstallmentsFees |
Amount that collected due this payment option |
decimal number |
None. |
| Security |
SecurePayment |
SecurePayment |
None. |
| FirstPaymentAmount |
The amount of the first payment |
decimal number |
None. |
| Mask |
The mask of the credit card (4580***2963) |
string |
None. |
| TripNumberInBackOffice |
The trip number created in the back office - optional field |
string |
Max length: 20 |
| CustomerTransactionID |
The trip number created in the back office - optional field |
integer |
None. |
| CreditType |
the payment method credit/regular/payments in the back office - optional field |
string |
Max length: 20 |
| CreditCardCompany |
for example -Alphacard |
string |
Max length: 30 |
| CreditCardBrand |
for example Visa |
string |
Max length: 30 |
| UserName |
The provided user name. |
string |
Required |
| Salt |
A random number(at least 9 digits) |
integer |
Required |
| Digest |
A digest of the user credentials and the request |
string |
Required |