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
:reqjson string amount: Amount to be sent to the target
791
808
:reqjson string identifier: Identifier of the payment (optional)
792
809
:reqjson string lock_timeout: lock timeout, in blocks, to be used with the payment. Default is 2 * channel's reveal_timeout, Value must be greater than channel's reveal_timeout (optional)
810
+
:reqjson string path: static route to the target node (optional)
793
811
794
812
795
813
**Example Response**:
@@ -813,7 +831,7 @@ Besides you can query all payments that you sent or received.
813
831
:statuscode 400: The provided json is in some way malformed
814
832
:statuscode 402: The payment can't start due to insufficient balance
815
833
:statuscode 404: The given token and / or target addresses are not valid EIP55-encoded Ethereum addresses
816
-
:statuscode 409: The address or the amount is invalid, or there is no path to the target, or the identifier is already in use for a different payment.
834
+
:statuscode 409: The address or the amount is invalid, or there is no path to the target, or the identifier is already in use for a different payment, or the static path sent is not usable.
817
835
:statuscode 500: Internal Raiden node error
818
836
:statuscode 503: The API is currently unavailable, e. g. because the Raiden node is still in the initial sync or shutting down.
0 commit comments