Account Binding & Unbinding
Overview
This service is used to enable the user to do account binding of Paydia via merchant’s platform. In this service, there are 4 APIs. For detail information will be describe in the next part.
Paydia's API spec will contain 4 main endpoints which is:
No | API Name | Description |
---|---|---|
1 | Get OAuth 2.0 URL | This API is used to generate OAuth 2.0 redirect URL to Paydia to initiate account binding process where the user will be able to register/login from Paydia page |
2 | Account Creation | This API is used for merchant to register user account in Paydia Apps |
3 | Access Token B2B2C | This API is used to retrieves authorization customer token based on authCode from Get OAuth 2.0 URL. The resulting token can be used in the HTTP header Authorization-Customer |
4 | Account Unbinding | This API is used for merchant to do inquiry customer account via Paydia Bisnis |
Signature Generation and Validation
This service uses Asymmetric signature for access token b2b2c and Symmetric signature for unbinding request. 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 |
| |
3 | November 04, 2022 | 1.1.0 | Account Linkage | Everything related to Account Linkage |