commitIncomingSettlementTransaction

Commits incoming settlement transaction

The method applies to transactions that are sent to you (not to those that were created but not sent). Please ensure that the 'Sent at' field contains a timestamp.

POST api/commitIncomingSettlementTransaction

{
    "transactionId": 123456789
}

Request parameters

Field nameTypeDescription

transactionId

Efx::OrderId

Transaction's order id

Last updated