Card Authorization Policy
Create card authorization policy version
POST/issuing/card-authorization-policy-versions
Create a new version for an existing card authorization policy.
Body Parameters
card_authorization_policy_id
stringRequiredThe ID of the parent card authorization policy
config
objectRequiredPolicy configuration See Card authorization policy config sub-object.
effective_on
date-timeRequiredWhen the policy version becomes effective, as an RFC 3339 timestamp. Offsets are converted to UTC and fractional seconds are dropped.
scope
enumRequiredThe scope of this authorization policy (program, account, or card). Must match the scope of the policy's existing versions.
Possible values: card_program, card_account, card