Get Request Withdraw By Ext Id

URL

The endpoint and http method information used to query the status of the withdrawal transaction according to the given transaction ID are given below.

HTTP Method URL
POST /v1/TransactionData/GetRequestWithdrawByExtId

Request Params

Params Type Mandatory
ext_transaction_id string Yes

Response Params

Params Type
status int
code string
message string
payload object
id string
tenant_id string
wallet_id string
wallet_number string
tx_correlation_id int
ext_transaction_id string
account_type int
account_id string
account_number string
bank_id string
bank_name string
account_saved_bank_id string
is_account_owner_bank boolean
name string
account_holder_name string
iban string
bank_account_no string
swift_code string
branch_code string
base_amount decimal
currency string
description string
access_level_status int
process_level_status int
receiver_national_id string
bank_response_json string
created_date_utc string
updated_date_utc string

REQUEST (POST):

{
  "ext_transaction_id": "21fb407d-f998-454c-a427-0017f1ca7b3b"
}

RESPONSE:

{
    "status": 0,
    "code": "100",
    "message": "İşlem Başarılı",
    "payload": {
                "id": "51245474865865865",
                "tenant_id": "5476587698967865754643",
                "wallet_id": "21521554754765858665",
                "wallet_number": "421521521521",
                "tx_correlation_id": 43643643643643643643643,
                "ext_transaction_id": "54hn4537d-h48135159-454c-l329-0017g7kb7b35",
                "account_type": 1,
                "account_id": "512521521521521654754",
                "account_number": "643643743743743743",
                "bank_id": null,
                "bank_name": null,
                "account_saved_bank_id": null,
                "is_account_owner_bank": false,
                "name": null,
                "account_holder_name": "BURAK YILMAZ",
                "iban": "TR220006221935787735797651",
                "bank_account_no": null,
                "swift_code": "",
                "branch_code": null,
                "base_amount": 720.0000,
                "currency": "TRY",
                "description": "bireysel odeme\n",
                "access_level_status": 1,
                "process_level_status": 1,
                "receiver_national_id": "96478512697",
                "bank_response_json": "{\"Version\":null,\"StatusCode\":200,\"Message\":\"POST Request successful.\",\"ResponseException\":null,\"Result\":true}",
                "created_date_utc": "2022-11-09T11:18:56.0862274+03:00",
                "updated_date_utc": "2022-11-09T11:30:15.0409009+03:00"
            }
        }