Transaction show
Request:
GET |
https://api.moneypipe.com/sandbox/v1/transactions/{transaction_id} |
Request headers:
Response:
200
Body
{ "data": { "id": "729612ebf589bf9647f4", "tx_id": "5zlRz0QGP3sBDY4qSXzYWLTrWzEzYHpqDX6Uffzcp2dyRNLMBGvmvtXFV7EL", "operation_id": "OxnLtIYdgdkW9Dse0uSP", "amount": "0.36803330", "status": "rejected", "linked": false, "reject_reason": null, "created_at": "2019-10-27T16:50:20.737025Z", "updated_at": "2019-10-27T16:50:20.737091Z" } }
Transaction details:
Parameter | Type | Description |
---|---|---|
id |
string |
Transaction ID |
tx_id |
string |
Transaction ID in Blockchain |
operation_id |
string |
Operation ID |
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 |