Skip to main content

Get invoice by external_id

POST 

/merchant-api/v1/invoices/get-by-external-id

This method shows the invoice by external_id

Request

Body

required

The description for the Post Body.

    external_id stringrequired

    External id that you specified when creating the invoice

    gate_id string

    Gate id you specified when creating the invoice

Responses

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