Authorization Token Request
Overview
This service is used to manage all process to retrieves authorization token. For detail information will be describe in the next part.
Paydia's API spec will contain 1 main endpoints which is:
No | API Name | Description |
---|---|---|
1 | Access Token B2B | This API is used to retrieves authorization token based on client_id and client_secret. The resulting token can be used in the HTTP header Authorization |
Signature Generation and Validation
This service uses Asymmetric signature. For details, refer to this page: SNAP Signature
Document Version
The following table is used to show versioning of this document:
No | Date | Version | Remarks | Page |
---|---|---|---|---|
1 | August 01, 2024 | 2.0.0 | Revamp Documentation | All Pages |
2 | May 10, 2023 | 1.3.0 | Removed General Response Code section | Authorization Token Request |
3 | October 20, 2022 | 1.0.0 | Initial Release | All Pages |