Health Check
As a Gifting Partner, you have the option to check operational status and connectivity to Wpay periodically.
The Health Check API can be invoked by your platform to confirm status of Wpay's systems before placing an order.
curl --location --request GET 'https://pt-api.wpay.com.au/v1/partner/giftcards/health' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key:*****'
Where:
X-Api-Key
is your Partner integration key.
A successful response will have the HTTP status code of 200, which indicates that the system is healthy and serving requests.
Refer to the Get service health API specification for descriptions of all fields in the request and response.
Note
Talk to your Account Manager if you are interested in this feature.
Updated almost 2 years ago