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 PaymentInitiation API
| PayID | Payment Request amount | Expected behaviour |
|---|
| +61-400123123 | Any amount | Payment initiation is successfully created AND payment initiation status should change from CREATED to SETTLED |
| BSB | Account number | Expected behavior |
|---|
| 939300 | 123456 | Payment initiation is successfully created AND payment initiation status should change from CREATED to SETTLED |
| PayID | Payment Request amount | Expected behaviour |
|---|
| +61-400123123 | $88.88 | Payment initiation is successfully created but payment initiation status should change from CREATED to FAILED with failure code: AC02, statusReason “The Debtor Account Number is invalid or missing”. |
| +61-400111222 | Any amount | Payment initiation is successfully created but payment initiation status should change from CREATED to FAILED with failure code: AM04, statusReason ‘Insufficient funds. Please try again later up to 5 times within 24 hours’. |
| [email protected] | Any amount | Payment initiation creation is unsuccessful with API error response, ERRO.03 “Invalid Payment Agreement status. Should be ACTIVE.” |
| [email protected] | Any amount | Payment initiation creation is unsuccessful with API error response, ERRO.03 “Invalid Payment Agreement status. Should be ACTIVE.” |