SPG V3 invoice Verify
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 --request GET 'https://apidev.edufee.online/api/spg/invoice-verify?invoice=eTMEqSXnr6' \
--header 'Authorization: Basic <encoded-value>'
Modified at 2025-08-28 09:28:22