Fund ticket manually

PUT {{baseUrl}}/smart-transfers/:ticketId/fulfill

Manually fulfill ticket, in case when all terms (legs) are funded manually

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Acceptstring

RESPONSES

status: OK

{"message":"\u003cstring\u003e","data":{"id":"\u003cstring\u003e","type":"ASYNC","status":"PENDING_APPROVAL","createdByNetworkId":"\u003cstring\u003e","createdByNetworkIdName":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","direction":"SEND","terms":[{"id":"\u003cstring\u003e","ticketId":"\u003cstring\u003e","asset":"\u003cstring\u003e","amount":"\u003cstring\u003e","fromNetworkId":"\u003cstring\u003e","fromNetworkIdName":"\u003cstring\u003e","toNetworkId":"\u003cstring\u003e","toNetworkIdName":"\u003cstring\u003e","txHash":"\u003cstring\u003e","fbTxId":"\u003cstring\u003e","txStatus":"failed","status":"FUNDING_FAILED","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","amountUsd":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","ticketId":"\u003cstring\u003e","asset":"\u003cstring\u003e","amount":"\u003cstring\u003e","fromNetworkId":"\u003cstring\u003e","fromNetworkIdName":"\u003cstring\u003e","toNetworkId":"\u003cstring\u003e","toNetworkIdName":"\u003cstring\u003e","txHash":"\u003cstring\u003e","fbTxId":"\u003cstring\u003e","txStatus":"pendingAmlScreening","status":"REJECTED","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","amountUsd":"\u003cstring\u003e"}],"expiresIn":"\u003cnumber\u003e","expiresAt":"\u003cdateTime\u003e","submittedAt":"\u003cdateTime\u003e","expiredAt":"\u003cdateTime\u003e","canceledAt":"\u003cdateTime\u003e","fulfilledAt":"\u003cdateTime\u003e","externalRefId":"\u003cstring\u003e","note":"\u003cstring\u003e","canceledByNetworkIdName":"\u003cstring\u003e","canceledByMe":"\u003cboolean\u003e","createdByMe":"\u003cboolean\u003e"}}