curl --request GET \
--url https://api.paycrest.io/v1/sender/orders/{id} \
--header 'API-Key: <api-key>'{
"status": "success",
"message": "Operation successful",
"data": {
"id": "<string>",
"amount": "<string>",
"amountInUsd": "<string>",
"amountPaid": "<string>",
"amountReturned": "<string>",
"token": "<string>",
"senderFee": "<string>",
"transactionFee": "<string>",
"rate": "<string>",
"network": "ethereum",
"gatewayId": "<string>",
"recipient": {
"institution": "<string>",
"accountIdentifier": "<string>",
"accountName": "<string>",
"memo": "<string>",
"providerId": "<string>",
"metadata": {},
"currency": "<string>"
},
"fromAddress": "<string>",
"returnAddress": "<string>",
"refundAddress": "<string>",
"receiveAddress": "<string>",
"feeAddress": "<string>",
"reference": "<string>",
"orderType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"txHash": "<string>",
"status": "<string>",
"transactionLogs": [
{
"id": "<string>",
"gateway_id": "<string>",
"status": "<string>",
"tx_hash": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}
}curl --request GET \
--url https://api.paycrest.io/v1/sender/orders/{id} \
--header 'API-Key: <api-key>'{
"status": "success",
"message": "Operation successful",
"data": {
"id": "<string>",
"amount": "<string>",
"amountInUsd": "<string>",
"amountPaid": "<string>",
"amountReturned": "<string>",
"token": "<string>",
"senderFee": "<string>",
"transactionFee": "<string>",
"rate": "<string>",
"network": "ethereum",
"gatewayId": "<string>",
"recipient": {
"institution": "<string>",
"accountIdentifier": "<string>",
"accountName": "<string>",
"memo": "<string>",
"providerId": "<string>",
"metadata": {},
"currency": "<string>"
},
"fromAddress": "<string>",
"returnAddress": "<string>",
"refundAddress": "<string>",
"receiveAddress": "<string>",
"feeAddress": "<string>",
"reference": "<string>",
"orderType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"txHash": "<string>",
"status": "<string>",
"transactionLogs": [
{
"id": "<string>",
"gateway_id": "<string>",
"status": "<string>",
"tx_hash": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}
}