필수 파라미터가 누락되었습니다.

정 api .

curl --location 'https://api.tosspayments.com/v1/payouts/sub-malls/4' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data-raw '{
"account ": {
"bank": "088",
"accountNumber": "1",
"holderName": "1"
},
"companyName": "",
"representativeName": "",
"email": "sdf@naver.com",
"phoneNumber": "01012345678"
}'

.
.
Was this page helpful?