POST api/AccountTransfer/Confirm?transferId={transferId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
transferId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfAccountTransferResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

AccountTransferResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "CorrespondentRef": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Middlename": "sample string 4",
    "ReferenceNo": "sample string 5",
    "ReferenceId": "4237ed0d-1094-4c3f-8e90-179f080072fb",
    "ExpenseAmount": 7.0,
    "ExpenseAmountCurrencyName": "sample string 8",
    "ReceivedAmount": 9.0,
    "ReceivedAmountCurrencyName": "sample string 10",
    "ReceivedPaymentAmount": 11.0,
    "ReceivedPaymentAmountCurrencyName": "sample string 12",
    "Parity": 13.0,
    "AccountName": "sample string 14",
    "RecipientEftBankName": "sample string 15",
    "RecipientBankName": "sample string 16",
    "RecipientIban": "sample string 17",
    "TransactionDate": "2024-11-14T07:30:13.7236839+03:00",
    "Amount": 19.0,
    "AmountCurrencyName": "sample string 20",
    "hasKambiyo": true,
    "TargetTransactionTypeIDName": "sample string 22",
    "CustumerAccountBalance": 23.0,
    "GamePinConfirmResponse": {
      "PinCode": [
        "sample string 1",
        "sample string 2"
      ]
    },
    "NonCampaignExpenseAmount": 24.0,
    "NonCampaignExpenseAmountCurrencyIdName": "sample string 8",
    "CampaignSavingFromExpenseAmount": 25.0,
    "CampaignSavingFromExpenseAmountCurrencyIdName": "sample string 8",
    "HasCampaignApplied": true,
    "RecipientCorporationID": "fb7c78b6-a8c3-41c2-a2fd-cab6455a3582",
    "RecipientCorporationName": "sample string 27",
    "Explanation": "sample string 28",
    "RecipientCardNumberShown": "sample string 29",
    "EftPaymentMethodName": "sample string 30",
    "CustomerId": "bc592758-c09b-4d20-8d95-dfdea4caae75",
    "CustomerAccountId": "aa255247-c357-4519-8118-ee6c3252502b",
    "TargetTransactionTypeIDCode": "sample string 33",
    "SenderCorporationId": "183c7ab0-635f-4aee-9942-3e985e758664",
    "SenderCorporationName": "sample string 35",
    "MobileTransactionTypeId": "f05c8bcd-bad6-4acf-9da2-3907c4ceac32",
    "MobileTransactionTypeName": "sample string 37"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}