InstantSettlementPreQual

Submit payment data

Sample request:

POST /api/InstantSettlementPreQual/submitpaymentdata
{
    "MerchantId":"mid",
    "LocatorId": "locatorId",
    "MCC":"1234",
    "Sales":[{
        "Amount": 2134,
        "Date": "2020-09-01"
    }, {
        "Amount": 123,
        "Date": "2020-09-01"
    }],
    "Refunds":[{
        "Amount": 123,
        "Date": "2020-09-02"
    }],
    "Chargebacks":[]
}
post/api/InstantSettlementPreQual/submitpaymentdata

Headers

api-versionstring

Request body

merchantIdstring required

Gets or sets MerchantId

locatorIdstring required

Gets or sets LocatorId

mccstring required

Gets or sets MCC

Response

Successfully submitted payment data

Changes

No recorded changes to this endpoint across all 1 revision of this API.