/payment
ใช้สำหรับตรวจสอบว่า paymentIntentId
ของโรงเรียนนั้นได้มีการชำระเงินแล้วหรือยัง หากมีการชำระเงินแล้ว
ระบบจะทำการเปลี่ยนสถานะการชำระเงินของโรงเรียนให้เป็น success
Method GET
Role ที่ใช้ได้ school admin
- Success
- fail
Response
{
"success": true,
}
Response
{
"success": false,
"messege": "Lorem Ipsum"
}