Validate Issuer
POST/v1/payments/schemes
Required States: ACTIVE
In order to validate an issuer successfully, the following criteria must be met:
- The party must be
ACTIVE - A valid financial institution identifier must be provided.
This endpoint validates the issuer of the financial institution and returns the payment schemes supported by both Creditor and Debtor. these payment schemes are aligned to NPP based payment schemes (SCT, OSKO, CATSCT, etc)
The returned payment schemes can be utilised to aid in the creation of a payment request. This call is a pre-requisite to initiating a payment request involving a BSB and account combination (domestic transfer).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
- 503
Response payload containing available payment schemes supported by both Creditor and Debtor.
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006) or Tenant context could not be resolved (AUT001001)
External application access denied (AUT003001) or Party not in required status (PAR003001)
Party not found (PAR004001) or Issuer not found (PAY004008)
Capability not configured for this tenant (CRT022003)
General internal server error (GEN100000) or Service error (GEN100001)
All connector targets are currently unhealthy (CRT103001)