트랜잭션 상태 조회

SEARCH_TRANSACTION_STATUS

POST /api/v1/code/api-payloads

Input Body

{
    "allianceName": "CODE",
    "apiType": "SEARCH_TRANSACTION_STATUS",
    "request": {
        "transferId": "b09c8d00-8da9-11ec-b909-0242ac120002"
    }
}

Example Request

curl --location 'localhost:8787/api/v1/code/api-payloads' \
--data '{
    "apiType": "SEARCH_TRANSACTION_STATUS",
    "request": {
        "transferId": "b09c8d00-8da9-11ec-b909-0242ac120002"
    }
}'

Example Response

Last updated