Get Withdraw Request By External ID
POST
/v1/TransactionData/GetRequestWithdrawByExtId
Transaction
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/TransactionData/GetRequestWithdrawByExtId' \
--header 'Content-Type: application/json' \
--data-raw '{
"ext_transaction_id": "string"
}'
Response Response Example
{
"status": 0,
"code": "100",
"message": "Başarılı",
"payload": {
"process_level_status": 1
}
}
Request
Body Params application/json