Voucher show

Request:

GET

https://api.moneypipe.com/sandbox/v1/vouchers/{voucher_id}

Request headers:

Name Value
Authorization Bearer {company_token}

Response:

200

Body
{
    "data": {
        "id": "fa1a6a82df64d89453fb",
        "amount": "0.00482251",
        "currency": "ETH",
        "code": "4916a373a366baefa1d2a3c05935ea4c700ca653f27cd91ae1f57f0080e3",
        "status": "cancelled",
        "type": "issued",
        "created_at": "2020-04-30T06:14:25.000000Z",
        "updated_at": "2020-04-30T10:54:13.000000Z"
    }
}

Voucher details:

Parameter Type Description
id string Voucher ID
amount string Voucher amount
currency string Currency of issued voucher
code string Code of issued voucher
status string Voucher status
type string Voucher type
created_at string Date of voucher creation 
updated_at string Date of voucher change