Delete a payment transaction
DELETE
/orders/{direction}/{orderID}/payments/{paymentID}/transactions/{transactionID}
204,4XXParameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
direction | Required | string | Direction of the order, from the current user's perspective. | Incoming, Outgoing, All |
orderID | Required | string | ID of the order. | --- |
paymentID | Required | string | ID of the payment. | --- |
transactionID | Required | string | ID of the transaction. | --- |