v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Account

Get transaction details by issueID.

post/v0.2.4/accounts/issue-id-transactions

Query parameters

issueIDstring required

IssueID of the transaction.

Request body

subAccountstring

Subaccount if any.

Response

Success.

statusstring

Status of the request.

messagestring

Success message.

Example response

{
  "status": "success",
  "message": "Transaction found",
  "data": [
    {
      "type": "bank",
      "enabledToRedeem": [
        "bank"
      ],
      "quote": {
        "originCurrency": "USD",
        "destinationCurrency": "NGN",
        "expiresAtTimestamp": 1721566800000,
        "markups": {}
      },
      "redeemData": {},
      "countryToSend": "Nigeria",
      "meta": {
        "currency": "USD"
      },
      "payout": {
        "error": "None",
        "is_approved": 1,
        "currency": "NGN",
        "payoutLink": "http://localhost:4000/pay/?issueID=4cddf021",
        "debit_currency": "NGN",
        "status": "NEW"
      },
      "deliveryStatus": "pending"
    }
  ]
}
All 86 operations