Purchase receipt
get purchase receipt get /selling/api/loans/receipt/{purchaseid} retrieve the purchase receipt (invoice) for a completed purchase batch by its purchase batch id returns after a purchase is completed path parameters parameter type required description purchaseid uuid yes the purchase batch id returned from the purchase api response 200 ok returns receipt object containing purchase batch details list of loans purchased in this batch total amounts (loans + interest + fees) timestamp of purchase account information example request get /selling/api/loans/receipt/3fa85f64 5717 4562 b3fc 2c963f66afa6 use cases post purchase confirmation verify all loans in a batch were purchased successfully accounting reconciliation match receipt totals to bank transfers record keeping archive purchase receipts for audit purposes failed loan tracking identify any loans that failed to purchase in the batch