본문 바로가기
개발/php

토스 가상계좌 임금 콜백 php

by 향유 2021. 4. 15.

데이터 받는 형식

 

$postData = file_get_contents('php://input');
$json = json_decode($postData);

 

참고링크

github.com/tosspayments/php-sample/blob/main/virtual_account_callback.php

 

tosspayments/php-sample

Toss Payments 결제연동 샘플. Contribute to tosspayments/php-sample development by creating an account on GitHub.

github.com

 

댓글