v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Card

Get Card Summary

get/open-api/v3/cards/{id}/card-summary

Path parameters

idstring uuid required

Card unique identifier (UUID).

Query parameters

accountIdstring uuid required

The UUID of the Account.

The UUID of the Account.

Response

OK

codestring

Return code

messagestring

Error message

Example response

{
  "data": {
    "statistics": {
      "authorizationFee": "0"
    }
  }
}