API Get Detail Card Policy
Endpoint: GET /v2/vc/virtual-card-policies/{requestId}
Description:
Request
Request Body Field Descriptions
N/A
N/A
N/A
GET request does not require a JSON body.
Request sample
Response
Response Field Descriptions
code
number
Response code
state
number
State of the response
data
object
Details of the virtual card policy
message
string
Response message
neoResponseId
string
Unique Neo response identifier
data
object fields:
data
object fields:requestId
string
Unique request identifier
merchantCode
string
Merchant code
name
string
Name of the policy
cardBrand
string
Card brand (e.g., visa)
expiryDate
string
Expiry date (YYYY-MM)
cardCurrency
string
Card currency
cardLimit
number
Card limit (in currency)
minTransAmount
number
Minimum transaction amount (in currency)
maxTransAmount
number
Maximum transaction amount (in currency)
activeOnCreate
boolean
Whether active on creation
autoCloseCard
boolean
Whether card auto closes
supportedMccGroup
array
Supported MCC groups
isActive
boolean
Whether the policy is active
revision
number
Revision number
createdAt
string
Creation timestamp (ISO 8601)
createdBy
string
Creator's email
updatedAt
string
Last update timestamp (ISO 8601)
Response sample
Example cURL
Notes
Requires Bearer token in the Authorization header.
The Accept-Language header can be used to specify the response language (Support: "vi", "en").
No request body required.
Last updated
Was this helpful?