For AI agents: visit https://developer.azupay.com.au/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Test accounts - Payment APIs
| PayID | PayIDType | Expected Behaviour |
|---|
[email protected] | EMAIL | SETTLED |
[email protected] | EMAIL | FAILED |
[email protected] | EMAIL | RETURNED |
[email protected] | EMAIL | PENDING then
SETTLED |
[email protected] | EMAIL | SETTLED |
[email protected] | EMAIL | SETTLED |
+61-454444555 | PHONE | SETTLED then
RETURNED |
+61-400567829 | PHONE | SETTLED |
+61-400123395 | PHONE | FAILED |
+61-400234506 | PHONE | RETURNED |
+61-400345617 | PHONE | PENDING then
SETTLED |
+61-400456728 | PHONE | SETTLED |
10000000000 | ABN | SETTLED |
17000000010 | ABN | SETTLED |
17000000009 | ABN | FAILED |
17200000040 | ABN | RETURNED |
orgnname | ORG | SETTLED |
bubble limited liability company | ORG | SETTLED |
australian lithium exploration services proprietary limited | ORG | SETTLED |
british brothers association limited | ORG | FAILED |
aob nominees | ORG | RETURNED |
| 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 |
182512| | 00000001 | Will succeed | SETTLED | N/A | true |
062000 | 12345888 | Will succeed | PENDING then SETTLED | N/A | N/A |
062000 | 12345444 | Will succeed | SETTLED then RETURNED | N/A | N/A |
Updated about 2 months ago