Skip to main content

Get list of invoices

POST 

/merchant-api/v1/invoices

This method showing the list of the invoices

Request

Body

required

The description for the Post Body.

    limit number

    How many invoices to show

    updated_at_gte string

    Show the invoices with timestamps greater or equal to argument

Responses

The invoices was successfully geted.

Schema

    transaction_uid stringrequired

    Id of the invoice

    amount stringrequired

    Amount of money to pay for the invoice

    merchant_invoice_fee stringrequired

    Fee for the invoice

    status stringrequired

    Current status of the invoice

    remark stringrequired

    Description of invoice status

    currency_id stringrequired

    Currency of the invoice

    external_id stringrequired

    the information about the client

    comment stringrequired

    the description of the invoice

    created_at stringrequired

    Time stamp of the invoice creation

    updated_at stringrequired

    Time stamp of the invoice update

Loading...