GET /api/v1/Transaction/Receipt?receiptId=3003805785
The “recepiptId” value on the URL must be sent as a Query Parameter!
This service provides details of the receipt information of the card transaction.
Parameters | Type | Description |
---|---|---|
resultObject | Object | |
receiptId | string | Receipt ID value |
transactionDate | String | History Information |
cardNo | String | Card Number |
senderName | String | Sender Name |
senderSurname | String | Sender Surname |
senderAccountNo | String | Sender's Account No. |
receiverName | String | Recipient Name |
receiverSurname | String | Recipient Surname |
receiverAccountNo | String | Recipient Account Number |
bankInfo | String | Bank Information |
transactionAmount | String | Transaction Amount |
commissionAmount | String | Commission Amount |
beforeTransactionAmount | String | Amount Before Transaction |
afterTransactionAmount | String | Amount After Transaction. |
transferType | String | Transfer Type |
transactionType | String | Payment Type |
description | String | Description |
transactionNote | String | Payment Note |
status | String | Status |
type | String | Type |
cardId | String | Card Id Value |
resultInfo | Object | |
isSuccess | boolean | Success status |
code | String | Code |
description | String | Description |
message | String | Message |
innerInfo | String | Inner Information |
mapCodeForLastUser | String | - |
statistics | String | - |
POST /api/v1/Transaction/List
This service allows to list the transactions of the card. Filtering is done by transfer type, transaction type, date and paging.
Parameters | Required | Type | Description |
---|---|---|---|
cardId | Yes | String | Card ID Value |
startDate | Yes | String | Start Time |
endDate | Yes | String | End Time |
transferTypes | Yes | Array | Transfer Types |
transactionTypes | Yes | Array | Payment Types |
status | Yes | Array | Situations |
pageNo | Yes | Integer | Page Number |
size | Yes | Integer | How many data will come at the beginning of the page. |
Parameters | Type | Description |
---|---|---|
resultObject | Object | |
signature | Boolean | Signature Hash |
resultInfo | Object | |
isSuccess | boolean | Success status |
code | String | Code |
description | String | Description |
message | String | Message |
innerInfo | String | Inner Information |
mapCodeForLastUser | String | - |
statistics | String | - |