Environment
Env | Endpoint |
---|---|
Dev | https://sp.mspayhub.com/cpoc/sp/dev/ |
Stage | https://sp.mspayhub.com/cpoc/sp/stage/ |
Prod | https://sp.mspayhub.com/cpoc/sp/api/ |
Authentication
All endpoints requires API key authentication. Ensure that you include a valid token in the header of your requests.
Contact technical support if you haven't receive the API key
Example
GET https://sp.mspayhub.com/cpoc/sp/dev/info/{customerId}/{sdkId}
X-Api-Key: {your-api-key}