테스트 환경 가상계좌 발급 실패

mid: 33m2
! 9월 8일 16시 50급 API .
(bank)를 88.
?


req:
curl --location 'https://api.tosspayments.com/v1/virtual-accounts' \
--header 'Authorization: BASIC ...' \
--header 'Content-Type: application/json' \
--data '{
    "amount": 100,
    "bank": "88",
    "customerName": "test",
    "orderId": "123123139999999",
    "orderName": "test123"
}'


res:
{
    "code": "FAILED_INTERNAL_SYSTEM_PROCESSING",
    "message": "[0033] 가상계좌 발급요청하신 은행코드[26]은 이용불가한 기관입니다.#"
}
Was this page helpful?