Get status of a paymentCopy Pageget https://www.bankingcircleconnect.com/api/v1/payments/singles/{payment-id}/statusThis endpoint is used for reading the status of a specified payment. The endpoint requires the ID of the payment and returns the status only.Path Paramspayment-iduuidrequiredPayment identifier | Payment.paymentIdResponses 200OK 403Forbidden. The server understood the request, but is refusing it or the access is not allowed, i.e. if resource exists but calling user does not have rights to access it. 404Not found. There is no resource behind the URL, i.e. requesting data on an account that does not exist. 500Internal Server Error. Something unexpected happened on BC Connect side.Updated 7 months ago