Request
Body Params application/json
{
"Username": "AutoMateIT",
"Password": "Au3t7o1M4asteIT!",
"Token": "8a2e444f2070f47bffd2f2a2666887890726434e674",
"InvoiceNo": "AE2211061100250810230417",
"InvoiceDate": "2025-08-10",
"TransactionId": "2508109000166779"
}
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/spg/ipn-notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"Username": "AutoMateIT",
"Password": "Au3t7o1M4asteIT!",
"Token": "8a2e444f2070f47bffd2f2a2666887890726434e674",
"InvoiceNo": "AE2211061100250810230417",
"InvoiceDate": "2025-08-10",
"TransactionId": "2508109000166779"
}'
Modified at 2025-08-17 22:17:48