Get a specific adhoc invoice payment

get/adhoc-invoice-payments/{adhoc_invoice_payment_id}
SecuritybearerAuth
Request
path Parameters
adhoc_invoice_payment_id
required
integer <int64> (IdParam) >= 1

Invoice payment identifier

Example: 1
Responses
200

Adhoc Invoice payment found

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
application/json
{
  • "id": 1,
  • "generatedAdhocInvoiceId": 1,
  • "thirdPartyPaymentStatus": "NEW",
  • "amountInMajorCurrency": 10.5,
  • "currencyId": 1,
  • "description": "string",
  • "metaData": "string",
  • "errorInfo": "string",
  • "paymentMethod": "CHEQUE",
  • "paymentDate": "2019-08-24",
  • "customerPaymentType": "CUSTOMER",
  • "customerPaymentId": 1
}