General integration steps
Last updated
Last updated
These are the general integration steps; the integration methods differ only in the input fields.
Source demo:
.Net:
Node JS:
Integration Keys:
Signature Salt (SHA256)
GALAXY PAY will provide
Use for Signature
API Key
GALAXY PAY will provide
Use for Authenticate
Base URL
UAT Environment
PRODUCTION Environment
Note:
API Key and Salt Signature will differ between UAT and PRODUCTION environment.
Message structure:
Service: REST API
HTTP Method: POST
Content Type: application/json
The Request structure:
1
Header
APIKey
Key for authentication request.
Provided by GALAXY PAY.
Signature
Request signature, created with SHA256 & Salt
Accept
Accept encoding: application/json
Content-Type
Request content type: application/json
2
Body
JSON content
GALAXY PAY will provide. If you don’t have an API Key & Salt, use:
You can test Signature in
View the request fields for each integration method
View the response fields for each integration method