Invoice Payment Webhook
Notifies when an invoice status has been changed to Paid in MyCarrier, including information about the shipment, invoice and payment details
Name: invoice.payment
invoice.payment
Sample Payload
{
"RecordId": "db2b24ad-f9ea-468d-9cca-fe2f24cf3d21",
"CustomerId": 55555,
"ShipmentId": 136813,
"QuoteId": 29390929,
"OriginalDocumentUrl": null,
"QuoteReferenceId": null,
"QuoteReferenceNumber": "26714518",
"Shipment": {
"CustomerBOLNumber": "4757011",
"PoNumber": "26714518",
"EstimatedDeliveryDate": "2025-08-19T08:00:00Z",
"CarrierProNumber": "725319641",
"TotalShipmentWeight": 793,
"PickupDate": null,
"ActualPickupDate": null,
"CarrierInfo": {
"CarrierCode": "XPOL"
},
"ShipperInfo": {
"Name": null,
"Email": null,
"Phone": null,
"CompanyName": "MALOUF - SC",
"StreetLine1": "101 MICHELIN DR",
"StreetLine2": "",
"City": "LAURENS",
"State": "SC",
"Zip": "29360",
"Country": "US"
},
"ConsigneeInfo": {
"CompanyName": "MATTRESS DIRECT",
"StreetLine1": "6823 EXCHEQUER DRIVE",
"StreetLine2": "",
"City": "BATON ROUGE",
"State": "LA",
"Zip": "70809",
"Country": "US"
},
"RequesterInfo": {
"CompanyName": "MOBIX SOURCING",
"StreetLine1": "1525 W 2960 S",
"StreetLine2": "",
"City": "LOGAN",
"State": "UT",
"Zip": "843215798",
"Country": "US"
},
"HandlingUnits": [
{
"Commodities": [
{
"Description": "PLT METALFRAMES (6-7.99PCF) 79300-5 CLASS 125",
"PiecesNumber": 1,
"TotalWeight": 793,
"FreightClass": {
"Code": "125"
},
"PackingType": "PLT"
}
]
},
{
"Commodities": [
{
"Description": "DEFICIT WEIGHT",
"PiecesNumber": null,
"TotalWeight": 207,
"FreightClass": {
"Code": ""
},
"PackingType": ""
}
]
}
],
"ShipmentPriceDetails": [
{
"Description": "PLT METALFRAMES (6-7.99PCF) 79300-5 CLASS 125",
"Amount": 2777.17,
"ChargeCode": "400"
},
{
"Description": "DEFICIT WEIGHT",
"Amount": 724.93,
"ChargeCode": "400"
},
{
"Description": "XPO LOGISTICS DISCOUNT SAVES YOU",
"Amount": -3281.47,
"ChargeCode": "DSC"
},
{
"Description": "FSC FUEL SURCHARGE 32.25%",
"Amount": 71.15,
"ChargeCode": "FUE"
},
{
"Description": "DWD DEST DETENTION WITH POWER",
"Amount": 90.75,
"ChargeCode": "DWP"
}
]
},
"ShipmentIdentificationNumber": "",
"InterchangeDateTime": "2025-08-22T10:59:00Z",
"CurrencyIdentifier": "",
"TermsOfSaleDueDate": "2025-09-18T08:00:00Z",
"InvoiceTransactionControlNumber": "110333",
"InvoiceNumber": "725319641",
"InvoiceDateTime": "2025-08-20T08:00:00Z",
"InvoiceType": "New",
"IdentificationCode": "870751987",
"UploadedDateTime": "2025-08-22T09:59:25.161Z",
"Status": "Paid",
"Notes": "",
"QuoteAmount": 291.78,
"InvoiceAmount": 382.53,
"Tags": [
{
"Name": "System Paid"
}
],
"Disputes": [],
"ActivityLog": [
{
"DateTime": "2025-08-22T09:59:27.863Z",
"ActivityType": "Created",
"UserName": "[email protected]",
"Reason": null,
"OtherNotes": null,
"Status": null
},
{
"DateTime": "2025-08-28T16:14:37.847Z",
"ActivityType": "StatusChangedToPaid",
"UserName": "[email protected]",
"Reason": null,
"OtherNotes": null,
"Status": null
},
{
"DateTime": "2025-08-28T16:14:38.202Z",
"ActivityType": "TagAdded",
"UserName": "MIH",
"Reason": null,
"OtherNotes": null,
"Status": null
}
],
"Payments": [
{
"Id": "1d3959ab-c520-4801-a9a8-5e7be3e88f41",
"Amount": 382.53,
"DateTime": "2025-08-28T16:14:34.92Z",
"TransactionId": "fcf3fcec-f89a-4158-b683-c0e7defdc782",
"ReceipientUrl": null,
"TransactionFee": 3.83,
"TechnologyFee": 0
}
]
}
Updated 12 days ago