Skip to main content
POST
Verify debit card
This feature is in Beta and not ready for production integration.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Headers

X-Organization-ID
string<uuid>

ID of the organization to perform this operation on behalf of. Required for BANK and PLATFORM app token callers targeting a specific organization. If omitted, the request uses the authenticated caller's own organization. Must be a valid non-empty UUID. Present but malformed values return 400.

Path Parameters

id
string<uuid>
required

Body

Fields supplied to verify a debit card before activation. At least one field is required, and each field provided is checked against the card on file. Give the expiration date in MM-YY form and the CVV as printed on the card. Verification does not change the card; if the supplied details do not match, the request is rejected.

cvv
null | string

The card verification value printed on the card.

expirationDate
null | string

The card's expiration date in card-face MM-YY form (e.g. "12-28"), as returned by the credentials endpoint.

Response

All supplied fields matched.