Get a Receipt

A customer logs into your self-service portal to find and retrieve their payment and view details of the receipt, including status of payment and its history.

Example URL

Here's an example of the resource URL:

GET
fscmRestApi/resources/11.13.18.05/standardReceipts?q=StandardReceiptId=<StandardReceiptId>

Example Response

Here's an example of the response body in JSON format:

{
	"items": [
        {
            "StandardReceiptId": 300100153152555,
            "ReceiptNumber": "Rec5_160818235710",
            "BusinessUnit": "Vision Operations",
            "ReceiptMethod": "AR_ManRec_02",
            "ReceiptDate": "2018-08-15",
            "DocumentNumber": null,
            "Amount": "505.58",
            "Currency": "USD",
            "ConversionRateType": null,
            "ConversionDate": null,
            "ConversionRate": null,
            "State": "Unapplied",
            "Status": "Confirmed",
            "RemittanceBankName": "Bank of America",
            "RemittanceBankBranch": "New York",
            "RemittanceBankAccountNumber": "10271-17621-619",
            "RemittanceBankDepositDate": "2018-08-16",
            "RemittanceBankAllowOverride": "Y",
            "CustomerName": "B2CM_Customer01",
            "TaxpayerIdentificationNumber": null,
            "CustomerSite": null,
            "CustomerAccountNumber": "CDRM_3195",
            "CustomerBank": null,
            "CustomerBankBranch": null,
            "CustomerBankAccountNumber": null,
            "UnappliedAmount": "505.58",
            "AccountedAmount": "505.58",
            "AccountingDate": "2018-08-15",
            "MaturityDate": "2018-08-16",
            "PostmarkDate": null,
            "ReceiptAtRisk": "Y",
            "ReceivablesSpecialist": null,
            "Comments": null,
            "CreditCardTokenNumber": null,
            "CreditCardAuthorizationRequestIdentifier": null,
            "CardHolderFirstName": null,
            "CardHolderLastName": null,
            "CreditCardIssuerCode": null,
            "CreditCardExpirationDate": null,
            "VoiceAuthorizationCode": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2018-08-16T18:29:51.084+00:00",
            "LastUpdateDate": "2018-08-16T18:31:35+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [...]
        }
    ]
}