Confirm Receipt

Confirms that the customer receipt the items at the store

/v3/transactions/{transactionId}/confirm-receipt

GET https://apis.sandbox.flexshopper.com/v3/transactions/{transactionId}/confirm-receipt

Path Parameters

Name
Type
Description

transactionId

string

The transaction ID provided at lease generation.

Headers

Name
Type
Description

Authorization

string

Authorization token

Request Body

Name
Type
Description

items

array

The items receipt by the customer.

items.sku

string

The SKU of the item in the shipment.

receiptDate

string

The date shipped to the carrier.

quantity

string

The number of items of this type in this receipt, defaults to one.

{
    "data": {}
}

If an item is present without a quantity, all of that item will be marked as receipt.

Last updated