Syntax

listServiceProofRequests( search )

When a buyer issues a refund, Digistore may request a proof of providing the service to the buyer from the vendor. This is mostly the case for sales in Germany, where the right to refund is voided.

Use this function to retrieve a list of service proof requests for your Digistore account.

Access rights

readonly or writable required.

Arguments

search - array with these keys:

  • purchase_id - string
  • product_id - int
  • delivery_type- possible values:
    • digital
    • shipping
    • service
    • event
    • download
  • approval_status- possible values:
    • new
    • pending
    • approved
    • rejected
  • request_status- possible values:
    • pending - use this to get the requests you need to answer.
    • proof_provided
    • exec_refund

Return data

A list of the service proof requests.

See also