Skip to main content

Web Service Security

The following document contains a brief explanation about Web Services that will be used by the application to manage data transactions between Tokopedia and Partner.

See the below table to see the header requirements of each process request:

ProcessAuthorizationSignatureKey
Get Token
Health Check
Inquiry
Payment
Check Status
Get Balance
Callback

For each explanation of parameters can be found below :

ParameterValueDescription
AuthorizationBearer TokenGiven API Token (see 6.1. Get Token)
SignaturePayload SignatureGenerated based on request/response payload (see 8. Signature)
KeyEncrypted Payload Decryption KeyThe encrypted key that will be used for payload decryption (see 9. Encryption)
Client-guidGenerated ID From TokopediaIdentifier partner when do callback (see 6.7. Callback)
Content-Typeapplication/octet-streamData type of content body (denoting encrypted payload (binary))

Have a feedback?