You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently the POST order endpoint returns a txn reference. But the same txn reference can't be used to determine whether the order has been filled or canceled.
There should be some way to check that using the original identifier returned from create order API or the order ID or user order ID.
The text was updated successfully, but these errors were encountered:
gateway could store fills for a current session but going through the user's transaction history from a block explorer / indexer is the most comprehensive way.
so if your preference is to query for a recent fill it may be possible to implement here
As discussed in #71
Presently the POST order endpoint returns a txn reference. But the same txn reference can't be used to determine whether the order has been filled or canceled.
There should be some way to check that using the original identifier returned from create order API or the order ID or user order ID.
The text was updated successfully, but these errors were encountered: