Method: TransferZero::RecipientsApi#proof_of_payments

Defined in:
lib/transferzero-sdk/api/recipients_api.rb

#proof_of_payments(recipient_id, opts = {}) ⇒ ProofOfPaymentListResponse

Returns list of proof of payments Returns a list of uploaded proof of payment files for a transaction recipient

Parameters:

  • recipient_id

    ID of the recipient for whom the proof of payments will be returned. Example: `/v1/recipients/9d4d7b73-a94c-4979-ab57-09074fd55d33/proof_of_payments`

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



227
228
229
230
# File 'lib/transferzero-sdk/api/recipients_api.rb', line 227

def proof_of_payments(recipient_id, opts = {})
  data, _status_code, _headers = proof_of_payments_with_http_info(recipient_id, opts)
  data
end