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