Get card transaction

Retrieves details of an issued card transaction associated with a specific Moov account.

To use this endpoint from the browser, you’ll need to specify the /accounts/{accountID}/issued-cards.read scope when generating a token.

GET
/issuing/{accountID}/card-transactions/{cardTransactionID}
cURL
1
2
curl -X GET "https://api.moov.io/issuing/{accountID}/card-transactions/{cardTransactionID}" \
  -H "Authorization: Bearer {token}" \
200 404 429
Successfully retrieved issued card transaction.
{
  "amount": "-14.89",
  "authorizationID": "f5f47bfa-fa5a-41f4-99eb-8671c1875b3f",
  "authorizedOn": "2019-08-24T14:15:22Z",
  "cardTransactionID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
  "createdOn": "2019-08-24T14:15:22Z",
  "fundingWalletID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
  "issuedCardID": "ec7e1848-dc80-4ab0-8827-dd7fc0737b43",
  "merchantData": {
    "city": "San Francisco",
    "country": "US",
    "mcc": "7298",
    "name": "Whole Body Fitness",
    "networkID": "1234567890",
    "postalCode": "94107",
    "state": "CA"
  }
}
No authorization with the specified cardTransactionID was found for the account with the specified accountID.
Request was refused due to rate limiting.

Retry-After

number

Path parameters

accountID

string <uuid> required
ID of the account.

cardTransactionID

string <uuid> required
ID of the card transaction.

Response

application/json

amount

string required Pattern
A decimal-formatted signed numerical string that represents up to 9 decimal place precision.

authorizedOn

string<date-time> <=24 characters required

cardTransactionID

string<uuid> <=36 characters required
UUID

createdOn

string<date-time> <=24 characters required

fundingWalletID

string<uuid> <=36 characters required
UUID

issuedCardID

string<uuid> <=36 characters required
UUID

merchantData

object required
right_key Show child attributes

country

string required
Two-letter code of the merchant country.

city

string
Location of merchant.

mcc

string
Merchant category code.

name

string
Name of merchant or company.

networkID

string
External identifier used to identify the merchant with the card brand.

postalCode

string
Five digit postal code.

state

string
Two-letter code of merchant state.

authorizationID

string<uuid> <=36 characters
Optional UUID