Test accounts - Payment APIs
In the UAT environment, we provide you with fictitious accounts and PayID's in order to test all possible outbound payment outcomes
PayID's
PayID | PayIDType | Expected Behaviour |
---|---|---|
[email protected] | A call to POST /v1/payment will fail with 400 status code | |
[email protected] | Successful payment | |
orgnname | ORG | Successful payment |
+61-454444555 | PHONE | Successful payment |
34455445454 | ABN | Successful payment |
BSB and Account Numbers
BSB | Account Number | POST /v1/payment | GET /v1/payment PaymentStatus.status | GET /v1/payment PaymentStatus.failureReason | GET /v1/payment PaymentStatus.sentViaDE |
---|---|---|---|---|---|
062000 | 12345999 | Will succeed | SETTLED | N/A | N/A |
062000 | 12345678 | Will succeed | FAILED | AGNT | N/A |
062000 | 12345777 | Will succeed | SETTLED | N/A | true |
062000 | 12345888 | Will succeed | PENDING then later SETTLED | N/A | N/A |
062000 | 12345444 | Will succeed | SETTLED then later RETURNED | N/A | N/A |
Updated 11 months ago