A 202 response means your POST request has been accepted for processing, but the result is not yet available.
To retrieve the outcome (e.g. payment status, account balance, or statement), you need to poll the API message queue using:GET [base-url]/messages/next
You can find more details about message handling in our Connect Documentation.