Add Non IAR Payment
POST {{baseUrl}}/memos/noniarpayment
By submitting memo identifying details, carriers and agencies can add Non IAR Payment for non-closed (Open and Inactive) memos.
Request Body
{"validatingAirlineDesignator"=>"157", "agentNumericCode"=>"11111111", "memo"=>"8960000001", "amount"=>200, "payor"=>"Bank One", "paymentNumber"=>"65432", "fop"=>"Check", "paymentDate"=>"01/20/2020", "correspondence"=>"Non-IAR Payment complete."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"transactionMetadata":{"correlationId":"a44c3ed0-7f21-11ea-b510-c8f750c849f4","timestamp":"2020-04-15T10:02:09.626-04:00","message":"SUCCESS","statusCode":"SUCCESS"},"transactionResponse":{"message":"Non-IAR Payment successful","memo":{"validatingAirlineDesignator":"006","agentNumericCode":"05600313","memo":"8960900900","amount":"100.00","payer":"Bank One","paymentNumber":"65432","paymentType":"Check","paymentDate":"01/20/2020","correspondence":"Non-IAR Payment complete."}}}