Operation show

Request:

GET https://api.moneypipe.com/sandbox/v1/operations/{operation_id}

Request headers:

Name Value
Authorization Bearer {token}

Response:

200

Body
{
    "data": {
        "id": "eFbIa4lRUf3XQwlnoPmi",
        "application_id": "c84b5aae7378b62d0e47",
		"application_name": "Application name",
		"category": "application",
        "order_id": "422",
        "amount": "85.30000000",
        "fee": "0.00000000",
        "amount_paid": "0.01563549",
        "rate": "0.00018330",
        "currency": "USD",
        "currency_paid": "BTC",
        "status": "confirmed",
        "address": "2MxrLNgYJS5MM53XTVLc5QcAM4EwwfoDgy7",
        "created_at": "2019-10-27T13:33:03.224328Z",
        "updated_at": "2019-10-27T13:33:03.224391Z",
        "payment_url": null,
        "redirect_url": null,
        "transactions": [
            {
                "id": "fJoJzw8FdOruNQnbLRvL",
                "tx_id": "miIq7CTGx3PPryqOaOf1KN7nBDOYMf6tiNRl8avIXBbEqDWDhfgbomzJHZpF",
                "amount": "0.01563549",
                "status": "confirmed",
                "linked": true,
                "reject_reason": null,
                "created_at": "2019-10-27T13:33:03.224501Z",
                "updated_at": "2019-10-27T13:33:03.224562Z"
            }
        ]
    }
}

Operation details:

Parameter Type Description
id string

Operation id

application_id string

Application id

application_name string Application name
category string Operation Category (application, manual)
order_id string

Sales Order Number

amount string

Operation amount

fee string

Fee of the operation amount

amount_paid string

Paid Operation Amount

rate string

Exchange Rate at the moment of payment

currency string

Currency in which the operation was issued

currency_paid string

Currency in which the operation will be paid

status string

Operation Status

address string

Operation Address

created_at string

Operation Creation Date

updated_at string

Operation Change Date

payment_url string

Link to the payment page

redirect_url string

Page link, to which there will be a redirect from the payment page

transactions array

Operation Transaction List

Transaction details:

Parameter Type Description

id

string

Transaction id

tx_id

string

Transaction id in Blockchain 

amount

string

Transaction amount

status

string

Transaction status

linked

bool

The transaction was linked manually

reject_reason

string

Reason of rejecting transaction (only with reject status)

created_at

string

Date of transaction was created 

updated_at

string

Date of transaction was changed