Getting Connected
All of our APIs are secured with JSON Web Signature (JWS) to ensure access for authorised parities only.
To gain access, you need to:
- Contact the Wpay team and request access to our PayTo services.
- Your organsiation will be onboarded onto our platform, and you will be provided with at least one unique
merchantId
GUID value. - You will be requested to generate a private/public key value pair and provide us with the public key.
- We will onboard your public key onto our Platform, and provide you with our related Key ID (
kid
) value.
Once the above steps have been completed, you will be able to access our APIs by signing your requests using your private key and the Key ID we provided.
Updated 5 months ago