SPG V3 manual IPN (BULK)
Developing
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 multipart/form-data
Request Code Samples
curl --location --globoff --request POST 'https://apidev.edufee.online/api/spg/manual-ipn?invoices[]=ACM102992026000567' \
--header 'Authorization: Basic <encoded-value>'
Modified at 2026-04-23 10:34:58