Finalize Transaction

Confirms the lease's total value and items, as well as confirming that the order is being processed by the merchant.

/v3/transactions/{transactionId}/finalize

POST https://apis.sandbox.flexshopper.com/v3/transactions/{transactionId}/finalize

Confirms the transaction

Path Parameters

NameTypeDescription

transactionId

string

Transaction Id

Headers

NameTypeDescription

Authentication

string

Authentication token

{
  "data": {
    "transactionId": "ABC-129384",
    "leaseNumber": "1234567"
  }
}

Last updated