v1

latestOpenAPI 3.1.02026-07-26457177.8 KB
Cards

Reject a Card by an ID

📘

You can place the bearer access_token for a specific user into the Authentication section of this documentation 👉.

This endpoint gives eligible clients the ability to reject a flagged Card by way of the card's unique ID.

🚧

Your Astra OAuth Client must be enabled for this resource. Only flagged Cards can be rejected, and the User must be approved in order to have their card(s) actioned.

post/v1/cards/{id}/reject

Path parameters

idstring required

The unique ID of the Card

Response

Successful response

idstring

Unique card ID

activeboolean

Whether or not the card is active with the issuing bank

address_verifiedboolean

AVS response from debit networks

aft_enabledboolean

If true, this card is allowed to be used as a source in routines.

card_companystring

Name of card company

card_fingerprintstring

A unique identifier derived from the card number

card_type'debit' | 'prepaid' | 'credit' | 'unknown'

The type of card

citystring

The city of the card billing address

countrystring

The country of the card billing address

createdstring date-time

Date and time of card creation

expiration_datestring

Month/Year of card expiration

first_namestring

The first name of card user

first_six_digitsstring

The provided Bank Identification Number (BIN)

interchange_categorystring

The interchange category of the card

last_four_digitsstring

Last 4 digits of the card number

last_namestring

The last name of card user

name_verification_result'Match' | 'No Match' | 'Partial Match' | 'Unknown'

The ANI results from the issuing bank of the card

oct_enabledboolean

If true, this card is allowed to be used as a destination in routines.

product_type'Consumer' | 'Business' | 'Commercial' | 'Unknown'

The product type of the card

pull_enabledboolean

Whether or not the card is enabled for pull transactions

push_enabledboolean

Whether or not the card is enabled for push transactions

removedboolean

Whether or not the user has removed the card

review_status'approved' | 'flagged' | 'rejected'

(Deprecated) Review status of the card

reviewed_atstring date-time

The date and time the Card was reviewed

statestring

Card address state

status'approved' | 'flagged' | 'rejected' | 'removed'

The status of the card (Card Statuses)

street_line_1string

The street line 1 of the card billing address

street_line_2string

The street line 2 of the card billing address

user_idstring

The unique ID of the User the card belongs to

zip_codestring

The zip code of the card billing address