PayIn History

Payment History

POST https://api-processing.crypto-chief.com/v1/payments/history

Headers

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

Name
Type
Required
Description

date_from

string

format:

YYYY-MM-DDTHH:MM:SS±HH:MM

true

Creation date, from

date_to

string

format:

YYYY-MM-DDTHH:MM:SS±HH:MM

true

Creation date, to

page

number

false

Page number for pagination

page_size

number

false

Orders per page

Response

{
    "items": [
        {
            "type": "PayIn",
            "uuid": "90791e5c-b7c0-428e-8c8f-52c9b0fdd727",
            "order_id": "ord-crypto-1112",
            "user_id": "user-777",
            "mode": "crypto",
            "is_test": true,
            "status": "expired",
            "lifetime": 1800,
            "expired_at": "2026-01-20T03:25:49.885175Z",
            "is_expired": true,
            "can_cancel": false,
            "amount_fiat": null,
            "currency": null,
            "amount_crypto": "0.005",
            "fact_amount_fiat": null,
            "fact_amount_crypto": null,
            "accuracy_payment_percent": 5,
            "to_address": "0x8deccdba89dde3b67f41d0a3ef78c72910d4d143",
            "memo": null,
            "from_address": null,
            "txid": null,
            "coins": [
                {
                    "chain_family": "EVM",
                    "coin": "BNB",
                    "network": "BSC_TESTNET"
                }
            ],
            "has_choices": false,
            "url_success": null,
            "url_error": null,
            "url_callback": null,
            "confirmations": 0,
            "required_confirmations": 20,
            "paid_at": null,
            "confirmed_at": null,
            "additional_data": null,
            "created_at": "2026-01-20T02:55:49.976372Z",
            "payment_link": "https://crypto-terminal.crypto-chief.com/pay/90791e5c-b7c0-428e-8c8f-52c9b0fdd727",
            "payment_coin": "BNB",
            "payment_network": "BSC_TESTNET",
            "convert": {
                "auto_convert": false,
                "coin": "BNB",
                "convert_coin": null,
                "convert_network": null,
                "course_source": "any",
                "network": "BSC_TESTNET",
                "rate": null
            }
        }
    ],
    "meta": {
        "page": 1,
        "page_size": 20,
        "total": 96,
        "total_pages": 5
    }
}

Last updated