GET
/
order
curl --request GET \
  --url https://staging.api.mavapay.co/api/v1/order \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "data": {
    "orderId": "99854-2345",
    "quoteId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
    "status": "PAID",
    "currency": "NGN",
    "paymentCollectionMethod": "LIGHTNING",
    "isValid": true,
    "displayAmount": "1000.00 NGN",
    "paymentBtcDetail": "lntbs14912790n1pjnruqtpp5xmrq39nwyhgde4a94wsnuacj4stacls05g4x5du2req9pvjpqz6sdz9296k7ar98gsxgdm9vvmx2v3s95ckyceh956xvd3595uxyetr95cnydrxxv6nvwrxv5mngcqzpuxqzfvsp578t78k4628snkkhc43eqrpn6sem28w4cwgzn7ceyyr320kwm4uss9qyyssqcwxw8wy2qenwgm7gagx9lwvcs9w9tw47ntuc823yclasjqczvvj545hr4d9nmg996l0cswudgeawclwytafmh66a2fafk4heksyae5sq3vzd28",
    "createdAt": "2021-07-01T12:00:00Z",
    "quotes": [
      {
        "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
        "exchangeRate": 5000000.23,
        "usdToTargetCurrencyRate": 1500.65,
        "sourceCurrency": "BTCSAT",
        "targetCurrency": "NGNKOBO",
        "transactionFeesInSourceCurrency": 13.23,
        "transactionFeesInTargetCurrency": "3750.00",
        "amountInSourceCurrency": 1499,
        "amountInTargetCurrency": "50000.00",
        "paymentMethod": "LIGHTNING",
        "expiry": "2021-07-01T12:00:00Z",
        "isValid": true,
        "invoice": "lntbs36020n1pnehfzcpp5zc8g9tfpwnmaevh62ak2vu6zjqyt5cpph3gjm4zfyqz9srjjdsaqdz5296k7ar98gsy6ctkvys9qcteyqmnyenr8yunswfdvyer2v3dx33kxe3dvymnsefdv5mnjcm9x5mrydm9vccqcqzpuxqzfvsp5utd7hdfmjp7vw3lc6hal8psqruwcnu89hxfukyzugxh40jhv8xcq9qxpqysgq2lry5dgzu2g04s74tpvctwe37rkprs3k579jw6yt7ncrsg62p29yalw8gf5fawfvpydqv4jjve0nsysfhsxa35dtwug9e6gzxkq0h5gp636wc3",
        "hash": "189727ef2e0f35921af7858b96e27cbad960b0ec2bb2a4ab73b6a231f9ce8727",
        "totalAmountInSourceCurrency": 1499,
        "customerInternalFee": 0,
        "createdAt": "2021-07-01T12:00:00Z",
        "updatedAt": "2021-07-01T12:00:00Z"
      }
    ],
    "transactions": [
      {
        "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
        "walletId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
        "ref": "99eeff854ffd345fffs67890",
        "hash": "189727ef2e0f35921af7858b96e27cbad960b0ec2bb2a4ab73b6a231f9ce8727",
        "amount": 1000,
        "fees": 0,
        "currency": "NGN",
        "type": "WITHDRAWAL",
        "status": "SUCCESS",
        "autopayout": true,
        "createdAt": "2021-07-01T12:00:00Z",
        "updatedAt": "2021-07-01T12:00:00Z",
        "metadata": {
          "id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
          "orderId": "99854-2345",
          "bankCode": "090267",
          "bankAccountName": "Satoshi Nakamoto",
          "bankAccountNumber": "0123456789",
          "customerInternalFee": 0,
          "createdAt": "2021-07-01T12:00:00Z",
          "updatedAt": "2021-07-01T12:00:00Z"
        }
      }
    ]
  }
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

id
string
required

The order ID to get the details for

Response

200
application/json

Order response

The response is of type object.