Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Body Params application/jsonRequired
{
"Token": "A",
"InvoiceNo": "YOUR-INVOICE-IN-API",
"InvoiceDate": " YOUR-INVOCIEDATE",
"TransactionId": "A"
}
Request Code Samples
curl --location 'https://apidev.edufee.online/api/spg/callback' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"Token": "A",
"InvoiceNo": "YOUR-INVOICE-IN-API",
"InvoiceDate": " YOUR-INVOCIEDATE",
"TransactionId": "A"
}'
Responses
application/json
Modified at 2026-04-22 06:13:28