Skip to main content

Get invoice by transaction_uid

POST 

/merchant-api/v1/invoices/:transaction_uid

This method shows the invoice by provided in params transaction_uid:

To use method you must send empty body in the HTTP request

Request

Path Parameters

    transaction_uid stringrequired

    The id of the invoice, which will be shown by the method

    Example: 268b2841-ca68-4b55-bf09-25641f1f304a

Responses

The invoice by id 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...