Perform a status check on a specific ASPSP to retrive its score
API Details
The Status Check service for a single bank returns a score for that specific ASPSP.
- You must provide the required
{bankId}
. - Possible Scores:
0
: There are some connectivity issues.100
: The ASPSP is available.-1
: The service is not supported by the ASPSP.
Use the Retrieve Banks service to retrieve a specific bankId
.
Swagger Reference:
Health Status
Note:
When working with this API, please use the Sandbox URI when testing and the Live URI when you move to Production.
LIVE https://api.nuapay.com/ SANDBOX https://sandbox.nuapay.com/
If you haven't done so already and would like to do some testing, please Request Sandbox Access
Important: Endpoints and Webhooks may be extended from time to time and any changes we make will follow our Versioning and Backward Compatibility rules. This means that the code that you write today must be designed to be robust enough to handle any future changes (where a new object is added to (or removed from) a specific API response, for example).