In the UAT environment, we provide you with fictitious BSBs and PayIDs to test various scenarios
of our Check Accounts API:
| PayIDType | PayID | Expected Response |
|---|
| Email | [email protected] | PayID is NPP Reachable and PayTo Reachable |
| Email | [email protected] | PayID is not found |
| Email | [email protected] | Unauthorised to perform this operation |
| Email | Any email registered as PayID | PayID is found with details as registered |
| Email | Any email not registered as PayID | PayID is found with some hardcoded test details |
| Phone | +61-400123456 | PayID is NPP Reachable and PayTo Reachable |
| Phone | +61-469887654 | PayID is not found |
| Phone | +61-411123123 | PayID is not found |
| Phone | +61-481223344 | Unauthorised to perform this operation |
| Phone | Any phone registered as PayID | PayID is found with details as registered |
| Phone | Any phone not registered as PayID | PayID is found with some hardcoded test details |
| ABN | 34455445454 | PayID is NPP Reachable |
| Org | orgnname | PayID is NPP Reachable |
| BSB | Expected Response |
|---|
939200 | BSB is not found |
000000 | BSB is not found |
999999 | Unauthorised to perform this operation |
939300 | BSB is NPP Reachable and PayTo Reachable |
| Other BSB | BSB is NPP Reachable and NOT PayTo Reachable |